MCP Directory
Back

python-utcp

by universal-tool-calling-protocol · Python · ★ 646

Official python implementation of UTCP. UTCP is an open standard that lets AI agents call any API directly, without extra middleware.

#ai#ai-agent#ai-agent-tools#developer-tools#llm#mcp#model-context-protocol#python#utcp

Install

pip install git+https://github.com/universal-tool-calling-protocol/python-utcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "python-utcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/universal-tool-calling-protocol/python-utcp.git"
      ]
    }
  }
}

From the README

[](https://github.com/universal-tool-calling-protocol) [](https://pepy.tech/projects/utcp) [](https://github.com/universal-tool-calling-protocol/python-utcp/blob/main/LICENSE) [](https://cdtm.com/) The Universal Tool Calling Protocol (UTCP) is a secure, scalable standard for defining and interacting with tools across a wide variety of communication protocols. UTCP 1.0.0 introduces a modular core with a plugin-based architecture, making it more extensible, testable, and easier to package. In contrast to other protocols, UTCP places a strong emphasis on: * **Scalability**: UTCP is designed…
Read full README on GitHub →

Related ai & ml servers