mcp-menesesdk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| menese_setupA | Create or import a Menese wallet. Actions: 'new' generates a fresh wallet, 'import' restores from an existing hex seed, 'status' shows current wallet info. |
| menese_portfolioA | Get your full portfolio across all 19 supported blockchains (EVM, Solana, Bitcoin, ICP, etc.) plus ICP ecosystem tokens (ckBTC, ckETH, ckUSDC). Requires a configured wallet. |
| menese_balanceB | Get your native token balance on a specific blockchain. |
| menese_pricesA | Get current USD prices for crypto tokens. Supports: BTC, ETH, SOL, ICP, MATIC, BNB, ADA, XRP, SUI, TON, APT, NEAR, TRX, LTC, RUNE, CLOAK, USDC, USDT, and more. |
| menese_quoteB | Multi-action tool: get swap quotes, show all derived addresses, or check a single chain balance. |
| menese_sendC | Send native tokens on any supported blockchain. Supports 19 chains: Ethereum, Polygon, Arbitrum, Base, Optimism, BNB, Bitcoin, Solana, ICP, SUI, TON, XRP, Litecoin, Cardano, Tron, Aptos, NEAR, CloakCoin, Thorchain. |
| menese_swapA | Swap tokens via DEX on supported chains. EVM: Uniswap V3 | Solana: Raydium | ICP: ICPSwap/KongSwap | SUI: Cetus | Cardano: Minswap | XRP: XRPL DEX. |
| menese_strategyA | Manage automated trading strategies: DCA (dollar-cost averaging), Take Profit (sell above target), Stop Loss (sell below threshold). |
| menese_jobsA | Manage on-chain scheduled jobs via your MeneseAgent canister. Jobs persist and execute on-chain (recurring swaps, conditional trades, etc.). Requires an agent canister (set MENESE_AGENT_CANISTER_ID env var). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| portfolio-review | Review portfolio and suggest optimizations |
| swap-tokens | Quote and execute a token swap |
| setup-dca | Set up a dollar-cost averaging strategy |
| security-check | Verify wallet status and review balances |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| wallet-status | Current wallet identity status |
| wallet-addresses | Wallet addresses across all 19 chains |
| ethereum balance | Balance for a specific chain |
| polygon balance | Balance for a specific chain |
| arbitrum balance | Balance for a specific chain |
| base balance | Balance for a specific chain |
| optimism balance | Balance for a specific chain |
| bnb balance | Balance for a specific chain |
| solana balance | Balance for a specific chain |
| bitcoin balance | Balance for a specific chain |
| litecoin balance | Balance for a specific chain |
| icp balance | Balance for a specific chain |
| sui balance | Balance for a specific chain |
| ton balance | Balance for a specific chain |
| xrp balance | Balance for a specific chain |
| cardano balance | Balance for a specific chain |
| tron balance | Balance for a specific chain |
| aptos balance | Balance for a specific chain |
| near balance | Balance for a specific chain |
| cloakcoin balance | Balance for a specific chain |
| thorchain balance | Balance for a specific chain |
TDQS
Scored across 9 tools
Most tools have distinct purposes (e.g., balance, portfolio, swap, send), but 'menese_quote' overlaps with 'menese_balance' (balance checking) and 'menese_swap' (swap quotes), creating some ambiguity. Descriptions help clarify, but an agent might occasionally misselect between these overlapping tools.
All tool names follow a consistent 'menese_' prefix with descriptive suffixes (e.g., balance, jobs, portfolio), using snake_case throughout. This predictable pattern makes the tool set easy to navigate and understand at a glance.
With 9 tools, the server is well-scoped for crypto wallet and trading management, covering key operations like setup, portfolio tracking, swaps, and strategies. Each tool earns its place without feeling excessive or insufficient for the domain.
The tool set covers core crypto wallet and trading workflows comprehensively, including setup, balance/portfolio checks, swaps, sends, and strategy management. Minor gaps exist, such as missing tools for detailed transaction history or specific DEX interactions beyond swaps, but agents can work around these with the provided tools.