conduit-openapi-mcp
by tsouth89
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAPI_SPEC | Yes | URL or file path to an OpenAPI 3.x / Swagger 2.0 spec. | |
| OPENAPI_EXCLUDE | No | Regex; operations whose tool name matches are dropped. | |
| OPENAPI_INCLUDE | No | Regex; only operations whose tool name matches are exposed. | |
| OPENAPI_BASE_URL | No | Override the API base URL (defaults to the spec's servers). | |
| OPENAPI_AUTH_VALUE | No | The auth value, e.g. Bearer xxx. Keep this secret. | |
| OPENAPI_AUTH_HEADER | No | Header name for auth, e.g. Authorization or X-API-Key. | |
| OPENAPI_TOOL_PREFIX | No | Prefix added to every tool name (e.g. stripe_). |
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
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/tsouth89/conduit-openapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server