CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Rollin Mcp Server

davidsirota/rollin-mcp-server
1authSTDIOregistry active
Summary

Connects Claude to ROLLIN's wheelchair accessibility database covering 105,000+ restaurants, cafes, and bars across 15 US states. Exposes five tools: search_locations for filtering by coordinates, radius, minimum score, and lighting conditions; get_location_details for full breakdowns including six accessibility features like wheelchair entry and restroom access; list_regions for coverage data; submit_feedback for crowdsourced corrections; and check_health for API status. Runs in trial mode with five free requests before requiring an API key from joinrollin.com. Reach for this when building accessibility-aware dining apps, trip planners, or conversational tools that need real venue data with 0-100 scores instead of binary yes/no flags.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

ROLLIN

ROLLIN MCP Server

Wheelchair accessibility data for 105,000+ locations across 15 US states — 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 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.

Try It Now — No Key Required

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.

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. Add the Server

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.

2. Get a Free API Key (for unlimited access)

Sign up at joinrollin.com/portal — no credit card required. Set ROLLIN_API_KEY in your config to unlock unlimited requests.

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

search_locations

Search accessible venues by location, query, and accessibility criteria.

ParameterTypeRequiredDescription
qstringnoSearch query (name, cuisine, type)
latnumbernoLatitude for location-based search
lngnumbernoLongitude for location-based search
radiusnumbernoSearch radius in miles (default: 10)
min_scorenumbernoMinimum accessibility score 0-100
limitnumbernoMax results (default: 20)
lightingstringnoFilter by lighting: bright, moderate, dim

get_location_details

Full accessibility breakdown for a single venue.

ParameterTypeRequiredDescription
idstringyesLocation 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_regions

All coverage areas with location counts. No parameters.

submit_feedback

Submit accessibility corrections through conversation.

ParameterTypeRequiredDescription
location_idstringyesLocation ID
typestringyesFeedback type
messagestringyesDescription of correction

check_health

Verify the API is up. No parameters.

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

15 US states · 48 regions · 105,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
IllinoisNorthern IL, West-Central IL, Central IL, Southern IL
ColoradoNortheast CO, Northwest CO, Southeast CO, Southwest CO
TexasDFW, Houston, Austin, San Antonio, El Paso
OhioCleveland, Cincinnati, Columbus, Northwest OH
IdahoNorthern ID, Boise Metro
New JerseyStatewide
PennsylvaniaStatewide
Washington DCDC Metro
ArizonaPhoenix, Tucson
WashingtonSeattle Metro
OregonPortland Metro

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

ROLLIN_API_KEY*secret

Your ROLLIN API key. Get one free at https://joinrollin.com/portal.html

Categories
Search & Web Crawling
Registryactive
Packagerollin-mcp-server
TransportSTDIO
AuthRequired
UpdatedMar 1, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3