A Model Context Protocol (MCP) server that provides JSON-RPC functionality through OpenRPC.
Call arbitrary JSON-RPC methods. Parameters: server URL (string), method name (string), parameters (object). Returns JSON-formatted results.
Discover available JSON-RPC methods. Uses OpenRPC's rpc.discover specification to list all methods on a given server.
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs