Enables interaction with MNEE stablecoin on Bitcoin SV blockchain, providing tools for checking balances, transferring tokens, querying transaction history and UTXOs, and retrieving token configuration and fee tiers.
Hosts the MCP server endpoint at qilin-mcp-mnee.vercel.app and provides the MNEE Agent Dashboard for managing API tokens and wallet configuration.
MNEE MCP Server
A Model Context Protocol (MCP) streamHttp server for interacting with MNEE stablecoin on Bitcoin SV. This server enables AI agents to check balances, transfer tokens, and query transaction history.
Features
Check MNEE balance for any address
Transfer MNEE tokens (requires wallet configuration)
Get transaction history and UTXOs
Query fee tiers and token configuration
Supports sandbox and production environments
Available MCP Tools
Tool | Description | Auth Required |
| Get current user's wallet address | Yes |
| Check MNEE balance for a Bitcoin address | Yes |
| Transfer MNEE tokens to a recipient | Yes |
| Check transaction status by ticketId | Yes |
| Get UTXOs for an address (paginated) | Yes |
| Get recent transaction history | Yes |
| Get transaction fee tiers | Yes |
| Get MNEE token configuration | Yes |
| Get fee, burn, and mint addresses | Yes |
| Get approver public key | Yes |
Using MCP Server in MNEE Agent Dashboard
MCP Tools are automatically integrated in agent chats in MNEE Agent Dashboard , you do not need additional configuration for MCP server configuration
Connecting MCP Server via external Desktop/AI tool
Get Your API Token
Go to MNEE Agent Dashboard
Navigate to your account settings
Copy your API token
Configure Your MCP Client
Claude Desktop
Add to your claude_desktop_config.json:
Cursor
Add to ~/.cursor/mcp.json:
Tool Examples
Check Balance
Transfer MNEE
Get Transaction History
Testing
Use the MCP Inspector to test your server:
Environment Options
All tools support an environment parameter:
sandbox(default) - Test environmentproduction- Live environment
License
See LICENSE for details.