universal-tool-calling-protocol/python-utcp
Official Python implementation of UTCP, an open standard for AI agents to call APIs directly without middleware.

Velocity · 7d
+1.8
★ / day
Trend
→steady
star history
UTCP is a secure, scalable open standard that defines how AI agents interact with tools across communication protocols. It provides a modular core with a plugin-based architecture supporting HTTP, SSE, CLI and other protocols. The implementation includes well-defined Pydantic models for easy integration and is designed to interoperate with existing standards like MCP.