@powerduck/openapi-mcp-server
by powerducklab
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | HTTP server host | 0.0.0.0 |
| port | No | HTTP server port | 3000 |
| spec | Yes | Path or URL to OpenAPI spec (required) | |
| admin | No | Enable admin dashboard ('true' or 'false') | true |
| bearer | No | Bearer token for API authentication | |
| header | No | Custom headers in 'Key: Value' format, repeatable | |
| api-key | No | API key for API authentication | |
| log-level | No | Log level: debug, info, warn, error | info |
| transport | No | Transport type: stdio or http | stdio |
| admin-port | No | Admin dashboard port | 3001 |
| rate-limit | No | Max requests per minute per tool | 100 |
| cors-origin | No | CORS allowed origin | * |
| server-name | No | MCP server display name | |
| exclude-tags | No | Exclude tools with these comma-separated tags | |
| include-tags | No | Include tools with these comma-separated tags | |
| route-prefix | No | HTTP route prefix | /mcp |
| exclude-paths | No | Exclude tools matching these path patterns | |
| include-paths | No | Include tools matching these path patterns | |
| server-version | No | MCP server version | 1.0.0 |
| exclude-methods | No | Exclude tools with these comma-separated methods | |
| include-methods | No | Include tools with these comma-separated methods |
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
ActivityMaintained
ResponsivenessNo issues