Skip to content

MCP server for Ramaris (ramaris.app) — on-chain wallet analytics and trading strategies on Base blockchain. 7 tools for Claude, Cursor, Windsurf. npm: @ramaris/mcp-server

License

Notifications You must be signed in to change notification settings

ramaris-app/mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ramaris logo

@ramaris/mcp-server

MCP Server npm Smithery MCP Registry

Model Context Protocol (MCP) server for Ramaris — on-chain wallet analytics and trading strategies on Base. Gives AI assistants (Claude, Cursor, Windsurf, etc.) structured access to blockchain wallet data, strategy performance, and watchlists.

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 / Windsurf

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

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

Remote (HTTP) — no install required

Connect directly via Streamable HTTP transport:

URL: https://api.ramaris.app/mcp
Authorization: Bearer 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)

Tool Description
ramaris_list_strategies List trading strategies sorted by last activity
ramaris_get_strategy Get detailed info about a specific strategy
ramaris_my_watchlist List strategies you are following

Wallet Tools (PRO+)

Tool Description
ramaris_list_wallets List tracked wallets sorted by realized PnL
ramaris_get_wallet Get detailed wallet info including top tokens

User Tools (PRO+)

Tool Description
ramaris_my_profile Get your profile info
ramaris_my_subscription Get 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

Variable Required Description
RAMARIS_API_KEY Yes Your Ramaris API key (rms_...)
RAMARIS_API_URL No Override API base URL (default: https://www.ramaris.app/api/v1)

Rate Limits

Tier Requests/Hour Available Tools
FREE 100 Strategy tools
PRO 1,000 All tools
ULTRA 10,000 All tools
ENTERPRISE 100,000 All tools

Links

License

MIT

About

MCP server for Ramaris (ramaris.app) — on-chain wallet analytics and trading strategies on Base blockchain. 7 tools for Claude, Cursor, Windsurf. npm: @ramaris/mcp-server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors