Skip to main content
Glama

Solana Model Context Protocol (MCP) Server

by omaidf

Solana 모델 컨텍스트 프로토콜(MCP) 서버

솔라나 블록체인용 모델 컨텍스트 프로토콜(Model Context Protocol)을 구현하는 파이썬 기반 서버입니다. 이 서버는 솔라나 블록체인 데이터 및 모델과 상호 작용하기 위한 인터페이스를 제공합니다.

특징

  • 실시간 Solana 블록체인 데이터 처리
  • 모델 컨텍스트 프로토콜 구현
  • 블록체인 상호작용을 위한 RESTful API 엔드포인트
  • 실시간 업데이트를 위한 WebSocket 지원

설정

표준 설정

  1. 저장소를 복제합니다
  2. 종속성 설치:지엑스피1
  3. 환경 변수 설정:
    cp .env.example .env
  4. Solana RPC 노드 세부 정보로 .env 파일을 편집하세요.

도커 설정

  1. Docker 이미지를 빌드합니다.
    docker build -t solana-mcp-server .
  2. Docker 컨테이너를 실행합니다.
    docker run -p 8000:8000 --env-file .env solana-mcp-server

서버 실행

개발 모드:

python main.py

생산 모드:

uvicorn main:app --host 0.0.0.0 --port 8000

도커 모드:

docker run -p 8000:8000 --env-file .env solana-mcp-server

API 문서

서버가 실행되면 다음 위치에서 API 문서에 액세스하세요.

http://localhost:8000/docs

환경 변수

다음 환경 변수를 구성할 수 있습니다.

  • HOST : 서버 호스트(기본값: 0.0.0.0)
  • PORT : 서버 포트(기본값: 8000)
  • DEBUG : 디버그 모드 활성화(기본값: False)
  • LOG_LEVEL : 로깅 레벨(기본값: INFO)
  • CORS_ORIGINS : 허용되는 CORS 출처의 쉼표로 구분된 목록(기본값: *)
  • RELOAD : 개발을 위한 핫 리로드 활성화(기본값: False)

향상된 Solana 분석 API

서버는 다음 엔드포인트를 통해 향상된 Solana 분석 기능을 제공합니다.

토큰 정보

POST /api/analyzer/token

가격, 시가총액, 공급 데이터를 포함한 토큰에 대한 자세한 정보를 얻으세요.

고래 감지

POST /api/analyzer/whales

구성 가능한 임계값을 사용하여 특정 토큰의 대량 보유자("고래")를 식별합니다.

향상된 계정 분석

POST /api/analyzer/account

추가 컨텍스트를 포함한 자세한 계정 정보를 확인하세요.

가격이 책정된 토큰 계정

POST /api/analyzer/token-accounts

풍부한 가격 및 평가 데이터가 포함된 주소에 대한 토큰 계정을 얻으세요.

-
security - not tested
F
license - not found
-
quality - not tested

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 블록체인 상호작용 서버입니다.

  1. 특징
    1. 설정
      1. 표준 설정
      2. 도커 설정
    2. 서버 실행
      1. 개발 모드:
      2. 생산 모드:
      3. 도커 모드:
    3. API 문서
      1. 환경 변수
        1. 향상된 Solana 분석 API
          1. 토큰 정보
          2. 고래 감지
          3. 향상된 계정 분석
          4. 가격이 책정된 토큰 계정

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Provides 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 -
          6
          3
          JavaScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          A 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 -
          219
          79
          Apache 2.0
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          A 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 -
          219
          15
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          A 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 -
          TypeScript
          MIT License

        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/omaidf/solana-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server