Skip to main content
The Axiom MCP server exposes location scoring, building permits, metro rankings, government procurement data, and maritime intelligence to any LLM that supports the Model Context Protocol. Use it to query Axiom data through natural language in tools like Claude Desktop, Cursor, or any MCP-compatible client.

When to use the MCP server

Use the MCP server when you want to:
  • Ask an LLM questions about location scores, permit activity, or market trends without writing API calls
  • Build AI-powered workflows that pull real-time CRE or maritime intelligence
  • Let analysts interact with Axiom data conversationally

Prerequisites

  • Node.js 18 or later
  • An Axiom Locus API key (get one at app.axiomlocus.io)
  • An MCP-compatible client (Claude Desktop, Cursor, or similar)

Installation

Install the MCP server package:
Or run it directly:

Configuration

The server reads configuration from environment variables:

Claude Desktop

Add the server to your Claude Desktop configuration file:

Cursor

Add the server in your Cursor MCP settings:

Available tools

The MCP server exposes the following tools to connected LLMs.

Locus tools

These tools provide location intelligence across 22 US metros.

Overwatch tools

These tools are available when OVERWATCH_SUPABASE_URL and OVERWATCH_SUPABASE_KEY are configured.

Example prompts

Once the MCP server is connected, you can ask your LLM questions like:
  • “Score the location at 35.2271, -80.8431 for a QSR site”
  • “Show me the top 25 fastest-growing locations across all metros”
  • “What building permits were filed in Charlotte in the last 30 days?”
  • “What council rezoning decisions happened in Austin recently?”
  • “Find locations in Miami with a composite score above 80 and strong business vitality”
  • “Are there any government bids for construction in Texas?”
  • “What’s the current weather near 37.7749, -122.4194?”
With Overwatch configured:
  • “Track vessel IMO 9321483”
  • “What’s the congestion like at the port of Santos?”
  • “Show me dark fleet events in the last week”
  • “What are the current river levels on the Mississippi?”