Server data from the Official MCP Registry
MCP server for NEAR wallet creation, balance checks, and transaction signing.
MCP server for NEAR wallet creation, balance checks, and transaction signing.
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
9 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-mastrophot-near-wallet-manager": {
"args": [
"-y",
"mcp-near-wallet-manager"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server for NEAR wallet operations with three production tools:
create_walletcheck_balancesign_transactionDesigned for agent workflows where wallets must be provisioned, checked, and used for deterministic signing.
npm install -g mcp-near-wallet-manager
{
"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 may return a private key: treat as sensitive secret.mcp-near-wallet-managerdeliverables/agent-framework-integration.mdserver.jsonMIT
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption