
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
rollin-mcp-server
Advanced tools
MCP server for the ROLLIN Accessibility API — wheelchair accessibility data for 105,000+ US locations across 15 states
Wheelchair accessibility data for 105,000+ locations across 15 US states — delivered through the Model Context Protocol.
The only wheelchair accessibility data source available through MCP. Search 105,000+ restaurants, cafes, and bars across 15 US states. Get real 0–100 accessibility scores. Submit corrections through natural conversation. One protocol — every platform.
v1.3.0 — Trial mode + smart onboarding. No API key? No problem. The server boots and works immediately with 5 free requests per session. Real data, real scores. Progressive nudges guide you to a free key when you're ready. Session-aware — the more you use it, the more personalized the experience.
Nobody should have to call ahead to ask if they can get in the door. ROLLIN puts accessibility data where it actually gets used.
npx rollin-mcp-server
That's it. The server starts in trial mode with 5 free requests. Real data, real scores, no signup. When you're ready for unlimited access, grab a free key at joinrollin.com/portal.
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.
npx rollin-mcp-server
No global install. Runs anywhere Node 18+ is available. Works immediately in trial mode — no API key needed for your first 5 requests.
Sign up at joinrollin.com/portal — no credit card required. Set ROLLIN_API_KEY in your config to unlock unlimited requests.
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.
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"
}
}
}
}
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"
}
}
}
}
export ROLLIN_API_KEY="your_api_key_here"
npx -y rollin-mcp-server
Pipe into any MCP-compatible process.
search_locationsSearch accessible venues by location, query, and accessibility criteria.
| Parameter | Type | Required | Description |
|---|---|---|---|
q | string | no | Search query (name, cuisine, type) |
lat | number | no | Latitude for location-based search |
lng | number | no | Longitude for location-based search |
radius | number | no | Search radius in miles (default: 10) |
min_score | number | no | Minimum accessibility score 0-100 |
limit | number | no | Max results (default: 20) |
lighting | string | no | Filter by lighting: bright, moderate, dim |
get_location_detailsFull accessibility breakdown for a single venue.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Location ID from search results |
Returns: score (0-100), 6 tracked features (wheelchair_entry, accessible_restroom, level_entry, parking, elevator, wide_aisles), environment/lighting data, verification status, community feedback.
list_regionsAll coverage areas with location counts. No parameters.
submit_feedbackSubmit accessibility corrections through conversation.
| Parameter | Type | Required | Description |
|---|---|---|---|
location_id | string | yes | Location ID |
type | string | yes | Feedback type |
message | string | yes | Description of correction |
check_healthVerify the API is up. No parameters.
Once configured, just ask naturally:
15 US states · 48 regions · 105,000+ scored locations
| State | Regions |
|---|---|
| New York | NYC Metro, Hudson Valley, Long Island, Capital Region, Finger Lakes, Western NY, Adirondacks |
| California | LA Metro, SF Bay Area, San Diego, Sacramento, Central Coast, Inland Empire |
| Florida | Miami, Orlando, Tampa Bay, Jacksonville, Southwest FL |
| Massachusetts | Boston Metro, Western MA |
| Illinois | Northern IL, West-Central IL, Central IL, Southern IL |
| Colorado | Northeast CO, Northwest CO, Southeast CO, Southwest CO |
| Texas | DFW, Houston, Austin, San Antonio, El Paso |
| Ohio | Cleveland, Cincinnati, Columbus, Northwest OH |
| Idaho | Northern ID, Boise Metro |
| New Jersey | Statewide |
| Pennsylvania | Statewide |
| Washington DC | DC Metro |
| Arizona | Phoenix, Tucson |
| Washington | Seattle Metro |
| Oregon | Portland Metro |
The MCP server uses your ROLLIN API key. Same tiers, same limits.
| Free | Developer | Business | |
|---|---|---|---|
| Requests | 1,000/mo | 50,000/mo | 500,000/mo |
| Price | $0 | $29/mo | $149/mo |
| MCP Server Page | joinrollin.com/mcp |
| API Reference (Interactive) | joinrollin.com/api-docs |
| API Documentation | joinrollin.com/developers |
| Developer Portal | joinrollin.com/portal |
| API Status | joinrollin.com/status |
| Python SDK | stainless-commons/rollin-python |
| MCP Protocol Spec | modelcontextprotocol.io |
MIT — Stackline Studio
FAQs
MCP server for the ROLLIN Accessibility API — wheelchair accessibility data for 105,000+ US locations across 15 states
The npm package rollin-mcp-server receives a total of 30 weekly downloads. As such, rollin-mcp-server popularity was classified as not popular.
We found that rollin-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.