mcp-near-wallet-manager
mcp-near-wallet-manager
NEAR 지갑 작업을 위한 MCP 서버로, 세 가지 프로덕션 도구를 제공합니다:
create_walletcheck_balancesign_transaction
지갑을 프로비저닝하고 확인하며 결정적 서명에 사용해야 하는 에이전트 워크플로우를 위해 설계되었습니다.
제공 기능 (작업 매핑)
지갑 생성
ED25519 키페어를 생성하거나 기존 개인 키를 가져옵니다
공개 키와 암시적 계정 ID를 반환합니다
잔액 확인
NEAR JSON-RPC를 통해 계정 잔액을 가져옵니다
총/잠금/사용 가능 잔액과 키 개수를 반환합니다
트랜잭션 서명
transfer/function_call 액션이 포함된 NEAR 트랜잭션 페이로드를 서명합니다
트랜잭션 해시, 서명, base64 서명된 트랜잭션 블롭을 반환합니다
Related MCP server: AgentWallet MCP Server
설치
npm install -g mcp-near-wallet-managerMCP 구성 예시 (Claude Desktop)
{
"mcpServers": {
"near-wallet-manager": {
"command": "mcp-near-wallet-manager"
}
}
}도구 입력
create_wallet
{
"network": "testnet",
"include_private_key": true
}check_balance
{
"account_id": "near",
"network": "mainnet"
}sign_transaction
{
"signer_id": "alice.testnet",
"signer_private_key": "ed25519:...",
"receiver_id": "bob.testnet",
"nonce": "7",
"recent_block_hash": "11111111111111111111111111111111",
"actions": [
{
"type": "transfer",
"deposit_yocto": "1"
}
]
}개발
npm install
npm run check보안 참고 사항
create_wallet은 개인 키를 반환할 수 있습니다: 민감한 비밀로 취급하세요.개인 키를 일반 텍스트 로그에 저장하지 마세요.
전용 서명자 계정과 최소 권한을 사용하세요.
배포 대상
npm 패키지:
mcp-near-wallet-manager에이전트 프레임워크 통합 노트:
deliverables/agent-framework-integration.mdMCP 레지스트리 메타데이터:
server.json
라이선스
MIT
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
- AlicenseCqualityDmaintenanceEnables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.37GPL 3.0
- AlicenseAqualityDmaintenanceProvides permissionless wallet infrastructure for AI agents to manage wallets, sign transactions, and handle tokens across Solana and all EVM-compatible chains. It includes 29 specialized tools for on-chain operations, featuring built-in security guards and automated x402 payment processing without KYC requirements.293343MIT

Bink MCP Serverofficial
FlicenseNot gradedqualityDmaintenanceEnables AI agents to perform blockchain operations like wallet management, token info, DeFi swaps, cross-chain bridging, and price checking across Ethereum, BNB Chain, and Solana.- AlicenseNot gradedqualityDmaintenanceEnables Claude Desktop and MCP clients to interact with NEAR blockchain accounts for balance checks, account info, access keys, transaction status, and sending signed transactions.MIT
Related MCP Connectors
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Connect AI agents to bank accounts, transactions, balances, and investments.
Durable wallet-addressed memory for AI agents: state that survives your process, opened by your key.
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/mastrophot/near-mcp-wallet-manager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server