MCP server for NEAR wallet creation, balance checks, and transaction signing.
MCP server for NEAR wallet operations with three production tools: Designed for agent workflows where wallets must be provisioned, checked, and used for deterministic signing. Generates ED25519 keypair or imports existing private key Returns public key + implicit account id Fetches account balance over NEAR JSON-RPC Returns total/locked/available balances and key count 3. Transaction signing…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
MCP server for NEAR wallet operations with three production tools: Designed for agent workflows where wallets must be provisioned, checked, and used for deterministic signing. Generates ED25519 keypair or imports existing private key Returns public key + implicit account id Fetches account balance over NEAR JSON-RPC Returns total/locked/available balances and key count 3. Transaction signing Signs NEAR transaction payloads with transfer/function_call actions Returns transaction hash, signature,…