Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. World Sense
World Sense logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:17:22 PM

World Sense

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Read-only live geopolitical-risk sensing for agents. ARCANE notices; never forecasts or advises.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "world-sense": {
      "command": "npx",
      "args": [
        "-y",
        "https://mcp.arcaneforecasting.com/mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

ARCANE World-Sense β€” MCP Trust Artifacts

This repository is the verifiable public surface of the ARCANE World-Sense MCP server:

https://mcp.arcaneforecasting.com/mcp β€” a no-auth, read-only, streamable-HTTP MCP server that hands an agent structured, pre-published readings of ARCANE's current geopolitical-risk picture.

The sensing engine that computes those readings stays private. What is published here is only the surface a cautious consumer needs to audit one question:

If I wire this MCP server into my agent, can it take actions, exfiltrate anything, or prompt-inject my model?

The short answer is no β€” and these files are the source you can check it against.

Audit, don't reuse

These are trust artifacts, published so you can read them β€” not a framework to fork. Read them, compare them against the live server's behavior, and decide for yourself. If you want the data, call the MCP server; you do not need to run any of this code.

Start with SECURITY.md β€” it walks the safety argument end to end.

What ARCANE does β€” and does not β€” claim

ARCANE NOTICES the present. It reports what the world is doing right now, and how fresh and how sure each reading is. It does not act, predict, or advise, and it never tells your agent what to do. Every payload carries an in-band as_of timestamp, a stale flag, and a fixed NOTICE-not-advice note; treat any absent field as "not available," never as zero.

File map β€” what each file is, and what it proves

FileWhat it isWhat it proves
worker.jsThe entire Cloudflare Worker request path.A read-only facade: every tool reads one pub_* value from a single public KV namespace and returns it verbatim β€” no code execution, no outbound fetch, no access to your systems. Also shows the kill switch, the Cache-API-fronted read path, and the rate-limit posture.
wrangler.tomlThe Worker's deployment config.The binding structure: the Worker binds only the public KV namespace, so it physically cannot address ARCANE's private data. Account and namespace identifiers are redacted to placeholders; no secret is present.
snapshot_public.pyThe projection layer that builds the public pub_* values.The allow-list projection (only named fields are copied forward), the fail-closed leak guard (any forbidden field, phrase, or excluded source blocks the whole publish), and the instruction-injection neutralizer that scrubs third-party free text.
snapshot_public_text.pyThe capability statement and per-stream notes served in-band.Exactly the human-readable copy the server hands back β€” what it serves, what it never serves, and each stream's validation caveats.
SECURITY.mdThe security & safety writeup.The full argument, plus what the server logs and how to verify the limits yourself.
LICENSEMIT.β€”

Honest limits of this repo

Be clear on what this repo does and does not let you verify:

  • worker.js is the externally verifiable part. It is the actual request path. Anyone can hit the live endpoint and compare behavior against this source; there is no in-band deployment fingerprint, but the code is short enough to read and diff against in full.
  • snapshot_public.py documents intent, not the live request path. It runs in ARCANE's private publishing pipeline, not in the Worker you call. It shows you the discipline with which public payloads are built β€” allow-list, leak guard, neutralizer β€” but you are trusting that the deployed pipeline matches this source. We say so plainly rather than overstate it.
  • Deployed β‰  published. In both cases you are trusting that the running system matches this code. The surface is deliberately small so that trust is cheap to check.

More

  • Live project: https://arcaneforecasting.com
  • Found a concern β€” a field that shouldn't be served, a neutralizer bypass? Open an issue or reach the maintainer via the site. Responsible disclosure appreciated.

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • World Monitor logoWorld Monitor

    Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

    πŸ’» Developer Tools1 views
    Compare vs World Monitor β†’
  • BoostedTravel logoBoostedTravel

    Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.

    πŸ’» Developer Tools0 views
    Compare vs BoostedTravel β†’

Frequently Asked Questions about World Sense

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "world-sense": { "command": "npx", "args": ["-y", "world-sense"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewWorld Sense AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/world-sense?style=directory)](https://allmcps.com/mcp/world-sense)
HTML Embed
<a href="https://allmcps.com/mcp/world-sense"><img src="https://allmcps.com/api/badge/world-sense?style=directory" alt="World Sense on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit26d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 15, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to World Sense β†’Install in Claude DesktopInstall in CursorInstall in VS Code