- Home
- MCP servers
- Relate Account
Relate Account
- typescript
0
GitHub Stars
typescript
Language
6 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"fengshanshan-relate-account-mcp": {
"command": "node",
"args": [
"/absolute/path/to/relate-account-mcp/build/index.js"
],
"env": {
"ACCESS_TOKEN": "YOUR_ACCESS_TOKEN",
"DATA_API_URL": "https://graph.web3.bio/graphql"
}
}
}
}This MCP server helps you discover related blockchain addresses and domain names for web3 identities across multiple platforms. It exposes a focused toolset to locate related addresses on Ethereum, Farcaster, Lens, and other web3 services, enabling you to build cohesive identity graphs and cross‑platform insights.
How to use
After you configure your MCP client to connect to the relate-account MCP server, you can run the get-related-address tool to search across supported platforms. Provide the platform you want to search (for example: ethereum, farcaster, lens, ens) and the identity you want to resolve (such as an address, ENS name, or username). The tool will return related addresses and identifiers across platforms where your identity is discussed or linked.
How to install
Prerequisites you need before installation are Node.js and npm or npx for running MCPs. Install Node.js from the official source for your operating system if you don’t have it already.
Step by step install and prepare the MCP server options below. Use the exact commands to ensure the MCP components run correctly.
# Install dependencies for the MCP project (example)
npm install
# Build TypeScript sources to JavaScript
npm run build
# Run the MCP server locally (example)
node /absolute/path/to/relate-account-mcp/build/index.js
Additional notes
If you plan to publish or switch between client configurations, you can run the MCP server with npx to pull the package and execute it directly without a local install.
node /path/to/relate-account-mcp/build/index.js
Available tools
get-related-address
Find related addresses across Ethereum, Farcaster, Lens, and other web3 platforms using the identity you provide.