Provides semantic search functionality for Ethereum Improvement Proposals (EIPs), allowing access to relevant EIP content through natural language queries
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
- Clone the Repository:
- Install the Dependencies (recommended):
- Load EIP Documents:
Use the provided
load_eips.py
script to automatically fetch and process EIPs: - Installing to Claude Desktop: Install the server as a Claude Desktop application:Configuration file as a reference: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:
License
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be installed
An MCP server for providing semantically related Ethereum Improvement Proposals (EIPs) to AI agents.
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that generates AI agent tools from Postman collections and requests. This server integrates with the Postman API to convert API endpoints into type-safe code that can be used with various AI frameworks.Last updated -17JavaScriptMIT License
- -securityAlicense-qualityAn MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains.Last updated -69JavaScriptMIT License
- AsecurityAlicenseAqualityA MCP server offering tools for cryptocurrency research and Ethereum-based automation.Last updated -113637TypeScriptAGPL 3.0
Armor Crypto MCPofficial
AsecurityAlicenseAqualityAn MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.Last updated -20141PythonGPL 3.0