Skip to main content
Glama

mcp-near-wallet-manager

NEAR 지갑 작업을 위한 MCP 서버로, 세 가지 프로덕션 도구를 제공합니다:

  • create_wallet

  • check_balance

  • sign_transaction

지갑을 프로비저닝하고 확인하며 결정적 서명에 사용해야 하는 에이전트 워크플로우를 위해 설계되었습니다.

제공 기능 (작업 매핑)

  1. 지갑 생성

  • ED25519 키페어를 생성하거나 기존 개인 키를 가져옵니다

  • 공개 키와 암시적 계정 ID를 반환합니다

  1. 잔액 확인

  • NEAR JSON-RPC를 통해 계정 잔액을 가져옵니다

  • 총/잠금/사용 가능 잔액과 키 개수를 반환합니다

  1. 트랜잭션 서명

  • transfer/function_call 액션이 포함된 NEAR 트랜잭션 페이로드를 서명합니다

  • 트랜잭션 해시, 서명, base64 서명된 트랜잭션 블롭을 반환합니다

Related MCP server: AgentWallet MCP Server

설치

npm install -g mcp-near-wallet-manager

MCP 구성 예시 (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.md

  • MCP 레지스트리 메타데이터: server.json

라이선스

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    29
    334
    3
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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