ETHID MCP Server
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
Related MCP server: NFTGo MCP Server
Setup
For Developers
{
"mcpServers": {
"ethid-mcp": {
"command": "npx",
"args": ["mcp-remote", "https://ethid-mcp.efp.workers.dev/sse"]
}
}
}Usage
š IMPORTANT: Before using the ETHID MCP server, run the initialization prompt from ETHID_MCP_INITIALIZATION_PROMPT.md to ensure optimal performance and proper tool usage.
See USAGE_GUIDE.md for comprehensive examples and best practices.
Quick Examples
// Get follower count
await getFollowerCount({ addressOrName: 'vitalik.eth' });
// Result: "vitalik.eth has 4811 followers and is following 10 accounts."
// Check who someone follows with tags
await getFollowing({
addressOrName: 'efp.encrypteddegen.eth',
tags: ['top8'],
});
// Result: List of top 8 friends with their addresses and tags
// Convert addresses to ENS names
await fetchBulkAccounts({
addresses: ['0xd8da6bf26964af9d7eed9e03e53415d37aa96045', '0x849151d7d0bf1f34b70d5cad5149d28cc2308bf1'],
});
// Result: ["vitalik.eth", "jesse.xyz"]
// Get profile information
await fetchAccount({ addressOrName: 'brantly.eth' });
// Result: Complete profile with ENS records, avatar, social linksProject Structure
ethid-mcp/
āāā src/
ā āāā index.ts # Main MCP agent implementation
ā āāā tools/ # Modular tool definitions
ā ā āāā index.ts # Tool registration coordinator
ā ā āāā profile.ts # Profile and following/followers tools
ā ā āāā account.ts # Account data and ENS resolution tools
ā ā āāā relationships.ts # Relationship checking tools
ā ā āāā tags.ts # Tag management tools
ā ā āāā discovery.ts # Discovery and recommendation tools
ā ā āāā lists.ts # List management tools
ā ā āāā context.ts # Documentation context search
ā ā āāā guidance.ts # Best practices and guidance tools
ā āāā types/ # TypeScript types
ā ā āāā api.ts # API response types
ā ā āāā env.ts # Environment configuration types
ā āāā contexts/ # Documentation contexts
ā āāā utils/ # Utility functions
āāā wrangler.json # Cloudflare Worker config
āāā USAGE_GUIDE.md # Comprehensive usage guide
āāā ETHID_MCP_INITIALIZATION_PROMPT.md # Initialization guideArchitecture
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceFacilitates interaction with Ethereum blockchain data via Etherscan's API, providing real-time access to balances, transactions, token transfers, contract ABIs, gas prices, and ENS name resolutions.62630MIT

NFTGo MCP Serverofficial
Alicense-qualityDmaintenanceProvides access to NFTGo's Developer API for retrieving NFT collection details, asset information, market data, wallet information, and search capabilities on the Ethereum blockchain.75MIT- Flicense-qualityDmaintenanceEnables AI tools to interact with the Lens Protocol decentralized social network ecosystem. Supports fetching profiles, posts, followers, searching content, and accessing social graph data through standardized MCP interfaces.3

Celo MCP Serverofficial
FlicenseAqualityCmaintenanceProvides comprehensive access to Celo blockchain data, token operations, NFT management, smart contract interactions, transaction handling, governance, and staking operations.155
Related MCP Connectors
X (formerly Twitter) posts, profiles, and search for AI agents. Free key, self-minted, no signup.
ENS (Ethereum Name Service) MCP.
Cross-network DeFi API data, AMM analytics, and SDK docs for 17+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ethereumfollowprotocol/ethid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server