Back to Browse

Universal Connector MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Security-first MCP server that connects any OpenAPI, GraphQL, gRPC or SOAP API to AI agents.

About

Security-first MCP server that connects any OpenAPI, GraphQL, gRPC or SOAP API to AI agents.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Comma-separated extra hosts allowed for outbound calls (spec hosts are allowed automatically).Optional

Environment variable: UCMCP_ALLOWED_HOSTS

Path to a YAML file of APIs to preload at startup.Optional

Environment variable: UCMCP_APIS_CONFIG

TTL in seconds for caching read-only responses (default 60, 0 disables).Optional

Environment variable: UCMCP_CACHE_TTL

Block outbound calls to private/loopback/link-local/cloud-metadata IPs (SSRF protection). Default true.Optional

Environment variable: UCMCP_BLOCK_PRIVATE_IPS

Example credential convention: <API_NAME>_TOKEN / <API_NAME>_API_KEY are injected for the API loaded under that name.Required

Environment variable: GITHUB_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-teodormcp-universal-connector-mcp": {
      "env": {
        "GITHUB_TOKEN": "your-github-token-here",
        "UCMCP_CACHE_TTL": "your-ucmcp-cache-ttl-here",
        "UCMCP_APIS_CONFIG": "your-ucmcp-apis-config-here",
        "UCMCP_ALLOWED_HOSTS": "your-ucmcp-allowed-hosts-here",
        "UCMCP_BLOCK_PRIVATE_IPS": "your-ucmcp-block-private-ips-here"
      },
      "args": [
        "universal-connector-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!