Skip to main content
Glama

openrpc-mpc-server

by shanejonas

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仕様を使用する
    • 指定されたサーバー上のすべてのメソッドを一覧表示します

発達

依存関係をインストールします:

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 を提供します。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

OpenRPC を通じて JSON-RPC 機能を提供するモデル コンテキスト プロトコル (MCP) サーバー。

  1. 特徴
    1. ツール
  2. 発達
    1. インストール
      1. デバッグ

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol (MCP) server that lets you seamlessly use OpenAI's models right from Claude.
      Last updated -
      1
      24
      28
      JavaScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      A 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 -
      3
      9
      36
      JavaScript
      Apache 2.0
    • -
      security
      A
      license
      -
      quality
      An MCP server that exposes HTTP methods defined in an OpenAPI specification as tools, enabling interaction with APIs via the Model Context Protocol.
      Last updated -
      2
      Python
      MIT License
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol server implementation that enables connection between OpenAI APIs and MCP clients for coding assistance with features like CLI interaction, web API integration, and tool-based architecture.
      Last updated -
      28
      Python
      • Linux
      • Apple

    View all related MCP servers

    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-mpc-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server