OpenRPC icon

OpenRPC

34

Exposes JSON-RPC functionality through an OpenRPC Model Context Protocol server.

关于

OpenRPC is a Model Context Protocol (MCP) server designed to provide JSON-RPC functionality through OpenRPC. It allows users to call arbitrary JSON-RPC methods, specifying the server URL, method name, and parameters, and returns JSON-formatted results. Additionally, it enables the discovery of available JSON-RPC methods using OpenRPC's `rpc.discover` specification, listing all methods on a given server.

主要功能

  • Call arbitrary JSON-RPC methods
  • Discover available JSON-RPC methods using OpenRPC's `rpc.discover`
  • Returns JSON-formatted results
  • Compatible with Claude Desktop

使用案例

  • Extending Claude Desktop with JSON-RPC capabilities
  • Interacting with JSON-RPC APIs through a Model Context Protocol
  • Debugging MCP Servers with the MCP Inspector
Craft Better Prompts with AnyPrompt
Sponsored
OpenRPC MCP Server: Expose JSON-RPC APIs