Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.humanlineage/wt

io.github.humanlineage/wt

Human Lineage MCP server — search and query the public genealogical graph of all humanity

Uptime
100.0%
1 direct probes · 30d
Response
410ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search_person

Search the Human Lineage genealogical graph for a person by name. Returns matches with their profile URL.

get_person

Get full details for a person by their Human Lineage ID, including a link to their profile.

get_relatives

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.

get_family_image

Returns a markdown image (![...](url)) 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_place

Search the Human Lineage genealogical graph for a place by name. Returns matches with their place URL.

get_place

Get details for a place by its Human Lineage ID, including its hierarchy and recorded person count.

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"
    }
  }
}