Related Identity MCP Server
Discover related blockchain addresses and domain names for web3 identities across different platforms.
Related Identity MCP Server
A Model Context Protocol (MCP) server that helps discover related blockchain addresses and domain names for web3 identities across different platforms.
Tools
- 🔍 get-related-address Find related addresses across Ethereum, Farcaster, Lens, and other web3 platforms. Leverages the data source in relation-server of next.id.
Configuration
Add the following configuration to your MCP client settings:
Claude Desktop
Add to your claude_desktop_config.json:
//to your local relate-account-service
{
"mcpServers": {
"relate-account": {
"command": "node",
"args": ["/absolute/path/to/relate-account-mcp/build/index.js"]
},
"env": {
"DATA_API_URL": "https://graph.web3.bio/graphql",
"ACCESS_TOKEN":"YOUR_ACCESS_TOKEN" //if no access_token, will be limited after a certain amount of request
}
}
}
//use publish service
{
"mcpServers": {
"relate-account": {
"command": "npx",
"args": [
"-y",
"@fengshanshan/mcp-server-relate-account"
],
"env": {
"DATA_API_URL": "https://graph.web3.bio/graphql",
"ACCESS_TOKEN":"YOUR_ACCESS_TOKEN" //if no access_token, will be limited after a certain amount of request
}
}
}
}
Other MCP Clients
Use the built binary directly:
node /path/to/relate-account-mcp/build/index.js
Usage
Once configured, you can use the get-related-address tool in your MCP client:
Parameters
- platform (string): The platform to search on (e.g., "ethereum", "farcaster", "lens", "ens")
- identity (string): The user's identity (address, ENS domain, username, etc.)
Development
# Install dependencies
npm install
# Build TypeScript
npm run build
# The compiled JavaScript will be in the build/ directory
Related Servers
Perplexity
Interacting with Perplexity
YaCy MCP Server
MCP (Model Context Protocol) Server implementation that provides AI tools to search using YaCy web search API.
Typesense MCP Server
Provides access to Typesense search capabilities, requiring a connection to a Typesense server.
newsmcp
Real-time world news for AI agents — events clustered from hundreds of sources, classified by 12 topics and 30+ regions, ranked by importance. Free, no API key.
FastDomainCheck
Check domain name registration status in bulk using WHOIS and DNS dual verification.
Library Docs MCP Server
Search and fetch documentation for popular libraries like Langchain, Llama-Index, and OpenAI using the Serper API.
HyperStore
Search 6,500+ curated AI apps from the HyperStore directory via 8 MCP tools.
Untappd
Query the Untappd API for beer and brewery information.
Cezzis Cocktails
Search for cocktail recipes using the cezzis.com API.
PipeCD Docs
Search and retrieve official PipeCD documentation.