Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | API Key or identifier used for authentication. | |
| API_URL | No | The base URL of the API to be exposed. | |
| AUTH_TYPE | No | Authentication method to use (none, basic, api-key, bearer-token, bearer-endpoint, oauth2-client-credentials). | |
| API_SECRET | No | API Secret or password used for authentication. | |
| CONFIG_PATH | No | Path to configuration file (e.g., ./config.json) | |
| SERVER_NAME | No | Custom name for the MCP server. | |
| AUTH_ENDPOINT | No | Authentication endpoint path (required for bearer-endpoint type). | |
| AUTH_TOKEN_PATH | No | JSON path to the token in the authentication response (e.g., 'token'). | |
| OPENAPI_SPEC_PATH | No | Local path to the OpenAPI spec file (JSON or YAML). |
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 | |