Skip to main content
Glama
README.md
# Menese MCP Server

MCP server for the Menese SDK — 19-chain DeFi gateway for AI assistants.

Send, swap, stake, lend, and automate across 19 blockchains from any MCP-compatible AI tool. Non-custodial — your keys never leave your machine.

## Install

```bash
npx @menese_protocol/mcp-server
```

### Claude Code

```bash
claude mcp add menese -- npx @menese_protocol/mcp-server
```

### Claude Desktop / Cursor

Add to your MCP config:

```json
{
  "mcpServers": {
    "menese": {
      "command": "npx",
      "args": ["-y", "@menese_protocol/mcp-server"]
    }
  }
}
```

## Tools

| Tool | Description |
|------|-------------|
| `menese_setup` | Create or import wallet identity |
| `menese_portfolio` | Full multi-chain portfolio |
| `menese_balance` | Single chain balance |
| `menese_prices` | Token USD prices |
| `menese_quote` | Swap quotes, addresses, balance queries |
| `menese_send` | Send tokens (19 chains) |
| `menese_swap` | DEX swaps |
| `menese_strategy` | DCA / Take Profit / Stop Loss |
| `menese_jobs` | On-chain agent job scheduling |

## Supported Chains

Ethereum · Polygon · Arbitrum · Base · Optimism · BNB · Solana · Bitcoin · Litecoin · ICP · SUI · TON · XRP · Cardano · Tron · Aptos · NEAR · CloakCoin · Thorchain

## License

MIT

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