Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🔎 Search & Data Extraction
  3. OpenHeritage Public Search
OpenHeritage Public Search logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 9:02:26 PM

OpenHeritage Public Search

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View RepositoryVisit Website

Public search of genealogy, archives, photos, memorials, cemeteries, research, and repositories.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "openheritage-public-search": {
      "url": "https://openheritage.online/mcp"
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🔎 More in Search & Data Extraction

Documentation Overview

OpenHeritage agent tooling

Public, cross-agent integration files for OpenHeritage, a collaborative genealogy and cultural-heritage platform.

OpenHeritage brings together Ukraine's largest public collection of memorial, grave, and archival document data.

This repository connects compatible AI agents to OpenHeritage in three complementary ways:

  • a remote, anonymous, read-only MCP server for live public-record search;
  • seven portable Agent Skills with domain guidance, safe REST fallbacks, and canonical OpenHeritage links;
  • a documented Personal API for user-authorized contributions with scoped bearer tokens.

No API key is required for public search.

Ukrainian heritage data at scale

  • Memorials and graves: discover memorial profiles, grave sites, cemetery records, cemetery photographs, map locations, and transcriptions.
  • Archival documents: search repositories and sources, retrieve digitized documents by page or original file, and use XML, transcriptions, parsing, or OCR to answer questions with provenance.

These records are connected through canonical OpenHeritage pages, so agents can move from a discovery lead to the relevant cemetery, memorial, source, or document without treating search results as proof.

MCP endpoint

text
https://openheritage.online/mcp

The endpoint uses MCP Streamable HTTP and exposes:

  • search_records
  • search_memorials
  • search_cemeteries
  • search_sources
  • search_documents
  • search_repositories
  • search_places
  • search_authors
  • search_collections

The MCP server also exposes anonymous, read-only resources for selected public sources, documents and files, repositories, collections, canonical places, memorials, cemeteries, and Source classification tags. MCP never accepts a Personal API token.

Use the root .mcp.json with clients that support project or plugin MCP configuration.

Personal API and imports

Use the Personal API only for user-authorized contributions:

  • interactive reference: https://openheritage.online/api-docs;
  • OpenAPI 3 document: https://openheritage.online/api/openapi/v1.json.

Personal API tokens are bearer tokens and always include api:read. A generic catalog-only Source import uses api:sources; adding SourceDocuments, original files, page images, or PAGE XML also uses api:documents. A Source is valid without documents when no digital representation is available. The openheritage-source-import skill explains repository references, Authors, classification tags, coverage dates and places, and optional document ingestion.

A classified newspaper import additionally uses api:authors to create or update the canonical newspaper organization authority, api:sources to create issue Sources and configure the automated Collection, and api:documents to create the issue document and upload ordered page images and PAGE XML. Send the token only in the Authorization: Bearer ... header, never to MCP or in a URL.

The openheritage-newspaper-import skill contains the complete issue workflow. It resolves the environment-specific UUID for stable Source taxonomy code record-kind-newspaper, creates or reuses the newspaper organization Author, configures an Author-driven Collection grouped by publication year, records the holding repository and publication place when known, creates each issue as a publication, and uploads its ordered document pages and PAGE XML. Standalone newspaper clipping PhotoAssets remain part of openheritage-photos.

Add OpenHeritage to your agent / Додайте OpenHeritage до свого агента

English

Use the MCP connection for live, public OpenHeritage search. Add the skills as well when you want your agent to receive focused guidance for memorials, graves, archival documents, historical photos, and genealogy research.

Codex

bash
codex mcp add openheritage --url https://openheritage.online/mcp
npx skills add OpenHeritageOnline/agent-tooling

Gemini CLI

bash
gemini mcp add --scope user --transport http openheritage https://openheritage.online/mcp
gemini skills install https://github.com/OpenHeritageOnline/agent-tooling

Claude Code — install the complete plugin, which includes both the MCP server and skills:

Terminal
claude plugin marketplace add OpenHeritageOnline/agent-tooling
claude plugin install agent-tooling@openheritage

If you only need live search in Claude Code, use this instead:

Terminal
claude mcp add --transport http --scope user openheritage https://openheritage.online/mcp

Start a new chat after installation. In an open Claude Code session, run /reload-plugins after installing the plugin. Do not install both the Claude plugin and its separate MCP entry unless you intentionally want duplicate configuration.

Українською

Підключіть MCP, щоб агент міг шукати публічні записи OpenHeritage у реальному часі. Додайте також навички, якщо хочете, щоб агент отримав спеціальні інструкції для роботи з меморіалами, могилами, архівними документами, історичними фотографіями та генеалогічними дослідженнями.

Codex

bash
codex mcp add openheritage --url https://openheritage.online/mcp
npx skills add OpenHeritageOnline/agent-tooling

Gemini CLI

bash
gemini mcp add --scope user --transport http openheritage https://openheritage.online/mcp
gemini skills install https://github.com/OpenHeritageOnline/agent-tooling

Claude Code — встановіть повний плагін: він містить і MCP-сервер, і навички.

Terminal
claude plugin marketplace add OpenHeritageOnline/agent-tooling
claude plugin install agent-tooling@openheritage

Якщо в Claude Code потрібен лише пошук, використайте натомість:

Terminal
claude mcp add --transport http --scope user openheritage https://openheritage.online/mcp

Після встановлення почніть новий чат. Якщо ви встановили плагін у вже відкритій сесії Claude Code, виконайте /reload-plugins. Не встановлюйте одночасно плагін Claude та окремий запис MCP, якщо навмисно не хочете дублювати конфігурацію.

Claude Code

Add the public OpenHeritage marketplace, then install the complete plugin:

Terminal
claude plugin marketplace add OpenHeritageOnline/agent-tooling
claude plugin install agent-tooling@openheritage

Connect only the MCP server:

Terminal
claude mcp add --transport http --scope user openheritage https://openheritage.online/mcp

To load the complete plugin from a checkout:

Terminal
claude --plugin-dir /path/to/agent-tooling

The repository includes a Claude Code manifest at .claude-plugin/plugin.json.

Codex and other Agent Skills clients

Install the portable skills from GitHub with a compatible Agent Skills installer:

Terminal
npx skills add OpenHeritageOnline/agent-tooling

The repository also includes a Codex manifest at .codex-plugin/plugin.json. Plugin-aware hosts can load the repository checkout directly and use its bundled .mcp.json.

Every Agent Skills-compatible host can also discover the seven published skills from the OpenHeritage Agent Skills index. For an MCP host without plugin support, add the openheritage entry from .mcp.json to its user or project MCP configuration.

Skills

SkillBest for
openheritageBroad searches across all public OpenHeritage domains
openheritage-archivesSources, documents, repositories, collections, pages, files, entries, and exports
openheritage-source-importCatalog-only Sources and optional SourceDocument ingestion with repository, Author, tag, date, and place provenance
openheritage-newspaper-importComplete newspaper issue preparation, organization Authors, automated year Collections, repository and publication-place provenance, ordered page uploads, PAGE XML, verification, and repair
openheritage-photosHistorical photos, media variants, photo maps, corrections, and people on photos
openheritage-memorialsMemorials, cemeteries, cemetery photos, maps, statistics, and exports
openheritage-researchesPublic genealogy research projects, questions, hypotheses, places, and evidence

The same versioned skill documents are also published from the OpenHeritage website:

  • Agent Skills discovery index
  • Umbrella OpenHeritage skill

MCP Registry

server.json publishes the remote server as io.github.OpenHeritageOnline/public-search in the official MCP Registry. The GitHub Actions workflow publishes it when an mcp-v* tag is pushed:

bash
git tag mcp-v2.11.3
git push origin mcp-v2.11.3

The workflow uses GitHub OIDC, so it requires no stored token or domain-verification private key. Registry versions are immutable: bump server.json before creating a later tag.

Publishing is restricted to protected release refs and the mcp-registry-production GitHub Environment. The publisher is downloaded from an exact release, verified by SHA256 and Sigstore identity, and checked for the expected version and source commit before the OIDC-capable job can run. See the required repository controls before creating a release tag.

Safety

  • Treat search results as discovery leads, not proof of identity or family relationship.
  • Respect record visibility and copyright restrictions.
  • Do not crawl, bulk-enumerate, or collect profile/contact data.
  • Prefer canonical OpenHeritage pages when sharing results with a user.
  • Use authenticated or mutating REST workflows only when the user explicitly requests them.
  • Never print, persist, or forward a Personal API token; request only the scopes needed for the authorized operation.

Source of truth

Read the full README →View source on GitHub →

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • Tinysearch logoTinysearch

    Self-hosted web research for MCP agents.

    🔎 Search & Data Extraction1 views
    Compare vs Tinysearch →
  • Tavily MCP logoTavily MCP

    MCP server for advanced web search using Tavily

    🔎 Search & Data Extraction1 views
    Compare vs Tavily MCP →
  • Itunes Search logoItunes Search

    iTunes Search MCP — Apple's public catalog search

    🔎 Search & Data Extraction1 views
    Compare vs Itunes Search →
  • PyreCrawl logoPyreCrawl

    One tool for AI agents to scrape, crawl, extract, map, and search the web. Self-hosted, no API keys.

    🔎 Search & Data Extraction1 views
    Compare vs PyreCrawl →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

npm downloads
34M
Package downloads in the last 30 days.
Last commit
21d ago
Most recent push to the default branch.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about OpenHeritage Public Search

OpenHeritage Public Search is a hosted MCP server. Add it as a remote server in your client's config: "mcpServers": { "openheritage-public-search": { "url": "https://openheritage.online/mcp" } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOpenHeritage Public Search AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/openheritage-public-search?style=directory)](https://allmcps.com/mcp/openheritage-public-search)
HTML Embed
<a href="https://allmcps.com/mcp/openheritage-public-search"><img src="https://allmcps.com/api/badge/openheritage-public-search?style=directory" alt="OpenHeritage Public Search on AllMCPs" /></a>

Technical Specs & Signals

Category🔎Search & Data Extraction
More technical detailsExpand ▾
TransportSSE (Remote)
Last updatedSep 4, 2026
10/14 checks healthy over the last 46d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit21d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 4, 2026
npm downloads34,043,985/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
45Quality signal: Fair · 45/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity8/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev · https://openheritage.online/mcp (npm)

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🔎 Search & Data Extraction →Best MCP servers for Web Search & Scraping →Alternatives to OpenHeritage Public Search →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients