📦
Relate Account Python Server
Provide identity linkage and analysis by querying user-related information across platforms using web3.bio's GraphQL API. Enable clients to retrieve and analyze user identity bindings efficiently. Facilitate integration via a streamable HTTP MCP server interface.
0 installs
Trust: 34 — Low
Blockchain
Ask AI about Relate Account Python Server
Powered by Claude · Grounded in docs
I know everything about Relate Account Python Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Relate Account (Python version)
本项目是 relate-account-mcp 的python实现。
Tools
get-related-address: 给定用户的身份和平台,通过web3.bio 的 graphql 查询用户绑定的各种身份信息, 并进行基础的分析。
Usage
安装依赖
uv pip install -r requirements.txt
Run Server
uv run relate-account.py
server此时可通过 http 被链接:http://127.0.0.1:8000/relate-account/,你可以在上一步中的ui中通过 streamable HTTP的方式去连接到mcp 并进行测试。
Future Work
- Description for graphql schema
- More query schema support
