This server gives Claude direct access to NEAR Protocol wallet operations through three focused tools: creating ED25519 keypairs with implicit account IDs, fetching account balances via NEAR's JSON-RPC, and signing transaction payloads for transfers or function calls. It's built for agent workflows that need to provision wallets on the fly, check balances, and execute deterministic transaction signing without manual intervention. The sign_transaction tool handles the full signing flow and returns both the signature and base64 encoded transaction blob ready for broadcast. Useful when you're building agents that need to manage NEAR accounts programmatically or execute on-chain actions as part of automated workflows on testnet or mainnet.
claude mcp add --transport stdio io.github.mastrophot-near-wallet-manager -- npx -y mcp-near-wallet-manager