Connect Apogee to Claude, ChatGPT, or Cursor in 2 Minutes | Getting Started

One config file gives your AI assistant access to 60+ legislative intelligence capabilities - bills, lobbying, campaign finance, hearings, regulations, and a 200K+ entity knowledge graph. Free tier, no credit card.

Getting Started

Don't want to configure anything? The Apogee chat client has everything pre-configured. Sign in and start asking questions immediately.

Everything below is for connecting Apogee to your own AI assistant.


Apogee connects to your AI assistant via the Model Context Protocol (MCP). One config file gives your AI access to 60+ policy intelligence capabilities - legislation, hearings, lobbying, campaign finance, regulatory filings, news, and a 200K+ entity knowledge graph.

You don't call individual tools. You ask questions in plain language, and Apogee's research agent figures out which capabilities to use, queries across data sources, and returns synthesized intelligence with citations.

Step 1: Get your API key

  1. Sign in at apog.ai
  2. Go to Dashboard > API Keys
  3. Click Generate New Key
  4. Copy the key (starts with apk_)

Store your API key securely. It won't be shown again after you leave the page.


Step 2: Configure your AI assistant

Claude Desktop

Add to your config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "apogee": {
      "url": "https://mcp.apog.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Claude Code (CLI)

claude mcp add apogee --transport streamable-http https://mcp.apog.ai/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"

Cursor

Go to Settings > MCP Servers > Add Server and enter:

{
  "apogee": {
    "url": "https://mcp.apog.ai/mcp",
    "headers": {
      "Authorization": "Bearer YOUR_API_KEY"
    }
  }
}

Other MCP clients

Apogee's MCP endpoint:

https://mcp.apog.ai/mcp
  • Transport: Streamable HTTP
  • Authentication: Bearer token in the Authorization header

Any client that supports MCP streamable HTTP transport can connect.


Step 3: Restart and test

After saving the config:

  1. Fully quit and relaunch your AI assistant
  2. Try a test question:

"What bills about AI regulation were introduced this Congress?"

If configured correctly, your assistant will use Apogee to search legislation and return results with citations.


Troubleshooting

Connection not working

  • Verify your API key starts with apk_ and has no extra spaces
  • Make sure you fully restarted your AI assistant after saving the config
  • Check that https://mcp.apog.ai/health returns {"status":"ok"} in your browser

Authentication errors

Need help?

Contact us or reach out from your account dashboard.


Guides by role

RoleGuide
Congressional staffFor Legislative Staff
Corporate & trade associationsFor Government Affairs
Nonprofits & advocacyFor Advocacy Organizations

Next steps