FamilySearch MCP Server

by dulbrich

configure

Set up FamilySearch API credentials, including client ID and OAuth redirect URI, to enable integration with FamilySearch's family history data for searching and managing records.

Instructions

Configure FamilySearch API credentials

Input Schema

NameRequiredDescriptionDefault
clientIdYesYour FamilySearch API client ID
redirectUriNoOAuth redirect URI (default: https://localhost:8080/oauth-redirect)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clientId": { "description": "Your FamilySearch API client ID", "type": "string" }, "redirectUri": { "description": "OAuth redirect URI (default: https://localhost:8080/oauth-redirect)", "type": "string" } }, "required": [ "clientId" ], "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