Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
portfolio-reviewReview portfolio and suggest optimizations
swap-tokensQuote and execute a token swap
setup-dcaSet up a dollar-cost averaging strategy
security-checkVerify wallet status and review balances

Resources

Contextual data attached and managed by the client

NameDescription
wallet-statusCurrent wallet identity status
wallet-addressesWallet addresses across all 19 chains
ethereum balanceBalance for a specific chain
polygon balanceBalance for a specific chain
arbitrum balanceBalance for a specific chain
base balanceBalance for a specific chain
optimism balanceBalance for a specific chain
bnb balanceBalance for a specific chain
solana balanceBalance for a specific chain
bitcoin balanceBalance for a specific chain
litecoin balanceBalance for a specific chain
icp balanceBalance for a specific chain
sui balanceBalance for a specific chain
ton balanceBalance for a specific chain
xrp balanceBalance for a specific chain
cardano balanceBalance for a specific chain
tron balanceBalance for a specific chain
aptos balanceBalance for a specific chain
near balanceBalance for a specific chain
cloakcoin balanceBalance for a specific chain
thorchain balanceBalance for a specific chain

TDQS

A3.6/5.0

Scored across 9 tools

Disambiguation4/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues