MCP OpenAPI Connector
by ssossan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Set to 'development' for verbose logging | |
| AUTH_PATH | Yes | The OAuth2 token endpoint path (e.g., /oauth/token) | |
| CLIENT_ID | Yes | Your OAuth2 client ID | |
| API_BASE_URL | Yes | The base URL of the API (e.g., https://api.example.com) | |
| CLIENT_SECRET | Yes | Your OAuth2 client secret | |
| OPENAPI_EXCLUDE | No | Optional comma-separated list of operations to exclude (e.g., deleteItem) | |
| CUSTOM_TOOLS_PATH | No | Optional path to a custom tools JavaScript file | |
| OPENAPI_SPEC_PATH | Yes | Path to the OpenAPI specification file (JSON format). Required for the server to function. | |
| OPENAPI_TOOL_PREFIX | No | Optional prefix for generated tool names (e.g., api_) | |
| OPENAPI_INCLUDE_ONLY | No | Optional comma-separated list of operations to include (e.g., listItems,createItem) |
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 |
|---|---|
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 | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues