The utcp mcp server enables AI agents to interact with any native endpoint using the Universal Tool Calling Protocol. It provides tools for making HTTP requests, handling WebSockets, and managing gRPC connections. The server connects to REST APIs, WebSocket servers, and gRPC services. Developers use it to build AI agents that can interact with a wide range of systems and services without needing custom integrations.
The utcp mcp server enables AI agents to interact with any native endpoint using the Universal Tool Calling Protocol. It provides tools for making HTTP requests, handling WebSockets, and managing gRPC connections. The server connects to REST APIs, WebSocket servers, and gRPC services. Developers use it to build AI agents that can interact with a wide range of systems and services without needing custom integrations.
npx -y @utcp/mcp-bridgeAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"universal-tool-calling-protocol-utcp-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y @utcp/mcp-bridge"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from utcp mcp?"
No configuration required. This server works out of the box.
"What resources are available in utcp mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in utcp mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in utcp mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.