MCP Hub
Back to servers

mcp-server

On-chain wallet analytics and trading strategies on Base for AI assistants

Updated
Feb 14, 2026

Quick Install

npx -y @ramaris/mcp-server

MCP Server npm Smithery

@ramaris/mcp-server

Model Context Protocol (MCP) server for Ramaris. Gives AI assistants (Claude, Cursor, etc.) access to on-chain wallet analytics and trading strategies on Base.

Quick Setup

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "ramaris": {
      "command": "npx",
      "args": ["-y", "@ramaris/mcp-server"],
      "env": {
        "RAMARIS_API_KEY": "rms_your_api_key"
      }
    }
  }
}

Claude Code

claude mcp add ramaris -- npx -y @ramaris/mcp-server
# Then set RAMARIS_API_KEY in your environment

Cursor

Add to .cursor/mcp.json in your project:

{
  "mcpServers": {
    "ramaris": {
      "command": "npx",
      "args": ["-y", "@ramaris/mcp-server"],
      "env": {
        "RAMARIS_API_KEY": "rms_your_api_key"
      }
    }
  }
}

Get an API Key

  1. Sign up at ramaris.app
  2. Go to API Access
  3. Create a new API key

Free tier gets 1 API key with strategies:read scope (100 req/hr). Strategy tools work immediately. Upgrade to PRO for wallet tools.

Available Tools

Strategy Tools (FREE tier)

ToolDescription
ramaris_list_strategiesList trading strategies sorted by last activity
ramaris_get_strategyGet detailed info about a specific strategy
ramaris_my_watchlistList strategies you are following

Wallet Tools (PRO+)

ToolDescription
ramaris_list_walletsList tracked wallets sorted by realized PnL
ramaris_get_walletGet detailed wallet info including top tokens

User Tools (PRO+)

ToolDescription
ramaris_my_profileGet your profile info
ramaris_my_subscriptionGet your subscription details

Example Prompts

Once connected, try asking your AI assistant:

  • "List the top 5 strategies on Ramaris"
  • "Show me details for strategy abc123def"
  • "What strategies am I following?"
  • "Find the most profitable wallets" (PRO+)

Environment Variables

VariableRequiredDescription
RAMARIS_API_KEYYesYour Ramaris API key (rms_...)
RAMARIS_API_URLNoOverride API base URL (default: https://www.ramaris.app/api/v1)

Rate Limits

TierRequests/HourAvailable Tools
FREE100Strategy tools
PRO1,000All tools
ULTRA10,000All tools
ENTERPRISE100,000All tools

Links

License

MIT

Reviews

No reviews yet

Sign in to write a review