Operates as a Cloudflare Worker that handles MCP requests and integrates with the EFP API to provide Ethereum social graph data.
Provides comprehensive access to the Ethereum Follow Protocol (EFP) API, enabling social graph queries for Ethereum addresses and ENS names, including follower/following relationships, profile data, tag management, and bulk ENS resolution.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ETHID MCP Serverget follower count for vitalik.eth"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ETHID MCP Server
An MCP (Model Context Protocol) server that provides comprehensive access to the Ethereum Follow Protocol (EFP) API, enabling social graph queries for Ethereum addresses and ENS names.
Features
Core Tools (22 Total)
Basic Operations:
getFollowerCount,getFollowers,getFollowing,checkFollowing,checkFollowerProfile Data:
fetchAccount,fetchProfileStats,fetchProfileLists,fetchProfileBadges,fetchProfileQRCodeAdvanced Queries:
fetchProfileFollowing,fetchProfileFollowerswith pagination and filteringTag Management:
fetchFollowingTags,fetchFollowerTags(limited availability)Social Features:
fetchFollowState,fetchNotifications,fetchRecommendations,fetchLeaderboardList Operations:
fetchListState,fetchListsForUser,fetchPoapLinkENS Resolution:
fetchBulkAccounts- Bulk reverse resolution of addresses to ENS namesHelp & Guidance:
searchContexts,getBestPractices,getUsagePattern,getToolGuidance,getEfficiencyTips
Key Capabilities
Tag Filtering: Filter followers/following by tags (e.g., "top8", "friend", "family")
ENS Resolution: Automatic resolution of ENS names to addresses
Bulk ENS Reverse Resolution: Convert multiple addresses to ENS names efficiently
Pagination Support: Handle large datasets efficiently
Search Functionality: Search within followers/following lists
Real-time Data: Option to fetch fresh data bypassing cache
Setup
For Developers
Usage
π IMPORTANT: Before using the ETHID MCP server, run the initialization prompt from
See USAGE_GUIDE.md for comprehensive examples and best practices.
Quick Examples
Project Structure
Architecture
The ETHID MCP server operates as a Cloudflare Worker that:
Receives MCP requests via the local proxy server
Calls the EFP API at
https://api.ethfollow.xyz/api/v1Returns formatted responses optimized for AI consumption
Key Components
Cloudflare Worker: Main API integration and business logic
Local MCP Server: Proxy for Claude Desktop integration
Node.js Wrapper: Compatibility layer for Node.js v22.12.0+
Contributing
The project is actively maintained and welcomes contributions. The current deployment is fully functional with all tools working correctly.
License
See LICENSE for details.