OpenRPC MCP サーバー
OpenRPCを通じて JSON-RPC 機能を提供するモデル コンテキスト プロトコル (MCP) サーバー。
https://github.com/user-attachments/assets/3447175a-f921-4ded-8250-b611edb2fb67
特徴
ツール
rpc_call
- 任意のJSON-RPCメソッドを呼び出す- サーバーのURL、メソッド名、パラメータを指定する
- JSON形式の結果を返します
rpc_discover
- 利用可能なJSON-RPCメソッドを検出する- OpenRPCの
rpc.discover
仕様を使用する - 指定されたサーバー上のすべてのメソッドを一覧表示します
- OpenRPCの
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
インストール
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。MCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
OpenRPC を通じて JSON-RPC 機能を提供するモデル コンテキスト プロトコル (MCP) サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.Last updated -325161JavaScriptApache 2.0
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -04TypeScriptMIT License
- -securityAlicense-qualityMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.Last updated -23TypeScriptMIT License
- -securityFlicense-qualityA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.Last updated -Python