MCP Quickstart
Give your AI tools direct access to real-time news data. Zero install. One config block. Works immediately.
1Get your API key
Sign up at orbis.builder/dashboard and create an API key.
2Add to your AI tool
Copy this config into your tool's MCP settings:
{
"mcpServers": {
"orbis-news": {
"url": "https://mcp.orbis.builder/mcp",
"headers": {
"X-API-Key": "ob_live_your_key_here"
}
}
}
}3Start using it
Ask your AI anything about Danish news:
Where to put the config
Claude Desktop
Settings → Developer → Edit Config → paste in the mcpServers block
Cursor
.cursor/mcp.json in your project root
Kiro
.kiro/settings/mcp.json in your workspace or ~/.kiro/settings/mcp.json globally
Available Tools
search_newsSearch articles by keyword or natural language query. Supports keyword, semantic, and hybrid modes.
list_agentsList your monitoring agents and their status (active, paused, article counts).
create_agentCreate a keyword monitoring agent that continuously collects matching articles.
get_agent_articlesGet the latest articles collected by a monitoring agent.
pause_agentPause an agent (stops collecting, preserves existing articles).
get_articleGet full article details including cross-site coverage stats.
get_threadGet all coverage of a story across different news sources.
get_timelineTrack topic coverage over time (daily/weekly/monthly buckets).
list_sitesList available news sources and their current activity level.
get_usageCheck your API usage and remaining monthly quota.