A Model Context Protocol (MCP) server that provides JSON-RPC functionality through OpenRPC.
Screen.Recording.2024-12-02.at.8.59.57.PM.mov
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
Install dependencies:
npm installBuild the server:
npm run buildFor development with auto-rebuild:
npm run watch