🔌 MCP Servers
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. Fac
Description
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
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!