LogoSTMCP
Download
agentrpc

AgentRPC

AgentRPC is a universal RPC layer for AI agents that connects functions across network boundaries and languages, enabling seamless integration with private VPCs, Kubernetes clusters, and multi-cloud environments through MCP and OpenAI-compatible interfaces.

Tools

1. agentrpc mcp

Launches an MCP-compliant server for external AI models to interact with your registered tools.

Open Graph image for AgentRPC

JSON Config

{
  "mcpServers": {
    "agentrpc": {
      "command": "npx",
      "args": ["-y", "agentrpc", "mcp"],
      "env": {
        "AGENTRPC_API_SECRET": "<YOUR_API_SECRET>"
      }
    }
  }
}

Information