Skip to main content
Glama
Genealogy-MCP

wikitree-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WIKITREE_APP_IDNoYour application identifier for the WikiTree APIGenealogy-MCP_wikitree-mcp
WIKITREE_MAX_RETRIESNoMax retry attempts for transient failures3
WIKITREE_API_BASE_URLNoWikiTree API endpointhttps://api.wikitree.com/api.php
WIKITREE_HTTP_TIMEOUTNoHTTP request timeout in seconds10.0

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchA

Discover available WikiTree operations and their parameters. Call with a top-level 'query' string (not inside params). Returns matching operations with parameter schemas. Always use this before calling 'execute' to find the correct operation name.

executeA

Run a named operation against the WikiTree API. Use 'search' first to discover the exact operation name and its params schema, then call this with {operation: '...', params: {...}}.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Genealogy-MCP/wikitree-mcp'

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