← Blog
3 min read

Give Claude Desktop Real-Time Intelligence with MCP

Set up real-time world knowledge in Claude Desktop in 60 seconds. Zero-install MCP server with 44 tools for intelligence, trading, market data, and more.

Claude is smart, but it doesn't know what happened today. Here's how to fix that in 60 seconds using the Polaris MCP server.

After this setup, you can ask Claude things like:

  • “What's happening in AI regulation right now?”
  • “What are the trending entities in defense news?”
  • “Compare how CNN and Fox covered the latest story”

And Claude will pull live, verified intelligence from Polaris to answer.

Setup (60 seconds)

  1. Get a free API key at veroq.ai/developers
  2. Open your Claude Desktop config file:

    Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

    Windows: %APPDATA%\Claude\claude_desktop_config.json

  3. Add Polaris:
json
{
  "mcpServers": {
    "polaris": {
      "url": "https://api.thepolarisreport.com/api/v1/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
  1. Restart Claude Desktop.

That's it. No npm install, no local server, no Node.js required. Zero install.

What You Get

Claude now has 8 intelligence tools:

polaris_searchSearch verified intelligence briefs by topic
polaris_feedGet the latest briefs by category
polaris_briefFull brief details with sources and counter-arguments
polaris_extractExtract and analyze article content from URLs
polaris_entitiesFind briefs mentioning a specific entity
polaris_trendingSee what entities are trending right now
polaris_compareCompare how different outlets cover the same story
polaris_researchDeep research with key findings and entity mapping

Try It

Open Claude Desktop and ask:

“What are the top 5 trending entities in the news right now?”

Claude will call polaris_trending and return a live list of the most-mentioned entities. Then try:

“Compare how different outlets are covering [top entity]”

Also Works With Cursor

Same config format. Go to Cursor Settings → Tools & MCP → Add MCP Server, or visit the agents page for a one-click Cursor deeplink.

Free Tier

1,000 API calls/month. No credit card. That's roughly 30+ conversations per day with Claude about current events.

What's Next