Solana 모델 컨텍스트 프로토콜(MCP) 서버
솔라나 블록체인용 모델 컨텍스트 프로토콜(Model Context Protocol)을 구현하는 파이썬 기반 서버입니다. 이 서버는 솔라나 블록체인 데이터 및 모델과 상호 작용하기 위한 인터페이스를 제공합니다.
특징
- 실시간 Solana 블록체인 데이터 처리
- 모델 컨텍스트 프로토콜 구현
- 블록체인 상호작용을 위한 RESTful API 엔드포인트
- 실시간 업데이트를 위한 WebSocket 지원
설정
표준 설정
- 저장소를 복제합니다
- 종속성 설치:지엑스피1
- 환경 변수 설정:
- Solana RPC 노드 세부 정보로
.env
파일을 편집하세요.
도커 설정
- Docker 이미지를 빌드합니다.
- Docker 컨테이너를 실행합니다.
서버 실행
개발 모드:
생산 모드:
도커 모드:
API 문서
서버가 실행되면 다음 위치에서 API 문서에 액세스하세요.
환경 변수
다음 환경 변수를 구성할 수 있습니다.
HOST
: 서버 호스트(기본값: 0.0.0.0)PORT
: 서버 포트(기본값: 8000)DEBUG
: 디버그 모드 활성화(기본값: False)LOG_LEVEL
: 로깅 레벨(기본값: INFO)CORS_ORIGINS
: 허용되는 CORS 출처의 쉼표로 구분된 목록(기본값: *)RELOAD
: 개발을 위한 핫 리로드 활성화(기본값: False)
향상된 Solana 분석 API
서버는 다음 엔드포인트를 통해 향상된 Solana 분석 기능을 제공합니다.
토큰 정보
가격, 시가총액, 공급 데이터를 포함한 토큰에 대한 자세한 정보를 얻으세요.
고래 감지
구성 가능한 임계값을 사용하여 특정 토큰의 대량 보유자("고래")를 식별합니다.
향상된 계정 분석
추가 컨텍스트를 포함한 자세한 계정 정보를 확인하세요.
가격이 책정된 토큰 계정
풍부한 가격 및 평가 데이터가 포함된 주소에 대한 토큰 계정을 얻으세요.
This server cannot be installed
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.
AI 도구가 자연어를 사용하여 블록체인 데이터를 쿼리하고, 구조화된 토큰 정보에 액세스하고, 복잡한 블록체인 개념에 대한 사람이 읽을 수 있는 설명을 생성할 수 있도록 하는 Solana 블록체인 상호작용 서버입니다.
Related MCP Servers
- AsecurityAlicenseAqualityProvides tools for AI assistants to interact with the Ethereum blockchain through standard JSON-RPC methods, enabling queries for account balances, gas prices, and smart contract code.Last updated -63JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables Claude AI to interact with the Solana blockchain through a standardized interface, providing tools for transactions, account queries, and wallet management.Last updated -21979Apache 2.0
- -securityAlicense-qualityA Model Context Protocol server enabling AI agents to interact with the Solana blockchain for DeFi operations like checking balances, transferring tokens, executing swaps, and fetching price data.Last updated -21915TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI models to interact with the Solana blockchain, providing RPC methods, wallet management, DeFi trading capabilities, and Helius API integration for enhanced Solana development.Last updated -TypeScriptMIT License