NEAR MCP
Official
MCP 근처
이 프로젝트는 NEAR 블록체인 과 상호 작용하기 위한 모델 컨텍스트 프로토콜( MCP ) 호환 서버입니다. 이 도구는 LLM과 AI 에이전트가 NEAR 계정 및 블록체인 기능에 안전하게 접근하고 상호 작용할 수 있는 방법을 제공합니다.
빠른 시작
다음은 claude 코드 CLI를 사용하여 near-mcp 서버를 빠르게 시작하는 방법입니다.
지엑스피1
또는 Phala Cloud에서 원격으로 MCP 서버를 배포하려면 여기에서 지침을 확인하세요.
Related MCP server: near-hydra-mcp
설치 중
near-mcp MCP 호환 클라이언트와 함께 사용해야 합니다. 자세한 내용은 MCP 문서를 참조하세요.
claude mcp add near-mcp npx @nearai/near-mcp@latest runJSON 구성을 통해 Claude Desktop에 추가:
{
"mcpServers": {
"near-mcp": {
"command": "npx",
"args": ["-y", "@nearai/near-mcp@latest", "run"],
"env": {}
}
}
}goose 에 추가
┌ goose-configure
│
◇ What would you like to configure?
│ Add Extension
│
◇ What type of extension would you like to add?
│ Command-line Extension
│
◇ What would you like to call this extension?
│ near-mcp
│
◇ What command should be run?
│ npx @nearai/near-mcp@latest run
│
◇ Please set the timeout for this tool (in secs):
│ 60
│
◇ Would you like to add environment variables?
│ No
│
└ Added near-mcp extension또는 글로벌하게 설치하여 바로 사용할 수도 있습니다.
# Install globally
npm install -g @nearai/near-mcp@latest
# Or use directly with npx
npx @nearai/near-mcp@latest run사용 가능한 도구
사용 가능한 도구와 인수 목록은 TOOLS.md를 참조하세요.
AI 모델과의 통합
이 도구는 모델 컨텍스트 프로토콜(Model Context Protocol)을 지원하는 AI 모델과 함께 사용하도록 설계되었습니다. AI 어시스턴트는 이 도구를 통해 다음과 같은 작업을 수행할 수 있습니다.
사용자를 대신하여 NEAR 계정 관리
계좌 잔액 및 상태 확인
거래에 서명하고 전송하세요
새 계정을 만들고 액세스 키를 관리하세요
스마트 계약 검사 및 실행
보안 고려 사항
이 MCP는 로컬에서 실행되도록 설계되었습니다. 계정 개인 키는 MCP 서버가 실행 중인 암호화되지 않은 로컬 키 저장소에 저장됩니다.
기본 모델은 한 가지 예외를 제외 하고는 상호 작용하는 계정의 개인 키를 볼 수 있는 권한이 없어야 합니다.
import_account도구를 사용하면 모델이 개인 키에서 계정을 가져올 수 있습니다. 이를 위해서는 사용자가 모델에 개인 키를 제공해야 합니다.
기여하다
NEAR MCP 서버에 대한 기여를 환영합니다! 자세한 내용은 CONTRIBUTING.md 파일을 참조하세요.
문제 보고
버그를 발견하거나 기능 요청이 있는 경우 GitHub 저장소에서 이슈를 열어주세요.
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
- AlicenseBqualityDmaintenanceFacilitates interaction with Starknet blockchain via MCP by exposing various RPC methods, allowing users to query chain states, transaction details, and block information using natural language queries.1129MIT
- AlicenseNot gradedqualityCmaintenanceEnables cross-chain transactions (swap, send, balance) on 10 blockchains from a single NEAR account, designed for AI agents and humans via MCP.6Apache 2.0
- AlicenseAqualityDmaintenanceThe NEAR MCP Server enables AI agents to interact with the NEAR Protocol blockchain, providing smart contract interaction, transaction handling, and event listening with AI-driven processing.391ISC
- AlicenseNot gradedqualityCmaintenanceEnables interaction with the Casper Network blockchain via MCP, providing tools for wallet creation, CSPR transfers, staking/delegation, and account queries.3MIT
Related MCP Connectors
MEOK ABCI Bridge MCP — read-only Tendermint / Cosmos blockchain query for agents. Built-in registry
Hosted MCP server for live Bittensor chain reads and self-custodial on-chain writes.
MCP server for Blockscout
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/nearai/near-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server