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 |
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/nifetency/nife-mcp-restapi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server