AgentRPC is a universal RPC layer designed for AI agents, enabling connections to any function across different programming languages and network boundaries. It wraps functions in a universal RPC interface, making them accessible through open standards including MCP.
AgentRPC is a universal RPC layer designed for AI agents, enabling connections to any function across different programming languages and network boundaries. It wraps functions in a universal RPC interface, making them accessible through open standards including MCP.
AGENTRPC_API_SECRET=YOUR_API_SECRET npx agentrpc mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"agentrpc": {
"command": "npx",
"args": [
"-y",
"AGENTRPC_API_SECRET=YOUR_API_SECRET npx agentrpc mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from AgentRPC?"
No configuration required. This server works out of the box.
"What resources are available in AgentRPC?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in AgentRPC"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in AgentRPC 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.