mcp-openapi-bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port when MCP_TRANSPORT=http | 8080 |
| API_BASE_URL | Yes | Base URL of the REST API, e.g. https://api.stripe.com | |
| MCP_TRANSPORT | No | Transport type: stdio or http | stdio |
| OPENAPI_TOKEN | No | Bearer token for Authorization header | |
| MCP_AUTH_TOKEN | No | Bearer token required by the /mcp HTTP endpoint | |
| OPENAPI_API_KEY | No | API key value | |
| OPENAPI_SPEC_URL | No | URL of the OpenAPI spec | |
| OPENAPI_MAX_TOOLS | No | Maximum tools to register | 128 |
| OPENAPI_SPEC_PATH | No | Local file path to the OpenAPI spec | |
| OPENAPI_PATH_PREFIX | No | Only include paths starting with this prefix | |
| OPENAPI_EXCLUDE_TAGS | No | Comma-separated tags to exclude | |
| OPENAPI_INCLUDE_TAGS | No | Comma-separated tags to include | |
| OPENAPI_API_KEY_PARAM | No | Query param name for API key, e.g. api_key | |
| OPENAPI_API_KEY_HEADER | No | Header name for API key, e.g. X-API-Key | |
| OPENAPI_CUSTOM_HEADERS | No | Extra headers for every call: X-Foo=bar,X-Baz=qux | |
| OPENAPI_SPEC_CACHE_TTL_SECONDS | No | Cache TTL in seconds for spec URL (default 3600) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- 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/murilojrpereira/mcp-openapi-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server