Catalog
io.github.ramaris-app/mcp-server
OfficialOn-chain wallet analytics and trading strategies on Base for AI assistants
Analyze on-chain wallets and trading strategies on the Base blockchain.
README not available yet.
Install
Configuration
Environment variables
RAMARIS_API_KEYrequiredsecretRamaris API key (get one at ramaris.app/api-access)
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@ramaris/mcp-server@0.1.4"
],
"env": {
"RAMARIS_API_KEY": "<YOUR_RAMARIS_API_KEY>"
}
}
}
}