ROLLIN MCP Server · v1.4

Accessibility data, in your AI.

Drop-in MCP server giving Claude, Cursor, VS Code, and any MCP-compatible client direct access to 105,000+ scored venues. Five tools. One npx command. Trial mode — 5 free requests, no key.

$ npx -y rollin-mcp-server Copy
5tools
105K+venues
15US states
$9.99starter plan
01

Install

One config block per client.

Pick your client below. Copy the JSON block. Paste into the right config file. Restart the client. Done.

Claude Desktop

Anthropic
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json. Windows: %APPDATA%\Claude\claude_desktop_config.json. Restart Claude after saving.
{
  "mcpServers": {
    "rollin": {
      "command": "npx",
      "args": ["-y", "rollin-mcp-server"],
      "env": { "ROLLIN_API_KEY": "your_api_key_here" }
    }
  }
}

Cursor

AI code editor
Project-scoped: add to .cursor/mcp.json in your repo root. Global: ~/.cursor/mcp.json. Restart Cursor after saving.
{
  "mcpServers": {
    "rollin": {
      "command": "npx",
      "args": ["-y", "rollin-mcp-server"],
      "env": { "ROLLIN_API_KEY": "your_api_key_here" }
    }
  }
}

VS Code

Native MCP
Add to .vscode/mcp.json in your workspace. Note: VS Code uses "servers" (not "mcpServers"). Reload window after saving.
{
  "servers": {
    "rollin": {
      "command": "npx",
      "args": ["-y", "rollin-mcp-server"],
      "env": { "ROLLIN_API_KEY": "your_api_key_here" }
    }
  }
}

Claude Code

CLI
One command in any terminal. Set ROLLIN_API_KEY in your shell first (export ROLLIN_API_KEY="...").
claude mcp add rollin -- npx -y rollin-mcp-server
02

Tools

Five tools. One protocol.

MCP gives your AI assistant direct, structured access to ROLLIN data. The model decides when to call which tool — you write nothing.

search_locations
(q, lat, lng, radius, min_score, limit)
Search accessible venues by query, coordinates, or both. Returns scored results sorted by accessibility.
get_location_details
(id)
Full venue detail — score, all 6 features, address, photos, hours, community feedback.
list_regions
()
List all 48 covered regions across 15 US states. Use to scope search by metro.
check_health
()
API status check — uptime, version, current latency. Free, unauthenticated.
submit_feedback
(location_id, type, message)
Submit accessibility feedback or corrections (Developer+ tier required).
03

In conversation

Ask naturally. Get real data back.

Real prompts to a ROLLIN-connected assistant. The right side shows what the AI is actually calling under the hood.

Find me 5 step-free restaurants near Times Square with great accessibility scores.

Under the hoodAI calls search_locations(q="restaurants", lat=40.758, lng=-73.985, min_score=80, limit=5) and returns scored venues with addresses.

Plan an accessible day in Brooklyn — coffee, lunch, museum, dinner.

Under the hoodAI chains 4 search_locations calls for each category, filters by score, drops them into a time-blocked itinerary.

What's the accessibility score for Devoción on Grand Street?

Under the hoodAI calls search_locations(q="Devoción") to find the ID, then get_location_details(id) for the full breakdown.

Which states does ROLLIN cover and how many venues per state?

Under the hoodAI calls list_regions() and aggregates the venue counts by state.
04

Why the official server

Built for AI agents your team can ship.

The MCP server is the official, licensed path into ROLLIN data. Verified scores, documented spec, audit logging on every tool call. Safe for production agents and customer-facing assistants.

Real data

Verified, not hallucinated

Every score traces back to a multi-source pipeline plus community verification. Your AI assistant gets ground truth, not a confident guess from web scraping.

Legal

Documented & in-bounds

Open OpenAPI 3.1 spec. No ToS violations. No scraping. The MCP server is the official, licensed access path — safe for production tooling and customer-facing agents.

Composable

Five tools, chainable

Tools are designed to compose. The model can call search → detail → feedback in one conversation. No glue code needed on your end.

Audit-friendly

Every call logged

Every tool call from your AI is logged on your key. See exactly what was queried in the developer portal. Useful for compliance and for debugging your prompts.

04

Pricing

Free to try. $9.99 to ship.

Same 4 tiers as the REST API — your key works across both. Trial mode is 5 free requests with no key. Free tier is 1,000/mo with no credit card.

Free

Try it
$0 / month
  • 1,000 requests / month
  • All 5 MCP tools
  • No credit card
  • Lat/lng rounded to 1km
Get free key

Starter

Most popular
$9.99 / month
  • 5,000 requests / month
  • Full address precision
  • Photos, hours, phone
  • Email support
Start with Starter

Developer

Production
$29 / month
  • 50,000 requests / month
  • Score breakdowns
  • Submit feedback (write)
  • Priority support
Get Developer key

Business

Scale
$149 / month
  • 500,000 requests / month
  • Photo URLs included
  • Webhooks (changes feed)
  • Phone + Slack support
Talk to sales
06

Questions

What is the ROLLIN MCP server?

A Model Context Protocol server that gives AI assistants direct access to ROLLIN’s 105,000+ scored accessibility data points. Five tools — search, detail, regions, health, feedback. Install once with npx, configure with one block of JSON, and your AI can answer accessibility questions in natural language.

Which AI clients work with it?

Any MCP-compatible client. Currently: Claude Desktop, Claude Code (CLI), Cursor, VS Code with GitHub Copilot. ChatGPT Connectors and other MCP clients work the same way — same install, same config shape.

Is there a trial without an API key?

Yes. Trial mode gives you 5 free requests with no key — just install and start asking. Once you’re hooked, grab a free key for 1,000 requests/month.

How much does it cost?

Free tier: 1,000 requests/month, no credit card. Starter: $9.99/mo for 5,000 requests with full data precision. Developer: $29/mo for 50K + write access. Business: $149/mo for 500K + webhooks. Same 4 tiers as the REST API — your key works across both.

How do I install it?

One command: npx -y rollin-mcp-server. Then drop a JSON block into your AI client’s MCP config. Setup takes about 60 seconds.

What can my AI do with it?

Plan accessible trips, find scored restaurants near coordinates, compare venues, summarize coverage by region, submit accessibility feedback. The tools are composable — your AI can chain them to answer complex multi-step questions.

Does it work offline?

No. The MCP server proxies to the live ROLLIN API. Scores update in real time as venues are re-verified or feedback comes in.

Plug it in. Ask your AI.

Devs: free key in 60 seconds, no credit card. Teams shipping AI agents at scale: annual contracts, dedicated onboarding, custom MSA.