solana-mcp-server
솔라나 MCP 서버
Cline을 통해 Solana 블록체인 데이터에 대한 포괄적인 접근을 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 다양한 Solana RPC 메서드를 구현하여 자연어 대화를 통해 블록체인 정보를 직접 쉽게 쿼리할 수 있도록 합니다.
특징
서버는 다양한 카테고리에 걸쳐 21개의 필수 Solana RPC 메서드를 제공합니다.
계정 및 잔액 작업
get_sol_balance: 주소에 대한 SOL 잔액을 가져옵니다.get_token_balance: SPL 토큰 잔액을 가져옵니다.get_account_info: 계정 정보 가져오기get_largest_accounts: 네트워크에서 가장 큰 계정을 가져옵니다.
블록 및 거래 정보
get_slot: 현재 슬롯을 가져옵니다get_block: 블록 정보 가져오기get_block_time: 블록 생성 시간 가져오기get_transaction: 거래 세부 정보 가져오기get_recent_blockhash: 최근 블록해시 가져오기
토큰 운영
get_token_accounts_by_owner: 소유자별 토큰 계정 가져오기get_token_accounts_by_delegate: 위임된 토큰 계정 가져오기get_token_supply: 토큰 공급 정보 가져오기
시스템 정보
get_epoch_info: 현재 epoch 정보를 가져옵니다.get_version: 노드 버전 가져오기get_health: 노드 상태 가져오기get_supply: 현재 공급량 가져오기get_inflation_rate: 인플레이션율 가져오기get_cluster_nodes: 클러스터 노드 정보 가져오기get_minimum_balance_for_rent_exemption: 최소 임대료 면제 잔액을 가져옵니다.
스테이킹 및 거버넌스
get_vote_accounts: 투표 계정 가져오기get_leader_schedule: 리더 일정 가져오기
Related MCP server: Solana Model Context Protocol (MCP) Demo
클라인에서의 설정
Cline MCP 설정 파일에 다음 구성을 추가합니다(macOS에서는
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json):
지엑스피1
새로운 MCP 서버를 로드하려면 Cline을 다시 시작하세요.
사용 예
설정이 완료되면 Cline에서 자연어를 통해 Solana 블록체인과 상호 작용할 수 있습니다. 다음은 몇 가지 쿼리 예시입니다.
"주소 Gh9ZwEmdLJ8DscKNTkTqPbNwLNNBjuSzaG9Vp2KGtKJr의 SOL 잔액은 얼마입니까?"
"현재 슬롯 번호를 보여주세요"
"최신 블록에 대한 정보를 얻으세요"
"현재 인플레이션율은 얼마입니까?"
"주소가 소유한 토큰 계정을 보여주세요..."
환경 변수
SOLANA_RPC_URL: (선택 사항) 사용할 Solana RPC 엔드포인트입니다. 지정하지 않으면 기본값은 " https://api.mainnet-beta.solana.com "입니다.
개발
필수 조건
녹과 화물
Solana CLI 도구(선택 사항, 테스트용)
건물
cargo build달리기
cargo run특허
MIT 라이센스
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- SupabaseOAuthcom.supabase
MCP server for interacting with the Supabase platform
MCP server for Klever blockchain smart contract development.
Tenzro Network MCP server: wallet, identity, payments, inference, staking, bridges, verification.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model-Context-Protocol server enabling users to perform basic operations on Solana and Ethereum blockchains through simple RPC endpoints.95Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA simple MCP server implementation that provides AI models with basic Solana RPC methods and helpful development prompts.943MIT
- AlicenseNot gradedqualityFmaintenanceA lightweight, fast MCP server that provides onchain capabilities for the LLMs and Agents.34253MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server for interacting with the Solana blockchain. Provides tools to query balances, transactions, tokens, and network stats.291MIT
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/aldrin-labs/solana-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server