eth-research MCP Server - Client Guide

Client setup guide for accessing the Ethereum research knowledge base.

Endpoint

Item Value
URL https://eth-mcp.rejamong.com/sse
Protocol SSE (Server-Sent Events)
Auth None (public)

Client Setup

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json (Mac) %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "eth-research": {
      "url": "https://eth-mcp.rejamong.com/sse"
    }
  }
}

Claude Code

.mcp.json in project root:

{
  "mcpServers": {
    "eth-research": {
      "url": "https://eth-mcp.rejamong.com/sse"
    }
  }
}

Cursor

Settings > MCP Servers > Add:

  • Name: eth-research
  • Type: SSE
  • URL: https://eth-mcp.rejamong.com/sse

Windsurf / Other MCP Clients

Any client supporting the MCP SSE standard:

  • SSE endpoint: https://eth-mcp.rejamong.com/sse
  • Message endpoint: https://eth-mcp.rejamong.com/messages/

Available Tools (9)

Tool Description Parameters
search_research Text search across research notes query, since?, limit?
get_entity_info Get notes by entity entity (e.g. "ePBS", "FOCIL")
get_eip_status Get notes by EIP number eip_number (e.g. 7732)
get_domain_notes Get notes by domain domain ("roadmap" / "validator" / "infra")

Analysis

Tool Description Parameters
get_topic_cluster Topic cluster summary + timeline topic_slug (e.g. "epbs-development")
get_entity_timeline Chronological entity tracking entity (e.g. "Pectra")
get_overview Recent activity overview days? (default 7)
get_daily_summary Daily briefing summary date? (default: latest)

Utility

Tool Description Parameters
reload_index Reload knowledge index (none)

Usage Examples

Ask in natural language and the AI will automatically invoke the appropriate tool:

  • "Show today's briefing summary" → get_daily_summary()
  • "Briefing for Feb 28" → get_daily_summary("2026-02-28")
  • "Summarize recent FOCIL discussions" → search_research("FOCIL")
  • "What's the status of EIP-7732?" → get_eip_status(7732)
  • "Ethereum overview this week" → get_overview(7)
  • "Show ePBS timeline" → get_entity_timeline("ePBS")
  • "Fusaka topic cluster" → get_topic_cluster("fusaka-upgrade")

Available topic_slug list

blob-da-scaling, dvt-staking, encrypted-mempool, epbs-development, focil-inclusion-lists, fusaka-upgrade, gas-repricing, glamsterdam-fork, hegota-fork, lido-staking, peerdas, post-quantum


Data Coverage

  • Ethereum protocol roadmap, EIPs, hard fork schedules
  • Validator/staking economics, Lido ecosystem
  • Client updates, network infrastructure changes
  • Protocol call (ACD, Breakout) summaries
  • Daily/weekly research notes (cumulative since 2026-02)

Contact

For connection issues: contact the administrator