MCP server intelligence profile

MCP Server with OpenAI-Compatible Model Support MCP Server

Provides tools for file system operations and text generation using OpenAI-compatible models via the Model Context Protocol, supporting both stdio and HTTP transports

Local Onlyagaonker
Awaiting current scanSource Git · db5284ff36f81d9473a1a233bec501680aaec4f2

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
6Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical slugmcp-server-with-openai-compatible-model-support-cf87914bDeploymentLocal Only
Canonical packageRepositoryagaonker/mcp-apps
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gitagaonker/mcp-appsdb5284ff36f81d9473a1a233bec501680aaec4f21Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gitagaonker/mcp-appsdb5284ff36f81d9473a1a233bec501680aaec4f2CurrentAug 25, 20266 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
mcp-openai-serverServer-reported name
2Capability groups
Aug 25, 2026Observed

Tools 6

ToolCategoryAnnotationsRisk
echoReturns the provided message back. Useful for testing the connection.
Input schema
{
  "type": "object",
  "properties": {
    "message": {
      "type": "string"
    }
  },
  "required": [
    "message"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
generate_textGenerate text using the configured OpenAI-compatible model.
Input schema
{
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "minLength": 1
    },
    "model": {
      "type": "string"
    },
    "temperature": {
      "type": "number",
      "minimum": 0,
      "maximum": 2
    },
    "maxTokens": {
      "type": "integer",
      "exclusiveMinimum": 0
    }
  },
  "required": [
    "prompt"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
list_directoryLists the files and folders at a path on the machine running this server.
Input schema
{
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    }
  },
  "required": [
    "path"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
list_modelsReturns the currently configured model metadata for the MCP server.
Input schema
{
  "type": "object",
  "properties": {
    "details": {
      "type": "boolean",
      "default": true
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
read_fileReads and returns the text contents of a file on the machine running this server.
Input schema
{
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    }
  },
  "required": [
    "path"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
server_healthChecks whether the MCP server and provider configuration are ready.
Input schema
{
  "type": "object",
  "properties": {
    "includeConfig": {
      "type": "boolean",
      "default": true
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

MCP Server with OpenAI-Compatible Model Support MCP Server questions

How do I install MCP Server with OpenAI-Compatible Model Support MCP Server?

No verified package installation command is available in the retained catalog evidence.

What tools does MCP Server with OpenAI-Compatible Model Support MCP Server provide?

MCP Server with OpenAI-Compatible Model Support MCP Server exposed 6 tools during independent protocol observation, including echo, generate_text, list_directory, list_models, read_file, server_health.

Is MCP Server with OpenAI-Compatible Model Support MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

OpenAI intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Filesystem MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.