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
사양을 사용합니다. - 지정된 서버의 모든 메서드를 나열합니다.
- OpenRPC의
개발
종속성 설치:
지엑스피1
서버를 빌드하세요:
자동 재빌드를 사용한 개발의 경우:
설치
Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.
MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
디버깅
MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. MCP Inspector 사용을 권장합니다.
검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.
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.
Tools
OpenRPC를 통해 JSON-RPC 기능을 제공하는 MCP(Model Context Protocol) 서버입니다.
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -325161JavaScriptApache 2.0
- -securityAlicense-qualityMCP 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 -04TypeScriptMIT License
- -securityAlicense-qualityMCP 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 -23TypeScriptMIT License
- -securityFlicense-qualityA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.Last updated -Python