AgentRPC
公式Connect to any function, any language, across network boundaries using AgentRPC.
AgentRPC
Universal RPC layer for AI agents across network boundaries and languages
Overview
AgentRPC allows you to connect to any function, in any language, across network boundaries. It's ideal when you have services deployed in:
- Private VPCs
- Kubernetes clusters
- Multiple cloud environments
AgentRPC wraps your functions in a universal RPC interface, connecting them to a hosted RPC server accessible through open standards:
- Model Context Protocol (MCP)
- OpenAI-compatible tool definitions (OpenAI, Anthropic, LiteLLM, OpenRouter, etc.)
How It Works
- Registration: Use our SDK to register functions and APIs in any language
- Management: The AgentRPC platform (api.agentrpc.com) registers the function and monitors its health
- Access: Receive OpenAPI SDK compatible tool definitions and a hosted MCP server for connecting to compatible agents
Key Features
| Feature | Description |
|---|---|
| Multi-language Support | Connect to tools in TypeScript, Go, Python and .NET (coming soon) |
| Private Network Support | Register functions in private VPCs with no open ports required |
| Long-running Functions | Long polling SDKs allow function calls beyond HTTP timeout limits |
| Full Observability | Comprehensive tracing, metrics, and events for complete visibility |
| Automatic Failover | Intelligent health tracking with automatic failover and retries |
| Framework Compatibility | Out-of-the-box support for MCP and OpenAI SDK compatible agents |
Getting Started
Quick Start
Follow the quick start example on our docs site.
Examples
Explore working examples in the examples directory.
MCP Server
The AgentRPC TypeScript SDK includes an optional MCP (Model Context Protocol) server.
ANGENTRPC_API_SECRET=YOUR_API_SECRET npx agentrpc mcp
This launches an MCP-compliant server for external AI models to interact with your registered tools.
Claude Desktop Integration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agentrpc": {
"command": "npx",
"args": [
"-y",
"agentrpc",
"mcp"
],
"env": {
"AGENTRPC_API_SECRET": "<YOUR_API_SECRET>"
}
}
}
}
Cursor Integration
Add to your ~/.cursor/mcp.json:
{
"mcpServers": {
"agentrpc": {
"command": "npx",
"args": ["-y", "agentrpc", "mcp"],
"env": {
"AGENTRPC_API_SECRET": "<YOUR_API_SECRET>"
}
}
}
}
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
This repository contains all the open-source components and SDKs for AgentRPC.
関連サーバー
SuprSend MCP Server
Manage notification workflows, users, preferences, and tenant branding via natural language. Trigger email, SMS, push, WhatsApp, Slack, and in-app notifications from Cursor, Claude Desktop, or Windsurf using 24 tools.
Brainstorm MCP
Slack for AI agents - a local service where agents can join projects, message each other, and share resources in a structured workspace
/vibe
Social layer for AI coding — DMs, presence, discovery, and multiplayer games between developers. npm: slashvibe-mcp | Install: npx -y slashvibe-mcp
Twist MCP Server
Interact with a Twist workspace using its REST API.
MCP Intercom Server
Provides access to Intercom conversations and chats. Requires an Intercom API key.
A2A Client MCP Server
An MCP server client for the Agent-to-Agent (A2A) protocol, enabling LLMs to interact with A2A agents.
simple-email-mcp
Dead-simple multi-account email MCP server — IMAP/SMTP, attachments, HTML, calendar invites, optional send gate. Works with any provider.
Hacker News MCP Server
Access Hacker News stories, comments, and user profiles using the Hacker News API.
Chara Talk MCP
Enables communication between multiple AI characters with simultaneous voice playback using VLC.
MailerSend MCP Server
Turn an AI tool into your smart email engine