⚛️ Quantum Intelligence MCP

8 Tools.
Science meets News.
Only here.

The only MCP server that connects ArXiv quantum research to global news through deterministic entity UUIDs. IBM Heron has ONE ID — whether it appears in a paper from MIT or a headline from Tokyo.

MCP Endpoint
https://quantum.mcp.brunosan.de/mcp
Transport
streamable-http
Port
8444
🟢 Live
Why this is different

No other system makes
this connection

🔑
Deterministic Entity UUIDs
Every entity — IBM Heron, Surface Code, IonQ Forte — has one UUID. That UUID connects ArXiv preprints to news articles from 20+ countries. No inference, no hallucination.
Cross-World Signal
When a quantum breakthrough appears in both a paper AND global news simultaneously, that's real signal. We measure the lag from lab to world stage in days.
🌍
193-Country Skeleton
Every news article carries a country_iso3 from our 193-country feed registry. Ask: does China report differently on quantum than the USA? We can answer that.
⬢ Tier 1 · Basic
Solid, expected, necessary — every agent needs these
TOOL 01
quantum_trending
What's hot right now
Top quantum clusters ranked by Intelligence Score for any date. Each cluster shows paper count vs news count and whether it has coverage in both worlds (cross_world: true).
Example questions
What are the hottest quantum topics right now?
Show me the top-10 quantum signals from last Monday
Which topics had the highest Intel-Score yesterday?
date limit event_type
TOOL 02
quantum_daily_brief
Today's full intelligence briefing
Gemini-generated daily brief including headline, executive summary, science signals, news signals, and cross signals — the moments where research broke into global media coverage.
Example questions
What happened in the quantum world today?
Give me the quantum briefing for April 8th 2026
What were the most important quantum signals this week?
date sections
TOOL 03
quantum_search
Full-text search: papers + news simultaneously
FTS5-powered search across ArXiv papers AND global news articles in a single query. Supports AND, OR, NOT, "exact phrase", prefix*. Scope to papers only, news only, or both.
Example questions
Find everything about 'error correction milestone'
Search for 'IonQ Forte' in papers and news together
What was written about 'post-quantum cryptography NIST'?
query scope date_from date_to
TOOL 04
quantum_entity_intel
Everything about one entity — both worlds
Full picture of any entity: papers mentioning it, news articles, quantum fact profiles (qubit counts, fidelity), countries reporting on it, and whether it has cross-world coverage.
Example questions
What does the system know about IBM Heron?
Show me all mentions of Surface Code in papers and news
How often was Quantinuum mentioned in the last 90 days?
entity_name entity_type days
⚡ Tier 2 · WTF — Only Possible Here
Impossible without deterministic entity UUIDs across both worlds
TOOL 05
quantum_cross_signal
Science meets News — where on Earth, today?
Entities appearing in BOTH ArXiv papers AND global news articles — filtered by how many countries cover them. The higher the country_count, the more global the signal. This query is impossible without deterministic entity UUIDs.
Example questions
Which quantum technologies appear in BOTH science AND global news today?
Show entities in papers AND news from 3+ different countries this week
Does Google Willow have scientific AND media resonance today — and where?
date min_countries min_papers entity_type
TOOL 06
quantum_hardware_timeline
Qubit records, fidelity, funding — as time series
A chronological series of hardware metrics extracted deterministically from global news articles: qubit_count, fidelity_pct, funding_usd. No other API offers this as a structured time series. Includes trend direction and statistical summary.
Example questions
How have reported qubit counts at IBM evolved over 2 years?
Show me all fidelity records ever reported in news, chronologically
Who received quantum funding in Q1 2026 and how much?
metric entity_name days
TOOL 07
quantum_geo_pulse
Geopolitical quantum intelligence by country
Country-level quantum coverage analysis. Which countries report most on quantum? Does China cover different topics than the USA? Which countries cover quantum cryptography that German media ignores? Powered by our 193-country feed skeleton.
Example questions
Does China report differently on quantum computing than the USA?
Which countries cover quantum encryption that German media ignores?
Show the global interest in IonQ — who reports, who doesn't?
entity_name days min_articles
TOOL 08
quantum_breakthrough_radar
Papers that leapt from lab to global news — measure it
Finds ArXiv papers that — through shared entity UUIDs — also appear in global news coverage. Returns paper_to_news_lag_days and breakthrough_type (same-day / rapid / fast / standard / slow-burn). The only objective measure of scientific impact on public discourse.
Example questions
Which ArXiv papers from the last 30 days were picked up by news in 2+ countries?
Show the moment 'Google Willow' went from ArXiv paper to worldwide news
Which quantum breakthroughs had real media impact — not just hype?
days min_countries hardware_type
Quick Start

Connect in 30 seconds

Claude Desktop · claude_desktop_config.json
{
  "mcpServers": {
    "quantum": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://quantum.mcp.brunosan.de/mcp"
      ]
    }
  }
}
Python · direct API call
import requests

# Find quantum breakthroughs from the last 30 days
response = requests.post(
    "https://quantum.mcp.brunosan.de/mcp/call",
    json={
        "tool": "quantum_breakthrough_radar",
        "params": {
            "api_key":      "your-key-here",
            "days":          30,
            "min_countries": 2,
        }
    }
)
breakthroughs = response.json()["result"]["breakthroughs"]

for b in breakthroughs[:3]:
    print(f"{b['entity_name']} — lag: {b.get('paper_to_news_lag_days','?')}d")
    print(f"  {b['paper_count']} papers · {b['article_count']} articles · {b['country_count']} countries")
    print(f"  Countries: {', '.join(b['countries'][:5])}")
Data Coverage

What's in the database

+
ArXiv Papers
quant-ph + 3 categories
+
News Articles
from 100+ sources
20+
Countries
193-country skeleton
197+
Tracked Entities
hardware, methods, companies
ArXiv Categories Entity Types Fact Profiles News Coverage
quant-ph Hardware (IBM Heron, Willow...) qubit_count Tier 1: quantum-specific
cond-mat.mes-hall Companies (IBM, IonQ, Rigetti...) fidelity_pct Tier 2: science news
physics.atom-ph Methods (Surface Code, VQE...) funding_usd Tier 3: tech news
eess.SP Programs (NQI, EU Flagship...) event_type Tier 4: global catch-all

Ready to query
quantum reality?

Get your API key and connect in 30 seconds.