api-to-mcp
by sgaluza
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API2MCP_API_KEY | No | API key → header name from securitySchemes | |
| API2MCP_BASE_URL | No | Override base URL from spec's servers[0].url | |
| API2MCP_PASSWORD | No | Password for JWT password auth | |
| API2MCP_SPEC_URL | No | OpenAPI spec URL or file path (alternative to positional argument) | |
| API2MCP_USERNAME | No | Username for JWT password auth | |
| API2MCP_AUTH_TYPE | No | Auth type — currently supports jwt-password | |
| API2MCP_AUTH_TOKEN | No | Raw Authorization header value | |
| API2MCP_BEARER_TOKEN | No | Bearer token → Authorization: Bearer <token> | |
| API2MCP_AUTH_LOGIN_URL | No | JWT login endpoint URL | |
| API2MCP_AUTH_TOKEN_PATH | No | Path to JWT in login response (default: token) | |
| API2MCP_AUTH_REFRESH_URL | No | JWT refresh endpoint URL | |
| API2MCP_AUTH_PASSWORD_FIELD | No | Request body field for password (default: password) | |
| API2MCP_AUTH_USERNAME_FIELD | No | Request body field for username (default: username) |
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 | |