io.github.humanlineage/wt
io.github.humanlineage/wtHuman Lineage MCP server — search and query the public genealogical graph of all humanity
Tools · 6
Search the Human Lineage genealogical graph for a person by name. Returns matches with their profile URL.
Get full details for a person by their Human Lineage ID, including a link to their profile.
Get the immediate family (parents, children, spouses) of a person as TEXT, with profile URLs. Use get_family_image instead if the user wants to see a picture/visual/graphic of the family tree.
Returns a markdown image () of a visual family-tree card showing a person's parents, spouse and children. Use this — not get_relatives — whenever the user asks to see, show, view, or displa…
Search the Human Lineage genealogical graph for a place by name. Returns matches with their place URL.
Get details for a place by its Human Lineage ID, including its hierarchy and recorded person count.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.humanlineage/wt": {
"url": "https://humanlineage.org/api/mcp",
"transport": "streamable-http"
}
}
}