MCP Hub
Back to servers

rollin-mcp-server

Validation Failed

Wheelchair accessibility scores for 70,000+ US restaurants. Search, filter, and submit feedback.

Stars
1
Updated
Mar 1, 2026
Validated
Mar 5, 2026

Validation Error:

Process exited with code 127. stderr: sh: 1: rollin-mcp-server: not found

Quick Install

npx -y rollin-mcp-server

ROLLIN

ROLLIN MCP Server

Wheelchair accessibility data for 56,000+ locations — delivered through the Model Context Protocol.

npm version npm downloads License: MIT Node.js >=18 MCP Compatible


The only wheelchair accessibility data source available through MCP. Search restaurants, cafes, and bars. Get real 0–100 accessibility scores. Submit corrections through natural conversation. One protocol — every platform.

Nobody should have to call ahead to ask if they can get in the door. ROLLIN puts accessibility data where it actually gets used.

Why MCP?

Model Context Protocol is the open standard for connecting tools to data. No custom integrations. No API wrappers. No glue code.

Build one MCP server → every compatible client gets instant access. Think of it as USB-C for data: one plug, universal compatibility. ROLLIN was one of the first accessibility data providers to ship an MCP server.

If your tool speaks MCP, it speaks accessibility.

Quick Start

1. Get a Free API Key

Sign up at joinrollin.com/portal — no credit card required.

2. Add the Server

npx rollin-mcp-server

No global install. Runs anywhere Node 18+ is available.

3. Configure Your Client

Desktop App (JSON config)

Add to your MCP client's configuration file:

{
  "mcpServers": {
    "rollin": {
      "command": "npx",
      "args": ["-y", "rollin-mcp-server"],
      "env": {
        "ROLLIN_API_KEY": "your_api_key_here"
      }
    }
  }
}

Works with any desktop MCP client.

Cursor

Add to .cursor/mcp.json in your workspace:

{
  "mcpServers": {
    "rollin": {
      "command": "npx",
      "args": ["-y", "rollin-mcp-server"],
      "env": {
        "ROLLIN_API_KEY": "your_api_key_here"
      }
    }
  }
}
VS Code

Add to .vscode/mcp.json in your workspace:

{
  "servers": {
    "rollin": {
      "command": "npx",
      "args": ["-y", "rollin-mcp-server"],
      "env": {
        "ROLLIN_API_KEY": "your_api_key_here"
      }
    }
  }
}
CLI / Headless
export ROLLIN_API_KEY="your_api_key_here"
npx -y rollin-mcp-server

Pipe into any MCP-compatible process.

Tools

ToolWhat It Does
search_locationsFind accessible restaurants near any US location. Filter by cuisine, minimum score, accessibility features.
get_location_detailsFull accessibility breakdown — score, 6 tracked features, verification status, score components.
list_regionsAll coverage areas with location counts. Great for "where do you cover?" queries.
submit_feedbackSubmit corrections through conversation. "That place has a ramp now."
check_healthVerify the API is up before making requests.

Example Prompts

Once configured, just ask naturally:

  • "Find wheelchair accessible Italian restaurants near Times Square"
  • "What's the accessibility score for that spot?"
  • "Which cities does ROLLIN cover?"
  • "That restaurant has a ramp now — can you update it?"

Coverage

6 US states · 22 regions · 56,000+ scored locations

StateRegions
New YorkNYC Metro, Hudson Valley, Long Island, Capital Region, Finger Lakes, Western NY, Adirondacks
CaliforniaLA Metro, SF Bay Area, San Diego, Sacramento, Central Coast, Inland Empire
FloridaMiami, Orlando, Tampa Bay, Jacksonville, Southwest FL
MassachusettsBoston Metro, Western MA
New JerseyStatewide
PennsylvaniaStatewide

Pricing

The MCP server uses your ROLLIN API key. Same tiers, same limits.

FreeDeveloperBusiness
Requests1,000/mo50,000/mo500,000/mo
Price$0$29/mo$149/mo

Get your free key →

Links

MCP Server Pagejoinrollin.com/mcp
API Documentationjoinrollin.com/developers
Developer Portaljoinrollin.com/portal
API Statusjoinrollin.com/status
Python SDKstainless-commons/rollin-python
MCP Protocol Specmodelcontextprotocol.io

License

MIT — Stackline Studio

Reviews

No reviews yet

Sign in to write a review