- Explore MCP Servers
- mind-agent-mcp-server
Mind Agent Mcp Server
What is Mind Agent Mcp Server
Mind-agent-mcp-server is a Model Context Protocol (MCP) server that facilitates interactions between large language models (LLMs) and the Mind Agent through MetaMask, ensuring secure handling of private keys.
Use cases
Use cases include training AI agents with user-specific data, managing crypto assets securely, claiming rewards for participation in training, and switching between different blockchain networks.
How to use
To use mind-agent-mcp-server, set it up with Node.js (v20 or higher) and pnpm. You can start the server using the command ‘npx mind-agent-mcp-server’. Connect to MetaMask to interact with the Mind Network and utilize various tools provided by the server.
Key features
Key features include wallet connection via MetaMask, secure private key management, the ability to fetch account information, claim rewards, manage staking, and train agents in different hubs.
Where to use
Mind-agent-mcp-server can be used in blockchain applications, decentralized finance (DeFi), and any platform requiring secure interactions between AI models and users’ crypto wallets.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mind Agent Mcp Server
Mind-agent-mcp-server is a Model Context Protocol (MCP) server that facilitates interactions between large language models (LLMs) and the Mind Agent through MetaMask, ensuring secure handling of private keys.
Use cases
Use cases include training AI agents with user-specific data, managing crypto assets securely, claiming rewards for participation in training, and switching between different blockchain networks.
How to use
To use mind-agent-mcp-server, set it up with Node.js (v20 or higher) and pnpm. You can start the server using the command ‘npx mind-agent-mcp-server’. Connect to MetaMask to interact with the Mind Network and utilize various tools provided by the server.
Key features
Key features include wallet connection via MetaMask, secure private key management, the ability to fetch account information, claim rewards, manage staking, and train agents in different hubs.
Where to use
Mind-agent-mcp-server can be used in blockchain applications, decentralized finance (DeFi), and any platform requiring secure interactions between AI models and users’ crypto wallets.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MindAgent MCP
A Model Context Protocol (MCP) server that allows large language models (LLMs) to interact with the Mind Agent through MetaMask.
With these tools, your private keys remain securely stored in your crypto wallet and are never shared with the AI agent when signing messages or sending transactions.
Requirements
- Node.js (v20 or higher)
- pnpm
Setup
NPX
{ "mcpServers": { "mind-agent-mcp-server": { "command": "npx", "args": ["-y", "mind-agent-mcp-server"] } } }
Tools
connectWallet
Connect to MetaMask for interacting with Mind Network.
disconnectWallet
Disconnect the currently connected wallet.
getAccountInfo
Get address and chain ID of connected wallet. Valid chains: Mind Network Mainnet(228), BNB Smart Chain(56), Mind Network Testnet(192940).
switchChain
Switch to a supported chain before other actions.
getClaimableReward
Fetch FHE rewards that can be claimed by an address.
claimReward
Claim earned FHE rewards from hub training.
getAgentId
Retrieve the agent NFT ID for a given wallet.
getFheBalance
Get available FHE token balance for a wallet.
listHubs
List available hubs for Agent training.
getStakeAmount
Get total staked FHE for a wallet’s Agent.
stakeFHE
Stake FHE to create or fund an Agent.
unstakeFHE
Unstake part of FHE from the Agent.
getCurrentHub
Get the hub where the Agent is currently training.
exitHub
Stop training in the current hub.
trainInHub
Start training in a selected hub (if idle).
switchHub
Exit current hub and start training in another.
License
MIT License
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.