openapi-mcp-builder
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TRANSPORT | No | Transport mode: 'stdio' for local MCP clients, 'http' for remote MCP hosts (default). | http |
| TOOLS_API_ENV | No | Environment selector: dev, stage, prod. Default 'dev'. | dev |
| TOOLS_API_BASE_URL | No | Override the Tools API base URL. | |
| TOOLS_API_CLIENT_ID | No | Client ID for client credentials authentication. | |
| TOOLS_API_TOKEN_URL | No | Token URL for client credentials authentication. | |
| TOOLS_API_ACCESS_TOKEN | No | Static token for authentication (used in local dev/stdio mode). | |
| TOOLS_API_CLIENT_SECRET | No | Client secret for client credentials authentication. | |
| CREATE_PREFLIGHT_ENFORCE | No | Set to 'true' to require tool_filter or acknowledge flag before creating server when spec exceeds operation limit. | |
| MAX_TRIMMED_SPEC_EXPORT_BYTES | No | Maximum byte size for trimmed spec export. | |
| PLATFORM_MAX_OPENAPI_OPERATIONS | No | Maximum number of operations allowed per server (hint). |
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/charley-forey/openapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server