openrpc-mpc-server
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仕様を使用する指定されたサーバー上のすべてのメソッドを一覧表示します
Related MCP server: MCP Server
発達
依存関係をインストールします:
npm installサーバーを構築します。
npm run build自動リビルドを使用した開発の場合:
npm run watchインストール
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"openrpc": {
"command": "npx",
"args": ["-y", "openrpc-mcp-server"]
}
}
}デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。MCP Inspectorの使用をお勧めします。
npm run inspectorインスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shanejonas/openrpc-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server