UTCP MCP Bridge
Supports UIby universal-tool-calling-protocol
Universal MCP server connecting AI agents to any native endpoint via the Universal Tool Calling Protocol.
What it does
UTCP MCP Bridge is an all-in-one MCP server that acts as a gateway between MCP-compatible clients and the Universal Tool Calling Protocol (UTCP). It allows users to register diverse APIs (via HTTP, OpenAPI), command-line tools, and file processors as standard MCP tools, effectively creating a unified tool ecosystem.
Tools
register_manual: Register new UTCP manuals/APIs.deregister_manual: Remove registered manuals.call_tool: Execute any registered UTCP tool.search_tools: Find tools by description.list_tools: List all registered tool names.get_required_keys_for_tool: Identify necessary environment variables for a specific tool.tool_info: Retrieve complete tool information and schema.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"utcp": {
"command": "npx",
"args": ["@utcp/mcp-bridge"],
"env": {
"UTCP_CONFIG_FILE": "/path/to/your/.utcp_config.json"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop.
Quick install
npx @utcp/mcp-bridgeInformation
- Pricing
- free
- Published
- 4/16/2026
- stars






