← Back to Plugins
MCP Server MCP

io.github.TeodorMCP/universal-connector-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx universal-connector-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "universal-connector-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Comma-separated extra hosts allowed for outbound calls (spec hosts are allowed automatically).",
          "format": "string",
          "name": "UCMCP_ALLOWED_HOSTS"
        },
        {
          "description": "Path to a YAML file of APIs to preload at startup.",
          "format": "string",
          "name": "UCMCP_APIS_CONFIG"
        },
        {
          "description": "TTL in seconds for caching read-only responses (default 60, 0 disables).",
          "format": "number",
          "name": "UCMCP_CACHE_TTL"
        },
        {
          "description": "Block outbound calls to private/loopback/link-local/cloud-metadata IPs (SSRF protection). Default true.",
          "format": "string",
          "name": "UCMCP_BLOCK_PRIVATE_IPS"
        },
        {
          "description": "Example credential convention: <API_NAME>_TOKEN / <API_NAME>_API_KEY are injected for the API loaded under that name.",
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...