
Analog Mcp
- dhanaway/analog
Analog MCP is an MCP server that lets agents query real-time US data and AI-analyzed geographic attributes via a remote HTTP endpoint and API key.
About
Analog MCP is a hosted Model Context Protocol bridge to Analog’s real-time United States dataset, exposing AI-analyzed attributes your agent can query while you explore markets, map user contexts, or stress-test location-aware features. developers wiring Claude Code or Cursor use it when a spreadsheet of ZIP codes is not enough and you want programmatic answers about places and signals across the country. Connection is remote streamable HTTP with a secret x-api-key obtained from the Analog dashboard at analogapi.com—there is no local stdio bundle in the published manifest. Version 1.0.6 tracks the analog GitHub project. Treat it as analytics infrastructure during ideation and validation, not as a deployment or monitoring stack; costs and rate limits follow your Analog account. Pair with your own notebooks or maps when you move from audience research into validated prototypes.
- Remote streamable-http MCP on Supabase edge (analog-mcp v1.0.6)
- Real-time US-wide data with AI-analyzed attributes
- Requires x-api-key from analogapi.com dashboard
- Open-source repo dhanaway/analog on GitHub
- Agent-queryable national dataset—not a static CSV dump
Analog Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http analog-mcp https://yaewurxvufigjntzdruf.supabase.co/functions/v1/analog-mcp --header "x-api-key: YOUR_X_API_KEY"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Repository | dhanaway/analog ↗ |
What it does
Enrich agent workflows with real-time US location and attribute data when scoping products around places, demographics, or local intelligence.
Who is it for?
Best when you're exploring location-aware SaaS, proptech adjacency, local services, or US audience segmentation with agent-driven queries.
Skip if: Global-only products with no US focus, offline-only workflows, or teams that cannot use a hosted third-party API key.
What you get
Your agent calls Analog through MCP with your API key and returns current national intelligence for audience and market questions.
- Agent queries returning US-wide real-time Analog attributes
- Repeatable geographic or market probes without custom ETL
- Inputs for audience docs and validation experiments
By the numbers
- Server version 1.0.6
- Remote streamable-http transport
- Required header x-api-key (secret)
Recommended MCP Servers
How it compares
US real-time geodata MCP integration, not an EDGAR filing reader or home price forecast specialist.
FAQ
Who is Analog MCP for?
Developers and small teams using MCP-enabled agents who need programmatic US data and AI-enriched attributes during product discovery.
When should I use Analog MCP?
Use it while defining audience, geography, or context for a US-facing idea when answers must reflect current data rather than static research notes.
How do I add Analog MCP to my agent?
Create an API key at analogapi.com, configure the remote MCP URL with header x-api-key in your client, and map the secret variable per the server manifest.