mcp-sns-server MCP 서버
인터넷 컴퓨터의 DAO와 상호 작용하기 위한 모델 컨텍스트 프로토콜 서버
이는 서비스 신경망(SNS) DAO에 대한 인터페이스를 구현하는 TypeScript 기반 MCP 서버입니다. 분산형 자율 조직(DAO)과 상호 작용할 수 있는 도구를 제공하여 핵심 MCP 개념을 보여줍니다.
설정
env 파일에 시드 문구를 추가하세요
지엑스피1
특징
도구
list_proposals
- 특정 DAO에 대한 모든 제안을 나열합니다.- DAO 이름을 매개변수로 사용합니다.
- 지정된 DAO에서 제안 목록을 반환합니다.
list_votable_neurons
- DAO에서 사용자의 모든 투표 가능 뉴런을 나열합니다.- DAO 이름과 주체 ID를 매개변수로 사용합니다.
- 제안에 투표할 수 있는 뉴런을 반환합니다.
get_system_parameters
- DAO에 대한 모든 구성 매개변수 나열- DAO 이름을 매개변수로 사용합니다.
- 지정된 DAO에 대한 시스템 매개변수를 반환합니다.
wallet
- 사용자의 지갑 정보를 가져옵니다- 현재 지갑의 주체 ID를 반환합니다.
vote_proposal
- 제안에 투표- DAO 이름, 주체 ID, 뉴런 ID, 제안 ID 및 투표 선호도를 사용합니다.
- 제안에 대해 찬성, 반대 또는 미지정 투표를 허용합니다.
- DAO 거버넌스 시스템에 투표 등록
개발
종속성 설치:
서버를 빌드하세요:
자동 재빌드를 사용한 개발의 경우:
설치
Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.
MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
디버깅
MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.
검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
인터넷 컴퓨터의 서비스 신경망(SNS) DAO와 상호 작용할 수 있는 모델 컨텍스트 프로토콜 서버로, 이를 통해 사용자는 제안을 나열하고, 뉴런을 보고, 시스템 매개변수를 가져오고, 지갑을 관리하고, 제안에 투표할 수 있습니다.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that allows AI assistants to interact with the Neuro-Symbolic Autonomy Framework, enabling capabilities like running NSAF evolution with customizable parameters and comparing different agent architectures.Last updated -1PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that provides programmatic access to ONOS SDN controller's network management capabilities, enabling device control, topology management, and analytics through ONOS's REST API.Last updated -4PythonGPL 3.0
- -securityAlicense-qualityA Model Context Protocol server that enables users to query, retrieve details, and manage reviews/ratings for NetMind AI servers through simple endpoints.Last updated -PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.Last updated -1Python