GOAT MCP Server
모델 컨텍스트 프로토콜
🚀 빠른 시작
이 예제에서는 데스크톱용 Claude에 GOAT를 연결하기 위해 MCP 서버를 만드는 방법을 보여줍니다.
EVM(Base Sepolia)과 Solana 체인 모두에 구현되었지만 다른 체인, 지갑 및 도구 시리즈를 지원하도록 업데이트할 수 있습니다.
Related MCP server: Monad MCP
요구 사항
Claude for Desktop을 설치하세요. 여기 에서 다운로드할 수 있습니다.
설정
저장소를 복제합니다.
지엑스피1
typescript디렉토리에서 다음 명령을 실행하세요.
cd typescript
pnpm install
pnpm build예제 디렉토리로 이동하세요:
cd examples/by-framework/model-context-protocolClaude를 위한 MCP 서버 구성
mcp-evm.example.json파일을mcp-evm.json으로 복사합니다.
# For EVM
cp mcp-evm.example.json mcp-evm.json
# For Solana
cp mcp-solana.example.json mcp-solana.jsonEVM 또는 Solana에 대한 값으로 json 파일을 업데이트하세요.
model-context-protocol폴더의 상위 폴더에 대한 절대 경로는model-context-protocol폴더에서pwd실행하여 얻을 수 있습니다.WALLET_PRIVATE_KEYRPC_PROVIDER_URL
json 파일을 복사/업데이트하고 이름을
claude_desktop_config.json파일로 바꾸어~/Library/Application Support/Claude/디렉터리에 넣습니다.
# For EVM
cp mcp-evm.json ~/Library/Application\ Support/Claude/claude_desktop_config.json
# For Solana
cp mcp-solana.json ~/Library/Application\ Support/Claude/claude_desktop_config.json이는 Claude에게 데스크톱에 대해 다음과 같이 알려줍니다.
"goat-evm" / "goat-solana"라는 이름의 MCP 서버가 있습니다.
지정된 명령을 실행하여 시작합니다.
데스크톱에서 Claude를 다시 시작합니다.
참고 : 코드를 변경할 때 다음 사항을 확인하세요.
model-context-protocol폴더에서pnpm build실행하여 업데이트된evm.js및solana.js파일을 생성합니다.json 파일을 업데이트하는 경우:
~/Library/Application Support/Claude/디렉터리에 다시 복사하거나claude_desktop_config.json파일을 새 값으로 업데이트하세요. Claude도 다시 시작해야 합니다.
용법
데스크톱에서 Claude 실행
상담원과 채팅하기:
ERC-20 토큰 잔액을 확인하세요
ERC-20 토큰을 다른 주소로 보내기
방금 보낸 토큰을 확인하려면 잔액을 다시 확인하세요.
모델 컨텍스트 프로토콜을 사용하는 방법에 대한 자세한 내용은 문서를 확인하세요.
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 Servers
- AlicenseNot gradedqualityFmaintenanceA 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.40162Apache 2.0
- -licenseNot gradedqualityNot gradedmaintenanceAn MCP server that allows Claude Desktop to query Monad testnet for MON token balances of accounts.
- FlicenseNot gradedqualityDmaintenanceAn enterprise-grade MCP server platform for executing real DeFi operations on Solana and EVM chains using natural language. It enables users to perform live trading, volume generation, and wallet management directly within Claude Desktop.28
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
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/cryptoleek-team/goat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server