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
Tavily Search
AI-powered web search using the Tavily Search API.
Kluster.ai Verify
Fact-checking and verification tools using the Kluster.ai Verify API.
The Movie Database (TMDB)
Integrates with The Movie Database (TMDB) API, allowing AI assistants to search for movies, retrieve details, and generate related content.
SelfMemory
Let your memories live forever by passing your knowledge to the next generation with SelfMemory.
Esports Events
Get the latest information about esports matches. 50+ supported games: Counter-Strike, Valorant, League of Legends, Rocket League, ...
o3 Search
Web search using OpenAI's o3 model. Requires an OpenAI API key.
SearXNG Bridge
A bridge server for connecting to a SearXNG metasearch engine instance.
Perplexity AI
An MCP server to interact with Perplexity AI's language models for search and conversational AI.
Open Custom Search API
Perform web searches using Google's Custom Search API.
Mamont Search
A search engine server that provides tools for search queries and cache retrieval.