tools4foresight
MCP Tools4Foresight
关于 tools4foresight.com 的远见信号的只读 MCP 服务器。它让代理能够访问与成员看到的相同地图:经过筛选的信号、语义图、带有历史的主题以及三个视野。
不写入任何内容。 没有任何一个工具会修改、发布或删除任何内容。参见 SECURITY.md。
代理可以用它做什么
“地图的状态如何?” → H1/H2/H3 概览及其宏观主题。
“哪些主题在增长,哪些在消退?” → 按主题的时间序列。
“总结 AI 代理主题” → 包含四个指标及其信号的卡片。
“什么与这个信号相似?” → 语义邻居,无需离开筛选后的地图。
“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。远程端点要求自己的凭据(MCP_ACCESS_TOKEN),与 API 密钥不同。
在 .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 中完成,这些功能都不在此处暴露。
阅读输出前需要了解的三件事
信号日期是估计值。 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