tools4foresight
MCP Tools4Foresight
tools4foresight.com のフォーサイトシグナルを提供する読み取り専用MCPサーバーです。エージェントに、メンバーが見るのと同じマップへのアクセスを提供します:キュレーションされたシグナル、セマンティックグラフ、履歴付きのテーマ、そして3つのホライズンです。
何も書き込みません。 変更、公開、削除を行うツールはひとつもありません。SECURITY.md を参照してください。
エージェントでできること
「マップの状態は?」→ H1/H2/H3の概要とマクロテーマ。
「成長しているテーマと衰退しているテーマは?」→ テーマ別の時系列。
「AIエージェントのテーマを要約して」→ 4つの指標とシグナルを含むカード。
「このシグナルに似ているものは?」→ キュレーションされたマップから出ずにセマンティック近傍を表示。
「H3に弱いシグナルは?」→ 新規性の高い小さなテーマ。
「今月消えたものは?」→ スナップショットを比較して化石を表示。
Related MCP server: AI Knowledge Base MCP Server
インストール
tools4foresightのAPIキーが必要です(管理者に問い合わせてください)。
Claude Code
claude mcp add tools4foresight \
--env T4F_API_KEY=tu-api-key \
-- npx -y mcp-tools4foresightClaude Desktop
claude_desktop_config.json 内:
{
"mcpServers": {
"tools4foresight": {
"command": "npx",
"args": ["-y", "mcp-tools4foresight"],
"env": { "T4F_API_KEY": "tu-api-key" }
}
}
}Cursor
.cursor/mcp.json 内に、Claude Desktopと同じブロックを配置します。
リモート(HTTP)
一度デプロイして複数のエージェントで使用したい場合は、docs/DEPLOYMENT.md を参照してください。リモートエンドポイントは、APIキーとは別の独自の認証情報(MCP_ACCESS_TOKEN)を要求します。
完全な例は .mcp.json.example にあります。
環境変数
変数 | 必須 | デフォルト | 説明 |
| はい | — | tools4foresightのAPIに対するこのサーバーのキー |
| いいえ |
| ローカル環境を指定する場合に便利 |
| いいえ |
| リクエストごとのタイムアウト |
| いいえ |
| 429/5xx/ネットワークエラー時の再試行。401は再試行されません |
| いいえ |
|
|
| いいえ |
|
|
| HTTPのみ | — | このサーバーが呼び出し元に要求する認証情報 |
| いいえ |
| ローカルHTTPサーバーのポート |
18のツール
完全なリファレンスと例は docs/TOOLS.md にあります。
テーマ | ツール |
シグナル |
|
テーマ |
|
ホライズン |
|
タクソノミー |
|
グラフ |
|
スナップショット |
|
メソッド |
|
さらに7つのリソースがあり、Claude DesktopやCursorから手動でコンテキストを添付できます:foresight://overview、://glossary、://horizons、://signal/{id}、://theme/{id}、://horizon/{key}、://macro-theme/{id}。
そして6つのプロンプト(追加機能を提供しない、推奨される会話スクリプト)が、よくある質問用にあります:analizar_horizonte、informe_de_tema、radar_semanal、senales_debiles、comparar_temas、explorar_desde_senal。
このサーバーは探索用です:公開、非公開、分析の編集、グラフの再計算は引き続きtools4foresightから行い、それらの機能はここでは公開されません。
出力を読む前に知っておくべき3つのこと
シグナルの日付は推定値です。 XのAPIは「いいね」がいつ発生したかを公開せず、順序のみを公開します。そのため
likedAtは常に~付きで表示されます。死んだテーマは化石であり、削除ではありません。 保存され、復活する可能性があります。マップから何も削除されません。
類似度のパーセンテージは人間には表示されません。 0.63は、このメソッドが持たない精度として読まれてしまいます。
strength(強い/中/弱い)が使用されます。生のscoreはエージェントの推論用に利用可能です。
メソッドの完全な用語集は docs/DOMAIN.md にあり、explain_foresight_term でライブで参照できます。
ドキュメント
ドキュメント | 目的 |
各ツールの説明と、入力・出力の例 | |
消費する公開APIの契約 | |
構成方法とその理由 | |
フォーサイトメソッドの用語集 | |
リモートモードのデプロイ | |
決して公開されないもの | |
ツールの追加方法 |
ライセンス
コードはMITライセンスです。提供されるコンテンツは対象外です:tools4foresightのシグナルとマップは有料サブスクリプションの素材です。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityAmaintenanceEnables querying and verifying signed receipts of static inspections of public agent skills via read-only tools such as search_receipts, get_receipt, and get_verification_material.1
- AlicenseBqualityBmaintenanceProvides read-only hybrid RAG search and discovery over a local-first AI knowledge corpus, enabling semantic and keyword search, browse, digest, and status tools.4MIT
- AlicenseNot gradedqualityCmaintenanceEnables read-only access to Pocket Agent's product information, public persona templates, and app catalog. No authentication required.571MIT
- FlicenseNot gradedqualityBmaintenanceProvides read-only access to a personal RAG knowledge base, enabling hybrid search, evidence-grounded retrieval with citations, and knowledge gap tracking for LLM agents.
Related MCP Connectors
Read-only discovery and bounded access to a finite market briefing with evidence boundaries.
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
Read-only tools over the Safer Agentic AI framework: 238 patterns + 14 heuristics.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fridaruh/MCP_Tools4Foresight'
If you have feedback or need assistance with the MCP directory API, please join our Discord server