FamilySearch MCP Server

by dulbrich

search-records

Search historical records in FamilySearch by entering names, birth/death dates, places, or specific collection IDs to retrieve relevant genealogical data efficiently.

Instructions

Search for historical records in FamilySearch

Input Schema

NameRequiredDescriptionDefault
birthDateNoBirth date (YYYY-MM-DD)
birthPlaceNoBirth place
collectionIdNoSpecific collection ID to search in
deathDateNoDeath date (YYYY-MM-DD)
deathPlaceNoDeath place
givenNameNoGiven name
limitNoMaximum number of results (default: 10)
surnameNoSurname/last name

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" }, "collectionId": { "description": "Specific collection ID to search in", "type": "string" }, "deathDate": { "description": "Death date (YYYY-MM-DD)", "type": "string" }, "deathPlace": { "description": "Death place", "type": "string" }, "givenName": { "description": "Given name", "type": "string" }, "limit": { "description": "Maximum number of results (default: 10)", "type": "number" }, "surname": { "description": "Surname/last name", "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