Open API MCP Server
by HaoYan-A
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | API key for apiKey auth | |
| AUTH_MODE | No | Authentication mode: none, apiKey, bearer, basic, oauth2 | |
| LOG_LEVEL | No | Log level: debug, info, warn, error | |
| OAUTH_CODE | No | Authorization code for authorization code flow | |
| OAUTH_FLOW | No | OAuth 2.0 flow: clientCredentials, password, authorizationCode | |
| OAUTH_SCOPE | No | OAuth scope | |
| BEARER_TOKEN | No | Bearer token | |
| LOG_REQUESTS | No | Enable request logging (true/false) | |
| LOG_RESPONSES | No | Enable response logging (true/false) | |
| API_KEY_HEADER | No | Header name for API key (default: Authorization) | |
| API_KEY_PREFIX | No | Prefix for API key (default: Bearer) | |
| OAUTH_AUTH_URL | No | OAuth authorization URL for authorization code flow | |
| OAUTH_PASSWORD | No | OAuth password for password flow | |
| OAUTH_USERNAME | No | OAuth username for password flow | |
| BASIC_AUTH_PASS | No | Password for basic auth | |
| BASIC_AUTH_USER | No | Username for basic auth | |
| OAUTH_CLIENT_ID | No | OAuth client ID | |
| OAUTH_TOKEN_URL | No | OAuth token URL | |
| OPENAPI_SPEC_URL | No | OpenAPI Specification URL | |
| OAUTH_REDIRECT_URI | No | OAuth redirect URI for authorization code flow | |
| OAUTH_CLIENT_SECRET | No | OAuth client secret |
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/HaoYan-A/open-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server