FamilySearch MCP Server

by dulbrich

search-persons

Find and retrieve person records in FamilySearch by searching with criteria such as name, birth date, birthplace, death date, death place, gender, and result limit. Used to access family history data via the FamilySearch MCP Server.

Instructions

Search for person records in FamilySearch

Input Schema

NameRequiredDescriptionDefault
birthDateNoBirth date (YYYY-MM-DD)
birthPlaceNoBirth place
deathDateNoDeath date (YYYY-MM-DD)
deathPlaceNoDeath place
genderNoGender
limitNoMaximum number of results (default: 10)
nameNoName to search for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "birthDate": { "description": "Birth date (YYYY-MM-DD)", "type": "string" }, "birthPlace": { "description": "Birth place", "type": "string" }, "deathDate": { "description": "Death date (YYYY-MM-DD)", "type": "string" }, "deathPlace": { "description": "Death place", "type": "string" }, "gender": { "description": "Gender", "enum": [ "MALE", "FEMALE" ], "type": "string" }, "limit": { "description": "Maximum number of results (default: 10)", "type": "number" }, "name": { "description": "Name to search for", "type": "string" } }, "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