← alchemylab.sh

INDIVIDUAL MCP TOOL

get_blind_spots

Coverage blind spots: companies, models, and people that regional press (Chinese/East-Asian, European, Latin-American) is covering while Western/global feeds are not — ranked, with per-region item counts.

alchemylab.shnone authenticationAvailability not checked

LIVE ENDPOINT

https://horizon.alchemylab.sh/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_blind_spots and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

alchemylab.sh

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.horizon]
url = "https://horizon.alchemylab.sh/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "horizon": {
      "type": "http",
      "url": "https://horizon.alchemylab.sh/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: horizon
Remote MCP URL: https://horizon.alchemylab.sh/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "horizon": {
      "url": "https://horizon.alchemylab.sh/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "horizon": {
      "type": "http",
      "url": "https://horizon.alchemylab.sh/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "horizon",
  "transport": "streamable-http",
  "url": "https://horizon.alchemylab.sh/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_daily_briefing — Today's aggregate AI industry briefing: top stories, emerging signals, new entrants, and regulation updates, distilled from HN/Reddit and official legislative sources.
  • get_regulation_updates — Current AI legislation headlines across the US Congress and federal agencies, US state legislatures, the UK Parliament, and the EU, with each item's legislative stage (proposed / committee / floor action / passed / implementation).
  • get_china_signal — Shortcut for get_region_signal with region "china": the current China & East-Asia AI signal (Qwen, DeepSeek, Zhipu, Moonshot, ModelScope, and more) that Western feeds often miss — ranked by momentum.
  • get_region_signal — The current AI signal for a region (china, korea, japan, or eu) — recent, relevance-scored items on that region's models, labs, and analysis, ranked by momentum.
  • get_entity_provenance — For one company, model, or person: how much of the claim activity Horizon holds provenance data for is self-reported by that entity versus independently evaluated by someone else.
  • get_topic_signal — The current AI signal for a topic — recent, relevance-scored items tagged with that topic, ranked by momentum.
  • search_news — Quick teaser search over recent AI news: returns the top 3 matching titles with links.
  • get_new_since — Incremental poll: raw item-level AI news added since a cursor, oldest→newest, with a nextCursor for your next call — use this for "what's new since I last checked"; for the curated once-daily synthesis use get_daily_briefing.