get_stats
Inspect corpus coverage, counts by type, and language/date range metadata.
Use MCP to bring MESHH's Japanese public-source research layer into Claude, ChatGPT, Codex, or internal tools.
https://meshh.ai/mcp
Connect MESHH into Claude's MCP flow and use Japanese public-source research directly inside conversations.
Open the ChatGPT-specific MCP setup flow for MESHH and attach the same research layer to your workspace.
Inspect corpus coverage, counts by type, and language/date range metadata.
Browse corpus items by source, subtype, language, and date without running text search.
Search indexed public-source records by keyword, returning facts, synthesized extracts, and citations.
Compare document versions and inspect additions, deletions, and change summaries.
Retrieve full items with titles, dates, source URLs, and segment windows for close reading.
Walk previous and next comparable items around a source document, nearest first.
Fetch canonical entity detail, including aliases, roles, and cross-source coverage counts.
Traverse items linked to an entity, with optional in-scope query filtering and source-aware access handling.
Resolve canonical entities by name or alias and see which people or institutions the corpus already links.
| Tool | Purpose | Required input | Returns |
|---|---|---|---|
get_stats |
Inspect corpus coverage, counts by type, and language/date range metadata. | none or `source` | coverage and type counts |
list_items |
Browse corpus items by source, subtype, language, and date without running text search. | `source` | item list with metadata |
search |
Search indexed public-source records by keyword, returning facts, synthesized extracts, and citations. | `query` | matched documents and segments |
diff_item |
Compare document versions and inspect additions, deletions, and change summaries. | `source_id` | document diff |
get_item |
Retrieve full items with titles, dates, source URLs, and segment windows for close reading. | `source_id` | full item with segments |
get_item_neighbors |
Walk previous and next comparable items around a source document, nearest first. | `source_id` | adjacent item lists |
get_entity |
Fetch canonical entity detail, including aliases, roles, and cross-source coverage counts. | `entity_id` | entity detail |
get_entity_items |
Traverse items linked to an entity, with optional in-scope query filtering and source-aware access handling. | `entity_id` | items linked to entity |
search_entities |
Resolve canonical entities by name or alias and see which people or institutions the corpus already links. | `query` | entity matches |