Skip to main content
Glama

FamilySearch MCP Server

by dulbrich

authenticate

Verify user identity by submitting a username and password to access FamilySearch's family history data and related features via the MCP server.

Instructions

Authenticate with FamilySearch

Input Schema

NameRequiredDescriptionDefault
passwordYesYour FamilySearch password
usernameYesYour FamilySearch username

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "password": { "description": "Your FamilySearch password", "type": "string" }, "username": { "description": "Your FamilySearch username", "type": "string" } }, "required": [ "username", "password" ], "type": "object" }
Install Server

Other Tools from FamilySearch MCP Server

Related Tools

    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