Skip to main content
Glama
TeodorMCP

Universal API Connector MCP

by TeodorMCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UCMCP_CACHE_TTLNoSeconds to cache successful GET/query responses (`0` disables).60
UCMCP_AUDIT_FILENoAppend audit entries to this file (JSON lines).
UCMCP_STATE_FILENoWhere 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_CONFIGNoPath to a YAML file of APIs to preload at startup.
UCMCP_MAX_RETRIESNoRetries on transient HTTP failures (429/502/503/504).2
UCMCP_USE_KEYRINGNoAlso resolve secrets from the OS keyring.false
UCMCP_DENIED_HOSTSNoComma-separated hosts always blocked (wins over allow).
UCMCP_HTTP_TIMEOUTNoPer-request timeout (seconds).30
UCMCP_ALLOWED_HOSTSNoComma-separated extra hosts allowed for outbound calls. Prefix with `.` for suffix matches.
UCMCP_AUDIT_ENABLEDNoToggle audit logging.true
UCMCP_MAX_REDIRECTSNoMax HTTP redirects to follow; every hop is re-checked against the guard.5
UCMCP_ALLOW_ALL_HOSTSNoDisable the allowlist entirely (not recommended). Does not disable private-IP blocking.false
UCMCP_BLOCK_PRIVATE_IPSNoBlock outbound calls that resolve to private/loopback/link-local/cloud-metadata IPs (SSRF protection).true
UCMCP_MAX_RESPONSE_BYTESNoResponse 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/TeodorMCP/universal-connector-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server