FamilySearch MCP Server

by dulbrich

get-ancestors

Retrieve ancestral lineage for a specific person by providing their ID and specifying the number of generations to explore, up to a maximum of 8.

Instructions

Get ancestors of a specific person

Input Schema

NameRequiredDescriptionDefault
generationsNoNumber of generations (default: 4, max: 8)
personIdYesPerson ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "generations": { "description": "Number of generations (default: 4, max: 8)", "type": "number" }, "personId": { "description": "Person ID", "type": "string" } }, "required": [ "personId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dulbrich/familysearch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server