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.
Market stats
get_market_statsTime-series housing statistics and economic indicators for any market, neighborhood through state.
Related markets
get_related_marketsThe markets inside a market, the ones that contain it, and the ones around it.
Market rankings
get_market_rankingsRank the markets within a market — the neighborhoods in a city, the counties in a state — by one metric.
Full report generation
generate_market_reportA multi-page market report branded to you, back as a PDF link in a few seconds.
Agent production data
get_agent_dataAny agent’s profile, closed deals and volume by year, listings, and the markets they work — or your own.
Listing data
get_listing_dataThe 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.
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.
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.
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.