Inside Claude

Use AgentIntel inside Claude.

For agents who already work in Claude: connect AgentIntel and ask about any market or any agent in plain language. Claude answers from the same data as the app — realtime MLS data in your verified market, plus national coverage of 35,000+ markets — and builds the branded report when you ask for one, without leaving the conversation.

Try asking

“How’s inventory in Barton Hills and which agents bring buyers there — build me a report.”

One message. Claude picks the tools, and the report comes back as a PDF you can send.

Six tools

What Claude can ask AgentIntel for.

  1. Market stats

    get_market_stats

    Time-series housing statistics and economic indicators for any market, neighborhood through state.

  2. Related markets

    get_related_markets

    The markets inside a market, the ones that contain it, and the ones around it.

  3. Market rankings

    get_market_rankings

    Rank the markets within a market — the neighborhoods in a city, the counties in a state — by one metric.

  4. Full report generation

    generate_market_report

    A multi-page market report branded to you, back as a PDF link in a few seconds.

  5. Agent production data

    get_agent_data

    Any agent’s profile, closed deals and volume by year, listings, and the markets they work — or your own.

  6. Listing data

    get_listing_data

    The agents, the property, and the markets it sits in for an MLS listing, by street address.

Listing and agent data come from your MLS-verified market. The other four cover all 35,000+ markets.

Setup

Connect it in three steps.

1

Copy your server URL

In AgentIntel, open Integrations from the menu at the bottom of the sidebar, choose AI Connect, and copy your MCP Server URL.

2

Add it to Claude

In Claude, go to Customize → Connectors → Add custom connector and paste the URL. In Claude Code, add the server with the command or the JSON below.

3

Ask

Start a new chat and ask about a market or an agent by name. Reports come back as a PDF link you can send.

Claude Code

Run this once in your project:

claude mcp add --transport http agentintel https://mcp.agentintel.co/ --header "Authorization: Bearer <api_key>"

Or add it to .mcp.json:

{
  "mcpServers": {
    "agentintel": {
      "type": "http",
      "url": "https://mcp.agentintel.co/",
      "headers": {
        "Authorization": "Bearer <api_key>"
      }
    }
  }
}

Last updated August 25, 2026

Included with your subscription.

Start your free trial, copy your server URL, and ask Claude about your market.

15 days free · card required · nothing charged until your trial ends · cancel in one click.