A Model Context Protocol (MCP) server that provides JSON-RPC functionality through OpenRPC.
No reviews yet. Be the first to review!
Sign in to join the conversation
Call arbitrary JSON-RPC methods. Parameters: server URL (string), method name (string), parameters (optional object). Returns JSON-formatted results.
Discover available JSON-RPC methods. Utilizes OpenRPC's rpc.discover specification to list all methods on a given server.