tools4foresight
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tools4foresightWhat's the current overview of horizons and macro-themes?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Tools4Foresight
Read-only MCP server for the foresight signals from tools4foresight.com. It gives an agent access to the same map a member sees: curated signals, the semantic graph, themes with their history, and the three horizons.
It writes nothing. There is not a single tool that modifies, publishes, or deletes
anything. See SECURITY.md.
What an agent can do with this
"What is the state of the map?" → H1/H2/H3 overview with its macro-themes.
"Which themes are growing and which are fading?" → time series per theme.
"Summarize the AI agents theme" → profile with its four indicators and its signals.
"What is similar to this signal?" → semantic neighbors, without leaving the curated map.
"What weak signals are there in H3?" → small themes with high novelty.
"What died this month?" → fossils, by comparing snapshots.
Related MCP server: AI Knowledge Base MCP Server
Installation
You need a tools4foresight API key (ask whoever administers it).
Claude Code
claude mcp add tools4foresight \
--env T4F_API_KEY=tu-api-key \
-- npx -y mcp-tools4foresightClaude Desktop
In claude_desktop_config.json:
{
"mcpServers": {
"tools4foresight": {
"command": "npx",
"args": ["-y", "mcp-tools4foresight"],
"env": { "T4F_API_KEY": "tu-api-key" }
}
}
}Cursor
In .cursor/mcp.json, the same block as Claude Desktop.
Remote (HTTP)
If you prefer to deploy it once and have several agents use it, see
docs/DEPLOYMENT.md. The remote endpoint requires its own
credential (MCP_ACCESS_TOKEN), different from the API key.
There is a complete example in .mcp.json.example.
Environment variables
Variable | Required | Default | What it is |
| yes | — | This server's key against the tools4foresight API |
| no |
| Useful for pointing to a local environment |
| no |
| Timeout per request |
| no |
| Retries on 429/5xx/network. A 401 is never retried |
| no |
|
|
| no |
|
|
| HTTP only | — | Credential this server requires from whoever calls it |
| no |
| Local HTTP server port |
The 18 tools
Full reference with examples in docs/TOOLS.md.
Topic | Tools |
Signals |
|
Themes |
|
Horizons |
|
Taxonomy |
|
Graph |
|
Snapshots |
|
Method |
|
Plus 7 resources, to attach context by hand from Claude Desktop or Cursor:
foresight://overview, ://glossary, ://horizons, ://signal/{id},
://theme/{id}, ://horizon/{key}, and ://macro-theme/{id}.
And 6 prompts —suggested conversation scripts, which give no extra
capability— for the questions that come up repeatedly: analizar_horizonte,
informe_de_tema, radar_semanal, senales_debiles, comparar_temas, and
explorar_desde_senal.
This server is for exploring: publishing, unpublishing, editing the analysis, or recomputing the graph are still done from tools4foresight, and none of that is exposed here.
Three things worth knowing before reading the output
A signal's date is an estimate. The X API does not expose when a like happened, only the order. That is why
likedAtis always shown with~.A dead theme is a fossil, not a deletion. It is kept and can be revived. Nothing is removed from the map.
The similarity percentage is not shown to a person. A 0.63 reads as a precision the method does not have.
strength(strong/medium/weak) is used instead; the rawscoreis available for the agent's reasoning.
The full glossary of the method is in docs/DOMAIN.md and can
be queried live with explain_foresight_term.
Documentation
Document | What it is for |
Each tool, with example input and output | |
Contract of the public API it consumes | |
How it is built and why | |
Glossary of the foresight method | |
Deploying remote mode | |
What is never exposed | |
How to add a tool |
License
The code is MIT. The content it serves is not: the signals and the tools4foresight map are paid subscription material.
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