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