World Intel

v1.0.0Securitystable

100+ tool MCP server for real-time global intelligence — markets, FX, bonds, earnings, SEC filings, conflict, military, cyber, climate, news, company enrichment, and 30+ domains. Live Leaflet dashboard with 20 map layers, SSE streaming, and AI situat

ai-toolsai-watchanthropicclaudecybersecurity
Share:
26
Stars
0
Downloads
0
Weekly
0/5

What is World Intel?

World Intel is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 100+ tool mcp server for real-time global intelligence — markets, fx, bonds, earnings, sec filings, conflict, military, cyber, climate, news, company enrichment, and 30+ domains. live leaflet dashboar...

100+ tool MCP server for real-time global intelligence — markets, FX, bonds, earnings, SEC filings, conflict, military, cyber, climate, news, company enrichment, and 30+ domains. Live Leaflet dashboard with 20 map layers, SSE streaming, and AI situat

This server falls under the Security category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 100+ tool MCP server for real-time global intelligence — mar

Use Cases

Real-time global intelligence
Market and financial data
Cybersecurity monitoring
marc-shade

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedApr 30, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx world-intel

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use World Intel

World Intel MCP Server is a Python-based MCP server with 113 tools covering 30+ real-time global intelligence domains — stock markets, FX rates, bond yields, earnings, SEC filings, armed conflict events, military aircraft and naval tracking, cyber threats, internet infrastructure outages, earthquake and wildfire monitoring, economic indicators, and more. It connects to free public APIs with optional enhancement via paid-tier keys, and includes a live Leaflet-based ops-center dashboard with 20 map layers plus an optional Qdrant vector store for semantic queries across accumulated intelligence. Security researchers, financial analysts, and geopolitical intelligence professionals can use it to surface multi-domain situational awareness directly through Claude.

Prerequisites

  • Python 3.10+ and pip installed on your system
  • Git to clone the repository
  • An MCP-compatible client such as Claude Desktop
  • Optional free API keys for enhanced data coverage: ACLED_ACCESS_TOKEN, NASA_FIRMS_API_KEY, EIA_API_KEY, FRED_API_KEY, CLOUDFLARE_API_TOKEN
  • Optional: Docker or Qdrant instance for vector search features
1

Clone the repository

Clone the world-intel-mcp repository to your local machine.

git clone https://github.com/marc-shade/world-intel-mcp.git
cd world-intel-mcp
2

Install core package

Install the core package with pip. Add optional extras for the dashboard, vector search, or PDF report generation as needed.

pip install -e .
# Optional extras:
pip install -e ".[dashboard]"   # Live Leaflet dashboard
pip install -e ".[vector]"      # Qdrant vector search
pip install -e ".[pdf]"         # PDF report export
3

Set optional API keys for enhanced data coverage

All core tools work with free public APIs. Set these optional environment variables to unlock higher-rate or restricted datasets.

export ACLED_ACCESS_TOKEN=your_acled_token
export NASA_FIRMS_API_KEY=your_nasa_firms_key
export EIA_API_KEY=your_eia_key
export FRED_API_KEY=your_fred_key
export CLOUDFLARE_API_TOKEN=your_cloudflare_token
export OPENSKY_CLIENT_ID=your_opensky_id
export OPENSKY_CLIENT_SECRET=your_opensky_secret
4

Add the server to your Claude Desktop configuration

Register the server in your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS) to expose all 113 tools.

{
  "mcpServers": {
    "world-intel": {
      "command": "python",
      "args": ["-m", "world_intel_mcp"],
      "env": {
        "FRED_API_KEY": "your_fred_key",
        "ACLED_ACCESS_TOKEN": "your_acled_token"
      }
    }
  }
}
5

Verify system health

Run the CLI health check to confirm the server can reach upstream data providers.

intel status
6

Launch the live ops-center dashboard (optional)

Start the Streamlit-based Leaflet dashboard to visualize intelligence on 20 interactive map layers (requires the dashboard extra).

intel-dashboard
# Dashboard available at http://localhost:8501

World Intel Examples

Client configuration

Register the world-intel MCP server in Claude Desktop with optional API keys for enhanced dataset coverage.

{
  "mcpServers": {
    "world-intel": {
      "command": "python",
      "args": ["-m", "world_intel_mcp"],
      "env": {
        "FRED_API_KEY": "your_fred_key",
        "ACLED_ACCESS_TOKEN": "your_acled_token",
        "NASA_FIRMS_API_KEY": "your_nasa_key",
        "EIA_API_KEY": "your_eia_key"
      }
    }
  }
}

Prompts to try

Sample queries spanning the financial, geopolitical, infrastructure, and natural hazard intelligence domains.

- "Show me current S&P 500, NASDAQ, and Nikkei index levels"
- "What armed conflict events occurred in Sub-Saharan Africa in the last 48 hours?"
- "Are there any active wildfires near populated areas in California right now?"
- "What is the current Bitcoin price and stablecoin health for USDT and USDC?"
- "Show me military aircraft activity in the Pacific region"
- "Pull the latest FRED data on US CPI inflation and unemployment rate"

Troubleshooting World Intel

Some intelligence tools return empty data or rate limit errors

Most enhanced data sources require free API keys. Register at the relevant provider (FRED at fred.stlouisfed.org, ACLED at acleddata.com, NASA FIRMS at firms.modaps.eosdis.nasa.gov) and add the keys to your MCP client's env block.

Dashboard fails to launch with import errors

Install the dashboard extras with `pip install -e ".[dashboard]"` from the cloned repository directory. This installs Streamlit and the Leaflet integration dependencies not included in the base install.

Module world_intel_mcp not found when starting via Claude Desktop

Ensure `pip install -e .` was run from inside the cloned directory and that Claude Desktop is using the same Python interpreter where the package was installed. Use the full absolute path to the Python executable in the MCP config's command field if needed.

Frequently Asked Questions about World Intel

What is World Intel?

World Intel is a Model Context Protocol (MCP) server that 100+ tool mcp server for real-time global intelligence — markets, fx, bonds, earnings, sec filings, conflict, military, cyber, climate, news, company enrichment, and 30+ domains. live leaflet dashboard with 20 map layers, sse streaming, and ai situat It connects AI assistants to external tools and data sources through a standardized interface.

How do I install World Intel?

Follow the installation instructions on the World Intel GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with World Intel?

World Intel works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is World Intel free to use?

Yes, World Intel is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

World Intel Alternatives — Similar Security Servers

Looking for alternatives to World Intel? Here are other popular security servers you can use with Claude, Cursor, and VS Code.

Casdoor

13.6k

An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD

ghidraMCP

9.0k

An Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through

HexStrike AI

8.9k

HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly b

IDA Pro MCP

8.7k

Enables AI-assisted reverse engineering in IDA Pro by providing tools to analyze binaries, decompile functions, manage comments, search patterns, and interact with the IDA database through natural language.

Anthropic Cybersecurity Skills

6.6k

754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platform

Hooker

5.1k

🔥🔥 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL u

Browse More Security MCP Servers

Explore all security servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "world-intel": { "command": "npx", "args": ["-y", "world-intel"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use World Intel?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides