まず ask_meshh から始める
MCPはMESHH Agent Gatewayへの外部クライアント向けアダプターです。Claude、Codex、ChatGPTからの新しい調査質問は ask_meshh に渡し、続きとステータスはMESHHスレッド参照で扱います。
Claude、ChatGPT、Codexなどの外部モデルクライアントから、MESHHを日本マクロのリサーチエージェントとして呼び出します。
https://meshh.ai/mcp
MCPはMESHH Agent Gatewayへの外部クライアント向けアダプターです。Claude、Codex、ChatGPTからの新しい調査質問は ask_meshh に渡し、続きとステータスはMESHHスレッド参照で扱います。
MESHH MCPは ask_meshh、continue_meshh_thread、get_meshh_status だけを公開します。検索、取得、差分、引用処理はMESHH内部のエージェントが選択します。
MESHH TUIは /api/v1/tui とdevice authorization、destination bearer tokenを使うファーストパーティクライアントです。TUI向けにMCP設定は不要です。
ClaudeのMCPフローにMESHHを接続し、日本のマクロリサーチをエージェントとして会話内で呼び出します。
ChatGPTとCodexにMESHHのAgent Gatewayを追加し、質問・継続・ステータス確認を同じ接続で使います。
Ask Meshh a source-grounded Japan macro research question. Meshh chooses the internal corpus, agent, citation, and source-access tools needed to answer.
Continue an existing Meshh research thread with a follow-up question. Meshh preserves the durable thread and chooses internal tools as needed.
Read product-safe status for a Meshh research thread without exposing RLM runtime internals.
| Tool | Purpose | Required input | Returns |
|---|---|---|---|
ask_meshh |
Ask Meshh a source-grounded Japan macro research question. Meshh chooses the internal corpus, agent, citation, and source-access tools needed to answer. | `question` | answer, thread, and status |
continue_meshh_thread |
Continue an existing Meshh research thread with a follow-up question. Meshh preserves the durable thread and chooses internal tools as needed. | `thread_reference`, `question` | continued answer and references |
get_meshh_status |
Read product-safe status for a Meshh research thread without exposing RLM runtime internals. | `thread_reference` | product-safe thread status |