search
Query Ethereum EIPs to find relevant Ethereum Improvement Proposals using the eips-mcp server, enabling efficient retrieval of semantically related proposals for AI agents.
Instructions
Search Ethereum EIPs by query string
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "searchArguments",
"type": "object"
}