Universal API Connector MCP
by TeodorMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UCMCP_CACHE_TTL | No | Seconds to cache successful GET/query responses (`0` disables). | 60 |
| UCMCP_AUDIT_FILE | No | Append audit entries to this file (JSON lines). | |
| UCMCP_STATE_FILE | No | Where loaded APIs are remembered between restarts (spec locations only - never secrets or data). Set to `off` to disable. | ~/.universal-connector-mcp/state.json |
| UCMCP_APIS_CONFIG | No | Path to a YAML file of APIs to preload at startup. | |
| UCMCP_MAX_RETRIES | No | Retries on transient HTTP failures (429/502/503/504). | 2 |
| UCMCP_USE_KEYRING | No | Also resolve secrets from the OS keyring. | false |
| UCMCP_DENIED_HOSTS | No | Comma-separated hosts always blocked (wins over allow). | |
| UCMCP_HTTP_TIMEOUT | No | Per-request timeout (seconds). | 30 |
| UCMCP_ALLOWED_HOSTS | No | Comma-separated extra hosts allowed for outbound calls. Prefix with `.` for suffix matches. | |
| UCMCP_AUDIT_ENABLED | No | Toggle audit logging. | true |
| UCMCP_MAX_REDIRECTS | No | Max HTTP redirects to follow; every hop is re-checked against the guard. | 5 |
| UCMCP_ALLOW_ALL_HOSTS | No | Disable the allowlist entirely (not recommended). Does not disable private-IP blocking. | false |
| UCMCP_BLOCK_PRIVATE_IPS | No | Block outbound calls that resolve to private/loopback/link-local/cloud-metadata IPs (SSRF protection). | true |
| UCMCP_MAX_RESPONSE_BYTES | No | Response body cap sent back to the agent. | 100000 |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/TeodorMCP/universal-connector-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server