-
securityA
license-
qualityA Model-Context-Protocol server enabling users to perform basic operations on Solana and Ethereum blockchains through simple RPC endpoints.
Last updated -
10
51
TypeScript
Apache 2.0
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
: 리더 일정 가져오기~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
):지엑스피1
설정이 완료되면 Cline에서 자연어를 통해 Solana 블록체인과 상호 작용할 수 있습니다. 다음은 몇 가지 쿼리 예시입니다.
SOLANA_RPC_URL
: (선택 사항) 사용할 Solana RPC 엔드포인트입니다. 지정하지 않으면 기본값은 " https://api.mainnet-beta.solana.com "입니다.MIT 라이센스
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Solana 첫 번째 버전과 관련된 실제 작업을 수행할 수 있는 MCP 서버는 RPC 메서드와 이를 호출하는 방법에 대한 지식을 추가합니다.
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