REST API MCP Server
by nifetency
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_MODE | No | Server mode: stdio or http | stdio |
| AUTH_TYPE | No | Authentication type: bearer, apikey, basic, none | bearer |
| LOG_LEVEL | No | Logging verbosity: DEBUG, INFO, WARNING, ERROR | INFO |
| API_KEY_VALUE | No | API key value | |
| API_KEY_HEADER | No | Header name for API key auth | X-API-Key |
| MCP_SERVER_HOST | No | HTTP server host | 0.0.0.0 |
| MCP_SERVER_PORT | No | HTTP server port | 8080 |
| REQUEST_TIMEOUT | No | Request timeout in seconds | 30 |
| API_ACCESS_TOKEN | No | Bearer token for auth | |
| OPENAPI_SPEC_URL | Yes | OpenAPI/Swagger spec URL or local file path (required) | |
| SCHEMA_CACHE_TTL | No | Schema cache TTL in seconds | 3600 |
| REST_API_BASE_URL | Yes | REST API base URL (required) | |
| BASIC_AUTH_PASSWORD | No | Password for basic auth | |
| BASIC_AUTH_USERNAME | No | Username for basic auth | |
| ENABLE_HTTP_ENDPOINT | No | Enable HTTP health/metrics endpoints | true |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
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 | |
Maintenance
ActivityInactive
ResponsivenessNo issues