OpenAI intelligence →
Association is based on retained identity fields; it does not by itself prove first-party publication.
Provides tools for file system operations and text generation using OpenAI-compatible models via the Model Context Protocol, supporting both stdio and HTTP transports
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
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.
| Canonical slug | mcp-server-with-openai-compatible-model-support-cf87914b | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | agaonker/mcp-apps |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | agaonker/mcp-apps | db5284ff36f81d9473a1a233bec501680aaec4f2 | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitagaonker/mcp-apps | db5284ff36f81d9473a1a233bec501680aaec4f2Current | Aug 25, 2026 | 6 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
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#"
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
No verified package installation command is available in the retained catalog evidence.
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.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.
Association is based on retained identity fields; it does not by itself prove first-party publication.
Curated product and capability guides containing this catalog record.