openrpc-mpc-server

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 MCP 서버

OpenRPC를 통해 JSON-RPC 기능을 제공하는 MCP(Model Context Protocol) 서버입니다.

https://github.com/user-attachments/assets/3447175a-f921-4ded-8250-b611edb2fb67

특징

도구

  • rpc_call - 임의의 JSON-RPC 메서드 호출
    • 서버 URL, 메서드 이름 및 매개변수를 지정하세요
    • JSON 형식의 결과를 반환합니다.
  • rpc_discover - 사용 가능한 JSON-RPC 메서드 검색
    • OpenRPC의 rpc.discover 사양을 사용합니다.
    • 지정된 서버의 모든 메서드를 나열합니다.

개발

종속성 설치:

지엑스피1

서버를 빌드하세요:

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
F
license - not found
A
quality - confirmed to work

OpenRPC를 통해 JSON-RPC 기능을 제공하는 MCP(Model Context Protocol) 서버입니다.

  1. Features
    1. Tools
  2. Development
    1. Installation
      1. Debugging
    ID: 8w5h7useml