{"id":22541196,"url":"https://github.com/shanejonas/openrpc-mpc-server","last_synced_at":"2025-04-14T19:07:23.667Z","repository":{"id":266200079,"uuid":"897678596","full_name":"shanejonas/openrpc-mpc-server","owner":"shanejonas","description":"A Model Context Protocol (MCP) server that provides JSON-RPC functionality through OpenRPC.","archived":false,"fork":false,"pushed_at":"2025-02-02T22:35:59.000Z","size":11,"stargazers_count":31,"open_issues_count":4,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T19:07:18.537Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shanejonas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-03T03:34:12.000Z","updated_at":"2025-04-06T08:00:03.000Z","dependencies_parsed_at":"2024-12-03T04:35:55.401Z","dependency_job_id":null,"html_url":"https://github.com/shanejonas/openrpc-mpc-server","commit_stats":null,"previous_names":["shanejonas/openrpc-mpc-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanejonas%2Fopenrpc-mpc-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanejonas%2Fopenrpc-mpc-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanejonas%2Fopenrpc-mpc-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanejonas%2Fopenrpc-mpc-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shanejonas","download_url":"https://codeload.github.com/shanejonas/openrpc-mpc-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248943456,"owners_count":21186958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-07T12:14:23.656Z","updated_at":"2025-04-14T19:07:23.643Z","avatar_url":"https://github.com/shanejonas.png","language":"JavaScript","funding_links":[],"categories":["💻 \u003ca name=\"development-tools\"\u003e\u003c/a\u003eDevelopment Tools","Community Servers","📦 Other","Other Tools and Integrations","APIs and HTTP Requests","Mcp Server Directories \u0026 Lists","🗂️ Extensions by Category","Table of Contents"],"sub_categories":["How to Submit","⚙️ Development Tools","Other Tools and Integrations"],"readme":"# OpenRPC MCP Server\n\nA Model Context Protocol (MCP) server that provides JSON-RPC functionality through [OpenRPC](https://open-rpc.org).\n\nhttps://github.com/user-attachments/assets/3447175a-f921-4ded-8250-b611edb2fb67\n\n## Features\n\n### Tools\n\n- `rpc_call` - Call arbitrary JSON-RPC methods\n  - Specify server URL, method name, and parameters\n  - Returns JSON-formatted results\n- `rpc_discover` - Discover available JSON-RPC methods\n  - Uses OpenRPC's `rpc.discover` specification\n  - Lists all methods on a given server\n\n## Development\n\nInstall dependencies:\n\n```bash\nnpm install\n```\n\nBuild the server:\n\n```bash\nnpm run build\n```\n\nFor development with auto-rebuild:\n\n```bash\nnpm run watch\n```\n\n## Installation\n\nTo use with Claude Desktop, add the server config:\n\nOn MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\nOn Windows: `%APPDATA%/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"openrpc\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"openrpc-mcp-server\"]\n    }\n  }\n}\n```\n\n### Debugging\n\nSince MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector):\n\n```bash\nnpm run inspector\n```\n\nThe Inspector will provide a URL to access debugging tools in your browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanejonas%2Fopenrpc-mpc-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshanejonas%2Fopenrpc-mpc-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanejonas%2Fopenrpc-mpc-server/lists"}