Integrations
Enables querying Monad testnet for token balances and NFT holdings, allowing users to check MON balances for specific addresses and count NFTs held by an address in a specified contract.
모나드 MCP 튜토리얼
이 프로젝트는 Monad 테스트넷과 연동되는 MCP 서버를 만드는 방법을 보여줍니다. MCP 서버는 Monad 테스트넷에서 MON 토큰 잔액을 확인하는 도구를 제공합니다.
MCP란 무엇인가요?
MCP(Model Context Protocol)는 AI 모델이 외부 도구 및 서비스와 상호 작용할 수 있도록 하는 표준입니다.
이 튜토리얼에서는 MCP 클라이언트(Claude Desktop)가 Monad 테스트넷에 쿼리를 보내 계정의 MON 잔액을 확인할 수 있는 MCP 서버를 만들어 보겠습니다.
필수 조건
- Node.js(v16 이상)
npm
또는yarn
- 클로드 데스크탑
시작하기
- 이 저장소를 복제하세요
지엑스피1
- 종속성 설치:
MCP 서버 구축
Monad Testnet 관련 구성은 이미 src
폴더의 index.ts
에 추가되었습니다.
서버 인스턴스를 정의합니다
MON 잔액 도구 정의
NFT 개수를 쿼리하는 기능 추가
main
함수에서 전송 및 서버를 초기화합니다.
프로젝트를 빌드하세요
이제 서버를 사용할 준비가 되었습니다!
Claude Desktop에 MCP 서버 추가
- "Claude Desktop"을 엽니다
- 설정 열기
Claude > 설정 > 개발자
claude_desktop_config.json
엽니다.
- MCP 서버에 대한 세부 정보를 추가하고 파일을 저장합니다.
- "Claude Desktop"을 다시 시작하세요
MCP 서버 사용
최종 결과는 다음과 같습니다.
추가 자료
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Monad 테스트넷에서 MON 토큰 잔액과 NFT 수량을 쿼리할 수 있는 MCP 서버로, Claude Desktop이 Monad 블록체인과 상호 작용할 수 있도록 지원합니다.
Related MCP Servers
- -securityFlicense-qualityAn MCP server that connects Claude for Desktop with blockchain functionality, allowing users to check balances and send tokens on EVM and Solana chains through natural language interactions.Last updated -TypeScript
- -securityAlicense-qualityEnables interaction with the Monad testnet to check balances, examine transaction details, get gas prices, and retrieve block information.Last updated -TypeScriptMIT License
- -security-license-qualityA server that retrieves NFT-related data on the Monad testnet, allowing users to check NFT holders, calculate portfolio values, view collections, and track top-selling NFTs by volume and sales across different time periods.Last updated -TypeScript
- -securityFlicense-qualityAn MCP server that helps users create NFT collections, deploy smart contracts to the Monad blockchain, and generate mint websites with Claude AI integration.Last updated -JavaScript