python-utcp
The python-utcp server provides a standardized way for AI agents to directly call APIs without additional middleware.
The Universal Tool Calling Protocol (UTCP) is a secure and scalable standard designed for defining and interacting with various tools across multiple communication protocols. With its modular core and plugin-based architecture, UTCP 1.0.0 enhances extensibility, testability, and packaging ease. It emphasizes scalability to manage numerous tools efficiently, extensibility for easy integration of new protocols and storage mechanisms, and interoperability with a growing ecosystem of plugins. Additionally, UTCP is user-friendly, built on well-defined Pydantic models that simplify implementation for developers.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"python-utcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-python-utcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions