OpenRPC MCP Server
Provides JSON-RPC functionality through the OpenRPC specification.
OpenRPC MCP Server
A Model Context Protocol (MCP) server that provides JSON-RPC functionality through OpenRPC.
https://github.com/user-attachments/assets/3447175a-f921-4ded-8250-b611edb2fb67
Features
Tools
rpc_call- Call arbitrary JSON-RPC methods- Specify server URL, method name, and parameters
- Returns JSON-formatted results
rpc_discover- Discover available JSON-RPC methods- Uses OpenRPC's
rpc.discoverspecification - Lists all methods on a given server
- Uses OpenRPC's
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"openrpc": {
"command": "npx",
"args": ["-y", "openrpc-mcp-server"]
}
}
}
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Scout Monitoring MCP
ผู้สนับสนุนPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
ผู้สนับสนุนAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
pabal-resource-mcp
MCP server for ASO ↔ Web SEO data conversion.
MCP Server Pentest
Automated browser penetration testing to detect XSS and SQL vulnerabilities.
CAD-Query MCP Server
A server for generating and verifying CAD models using the CAD-Query Python library.
Godot RAG
Provides Godot documentation to a RAG model using a vector database.
MCP Gemini CLI
Integrate with Google Gemini through its command-line interface (CLI).
swarm.at
Settlement protocol that validates agent actions before execution. Guards destructive operations with hash-chained ledger receipts, trust tiers, and 31 workflow blueprints.
Shell MCP
Securely execute shell commands with whitelisting, resource limits, and timeout controls for LLMs.
OpenAPI MCP Server
Explore and analyze OpenAPI specifications from local files or remote URLs.
D2 MCP Server
Generate, render, and manipulate D2 diagrams with incremental editing capabilities.
MCP Project Setup
A starter project with setup instructions and example MCP servers, including a weather server.