MESHH

MCP Integrations

Claude、ChatGPT、Codexなどの外部モデルクライアントから、MESHHを日本マクロのリサーチエージェントとして呼び出します。

MCP endpoint
https://meshh.ai/mcp
Agent Gateway

まず ask_meshh から始める

MCPはMESHH Agent Gatewayへの外部クライアント向けアダプターです。Claude、Codex、ChatGPTからの新しい調査質問は ask_meshh に渡し、続きとステータスはMESHHスレッド参照で扱います。

Tools

公開toolsは3つだけ

MESHH MCPは ask_meshh、continue_meshh_thread、get_meshh_status だけを公開します。検索、取得、差分、引用処理はMESHH内部のエージェントが選択します。

TUI

TerminalはMCPではなくAPI

MESHH TUIは /api/v1/tui とdevice authorization、destination bearer tokenを使うファーストパーティクライアントです。TUI向けにMCP設定は不要です。

Anthropic

Claude

ClaudeのMCPフローにMESHHを接続し、日本のマクロリサーチをエージェントとして会話内で呼び出します。

OpenAI

ChatGPT

ChatGPTとCodexにMESHHのAgent Gatewayを追加し、質問・継続・ステータス確認を同じ接続で使います。

MCP Tool Surface

MESHHエージェント操作

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.

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.

get_meshh_status

Read product-safe status for a Meshh research thread without exposing RLM runtime internals.

参照

Tool Reference

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