OpenAPI to MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | API Key for the target API (if required) | |
| CONFIG_FILE | No | Path to a JSON configuration file | |
| DISABLE_X_MCP | No | Set to `true` to disable adding the `X-MCP: 1` header to all API requests | |
| CUSTOM_HEADERS | No | JSON string containing custom headers to include in all API requests | |
| OPENAPI_SPEC_PATH | No | Path to OpenAPI spec file | |
| TARGET_API_BASE_URL | No | Base URL for API calls (overrides OpenAPI servers) | |
| SECURITY_CREDENTIALS | No | JSON string containing security credentials for multiple schemes | |
| SECURITY_SCHEME_NAME | No | Name of the security scheme requiring the API Key | |
| OPENAPI_OVERLAY_PATHS | No | Comma-separated paths to overlay JSON files | |
| MCP_BLACKLIST_OPERATIONS | No | Comma-separated list of operation IDs or URL paths to exclude (supports glob patterns, ignored if whitelist used) | |
| MCP_WHITELIST_OPERATIONS | No | Comma-separated list of operation IDs or URL paths to include (supports glob patterns like `getPet*` or `GET:/pets/*`) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| listPetsD | – |
| createPetD | – |
| getPetByIdD | – |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TykTechnologies/api-to-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server