accessibilitymcp
AI MCP for Accessibility
Documentation
无障碍设施 MCP 服务器
这是一个基于 Model Context Protocol (MCP) 的无障碍设施查询服务器,提供景点和酒店的无障碍设施信息查询功能。
功能特性
- 🏛️ 无障碍景点搜索: 根据城市和无障碍设施类型搜索景点
- 🏨 无障碍酒店搜索: 根据城市和无障碍设施类型搜索酒店
- 🔍 多维度筛选: 支持坡道、厕所、电梯、船只、观光车等设施筛选
- 📊 结构化数据: 返回标准化的JSON格式数据
安装和使用
环境要求
- .NET 8.0 或更高版本
- SQL Server 数据库(可选,支持内存数据库用于演示)
快速开始
1. 克隆项目
git clone
cd AccessibilityMcpServer2. 安装依赖
dotnet restore3. 运行服务器
dotnet runMCP 工具
SearchAccessibleAttractions
搜索无障碍景点
参数:
- `city` (string): 城市名称
- `hasAccessibleRamp` (bool?, 可选): 是否需要无障碍坡道
- `hasAccessibleToilet` (bool?, 可选): 是否需要无障碍厕所
- `hasElevator` (bool?, 可选): 是否需要电梯
- `hasAccessibleBoat` (bool?, 可选): 是否需要无障碍船只
- `hasAccessibleTour` (bool?, 可选): 是否需要无障碍观光车
- `limit` (int, 默认10): 返回结果数量限制
SearchAccessibleHotels
搜索无障碍酒店
参数:
- `city` (string): 城市名称
- `hasAccessiblePassage` (bool?, 可选): 是否需要无障碍通道
- `hasAccessibleShower` (bool?, 可选): 是否需要无障碍淋浴
- `hasShowerSeat` (bool?, 可选): 是否需要淋浴座椅
- `limit` (int, 默认10): 返回结果数量限制
许可证
MIT License
贡献
欢迎提交 Issue 和 Pull Request!
Frequently asked questions
What is accessibilitymcp?
accessibilitymcp is AI MCP for Accessibility
How do I install accessibilitymcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is accessibilitymcp open source?
Yes — it is hosted on GitHub at https://github.com/pingosk/AccessibilityMCP.
Related MCP tools
An MCP server that allows MCP clients like Claude Desktop or Cursor to perform actions in the Unity Editor C#-based implementation.
The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft. Trusted by 3500+ developers.
Model Context Protocol (MCP) plugin to connect with Unity Editor — designed for OpenAI, Gemini, Claude, Deepseek and Grok interoperability
🙌 OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management. Python-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP