We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fengshanshan/relate-account-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@fengshanshan/server-relate-account",
"version": "3.0.0",
"description": "Model Context Protocol server for getting related Web3 addresses and domains",
"type": "module",
"bin": {
"mcp-server-relate-account": "./build/index.js"
},
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"start": "node build/index.js"
},
"files": [
"build",
"README.md"
],
"main": "./build/index.js",
"keywords": [
"mcp",
"model-context-protocol",
"web3",
"blockchain",
"address",
"domain",
"identity",
"cross-platform",
"ethereum",
"farcaster",
"lens"
],
"author": "fengshanshan",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fengshanshan/relate-account-mcp.git"
},
"dependencies": {
"@google/genai": "^1.4.0",
"@modelcontextprotocol/sdk": "^1.12.1",
"axios": "^1.10.0",
"dotenv": "^16.5.0",
"graphql": "^16.11.0",
"openai": "^5.3.0",
"zod": "^3.25.57"
},
"devDependencies": {
"@types/node": "^24.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.57.0",
"nodemon": "^3.0.0",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18"
}
}