openrpc-mpc-server
33
The OpenRPC MCP Server is designed to facilitate JSON-RPC communication utilizing OpenRPC. It offers tools for calling and discovering JSON-RPC methods on a server, supporting development and debugging with ease.
OpenRPC MCP Server
A Model Context Protocol (MCP) server provides JSON-RPC functionality using OpenRPC.
Features
- Tools
- rpc_call: Call JSON-RPC methods with specified server URL, method name, and parameters.
- rpc_discover: Discover available JSON-RPC methods using OpenRPC's
rpc.discover
specification.