Agentic research for macroeconomics
Language
39 エージェント
MESHH

MCP Integrations

ClaudeやChatGPT向けのMESHH MCPセットアップページです。クライアントごとの導線から、同じ日本のマクロレイヤーに接続できます。

MCP endpoint
https://meshh.ai/mcp
Anthropic

Claude

ClaudeのMCPフローにMESHHを接続し、日本のマクロリサーチを会話内で参照します。

OpenAI

ChatGPT

ChatGPTのカスタムMCP接続ページからMESHHの研究レイヤーを追加します。

MCP Tools

利用できるリサーチ操作

get_stats

Inspect corpus coverage, counts by type, and language/date range metadata.

list_items

Browse corpus items by source, subtype, language, and date without running text search.

search

インデックス済みの公開ソース記録をキーワードで検索し、事実、合成された抜粋、引用を返します。

diff_item

Compare document versions and inspect additions, deletions, and change summaries.

get_item

Retrieve full items with titles, dates, source URLs, and segment windows for close reading.

get_item_neighbors

Walk previous and next comparable items around a source document, nearest first.

get_entity

Fetch canonical entity detail, including aliases, roles, and cross-source coverage counts.

get_entity_items

Traverse items linked to an entity, with optional in-scope query filtering and source-aware access handling.

search_entities

Resolve canonical entities by name or alias and see which people or institutions the corpus already links.

参照

Tool Reference

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 インデックス済みの公開ソース記録をキーワードで検索し、事実、合成された抜粋、引用を返します。 `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