sh.alchemylab.horizon/briefing
Official3 toolsHorizon AI Intelligence
Free, no-auth AI industry briefings and a US/UK/EU AI regulation tracker for agents.
AI industry briefings and regulatory tracking for US, UK, and EU markets.
Captured live from the server via tools/list.
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. Optionally pass a date (YYYY-MM-DD, last 7 days).
Parameters (1)
- datestring
Optional YYYY-MM-DD within the last 7 days; omit for the latest briefing.
get_regulation_updates
Current AI legislation headlines across the US Congress, UK Parliament, and EU, with their legislative stage (proposed / committee / floor action / passed / implementation).
Parameters (2)
- jurisdictionstring
Optional filter to one jurisdiction.
- limitnumber
Max headlines (default 50, cap 100).
search_news
Quick teaser search over recent AI news: returns the top 3 matching titles with links. Full-text search with bodies, filters, and history requires a Horizon subscription.
Parameters (1)
- querystringrequired
Search terms.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"briefing": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://horizon.alchemylab.sh/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.