Skip to main content
Glama

openrpc-mpc-server

by shanejonas

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을 제공합니다.

Install Server
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(Model Context Protocol) 서버입니다.

  1. 특징
    1. 도구
  2. 개발
    1. 설치
      1. 디버깅

    Related MCP Servers

    • 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
      251
      61
      JavaScript
      Apache 2.0
    • -
      security
      A
      license
      -
      quality
      MCP 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 -
      0
      4
      TypeScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      MCP 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 -
      2
      3
      TypeScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      A server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.
      Last updated -
      Python

    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