JUHE API Marketplace
kukapay avatar
MCP Server

eips-mcp

An MCP server for providing semantically related Ethereum Improvement Proposals (EIPs) to AI agents.

2
GitHub Stars
11/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "EIPs",
3 "command": "uv",
4 "args": [
5 "--directory",
6 "/path/to/eips-mcp",
7 "run",
8 "main.py"
9 ]
10}
JSON10 lines
  1. Home
  2. MCP Servers
  3. eips-mcp

README Documentation

EIPs MCP

An MCP server for providing semantically related Ethereum Improvement Proposals (EIPs) to AI agents.

Features

  • Semantic Search: Utilizes vector embeddings for accurate, context-aware search across EIP documents.
  • Markdown Support: Processes EIP markdown files with chunking for efficient storage and retrieval.

Installation

Prerequisites

  • Python 3.10+
  • uv (recommended) or pip for dependency management

Setup

  1. Clone the Repository:

    git clone --recursive-submodules https://github.com/kukapay/eips-mcp.git
    cd eips-mcp
    
  2. Install the Dependencies (recommended):

    uv sync
    
  3. Load EIP Documents: Use the provided load_eips.py script to automatically fetch and process EIPs:

    uv run load_eips.py
    
  4. Installing to Claude Desktop:

    Install the server as a Claude Desktop application:

    uv run mcp install main.py --name "EIPs"
    

    Configuration file as a reference:

    {
       "mcpServers": {
           "EIPs": {
               "command": "uv",
               "args": [ "--directory", "/path/to/eips-mcp", "run", "main.py" ]
           }
       }
    }
    

    Replace /path/to/eips-mcp with your actual installation path.

Usage

The server exposes a single MCP tool, search, which accepts a query string and returns relevant EIP content. Example usage in an MCP-compatible client:

You can use natural language prompts such as:

  • "Search for EIPs related to CREATE2"
  • "Find EIPs about contract deployment opcodes"
  • "EIPs discussing CREATE2 implementation details"

The tool processes these queries and returns up to 5 relevant EIP document chunks, formatted with separators for clarity.

When searching for "CREATE2" using the search tool, the output might look like:

--------------------eip-1014.md--------------------
# EIP-1014: Skinny CREATE2
**Abstract**: This EIP adds a new opcode at 0xf5, CREATE2, which allows for deterministic address generation...
...
--------------------eip-1014.md--------------------
**Motivation**: The CREATE2 opcode enables predictable contract addresses, which is useful for...
...

License

This project is licensed under the MIT License. See the LICENSE file for details.

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved