OpenRPC MCP Server
JSON →Provides JSON-RPC functionality through the OpenRPC specification.
Tools · 2
- 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.discover specification. Lists all methods on a given server.
Links
★ 43 GitHub stars