# Ramaris

On-chain wallet analytics and trading strategies on Base for AI assistants. 7 tools for strategies, wallets, and user profile.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ramaris/mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list ramaris/mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ramaris/mcp-server ramaris_list_strategies

# Call a tool
npx -y @smithery/cli@latest tool call ramaris/mcp-server ramaris_list_strategies '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-server--ramaris.run.tools`

**Required config:**
- `ramaris_api_key` (query) — Ramaris API key (get one at ramaris.app/api-access)

## Tools (7)

- `ramaris_list_strategies` — List trading strategies on Ramaris, sorted by last activity
- `ramaris_get_strategy` — Get detailed info about a specific strategy
- `ramaris_my_watchlist` — List strategies you are following
- `ramaris_list_wallets` — List tracked wallets sorted by realized PnL
- `ramaris_get_wallet` — Get detailed wallet info including top tokens
- `ramaris_my_profile` — Get your Ramaris profile and stats
- `ramaris_my_subscription` — Get your subscription tier and limits

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ramaris/mcp-server <tool-name>
```
