中国轮椅旅行无障碍信息服务
About
中国轮椅旅行无障碍信息服务是一个基于MCP(Model Context Protocol)协议的服务,提供无障碍设施(景点、酒店、交通等)数据查询、统计分析和推荐功能,支持智能客服、旅游App、城市治理等场景,为LLM/Agent提供标准化的可调用工具。
Details
- Author
- pingosk
- Downloads
- 7
- Categories
- Other
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
中国轮椅旅行无障碍信息服务Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"accessibility_http": {
"description": "\u65e0\u969c\u788d\u6570\u636e\u5e93HTTP MCP\u670d\u52a1",
"type": "sse",
"url": "http://www.mayijf.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\u4e2d\u56fd\u8f6e\u6905\u65c5\u884c\u65e0\u969c\u788d\u4fe1\u606f\u670d\u52a1": {
"accessibility_http": {
"description": "\u65e0\u969c\u788d\u6570\u636e\u5e93HTTP MCP\u670d\u52a1",
"type": "sse",
"url": "http://www.mayijf.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
}
McpServers
{
"accessibility_http": {
"description": "\u65e0\u969c\u788d\u6570\u636e\u5e93HTTP MCP\u670d\u52a1",
"type": "sse",
"url": "http://www.mayijf.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
无障碍设施MCP服务使用指南
概述
本MCP(Model Context Protocol)服务提供无障碍设施数据查询能力,支持智能客服、旅游App、城市治理等场景。通过标准化的MCP协议,为LLM/Agent提供可调用的工具,实现无障碍设施查询、统计分析和推荐功能。服务特性
- 统一鉴权: 支持API Key认证,提供配额控制和使用统计 - 多协议支持: 基于HTTP/SSE传输,兼容MCP标准协议 - 数据丰富: 涵盖景点、酒店、餐饮等各类场所的无障碍设施信息 - 智能筛选: 支持按城市、设施类型、无障碍特征等多维度筛选 - 实时响应: 优化的数据库查询,确保快速响应快速开始
1. 获取API密钥
1. 访问服务管理后台 2. 进入"API密钥管理"页面 3. 创建新的API密钥 4. 保存密钥,后续调用时需要使用2. 服务地址
``
HTTP端点: http://www.mayijf.com/sse
`
3. 认证方式
支持以下三种认证方式(按优先级排序):
1. Authorization Header(推荐)
`
Authorization: Bearer YOUR_API_KEY
`
2. X-API-Key Header
`
X-API-Key: YOUR_API_KEY
`
3. 查询参数
`
?key=YOUR_API_KEY
`
工具列表
search_accessible_attractions - 搜索无障碍景点
根据城市名称搜索具备无障碍设施的景点,支持按无障碍特征筛选。
参数说明:
- city (string, 必填): 城市名称,如"杭州"、"北京市"
- has_accessible_ramp (bool, 可选): 是否需要无障碍坡道
- has_accessible_toilet (bool, 可选): 是否需要无障碍厕所
- has_elevator (bool, 可选): 是否需要电梯
- has_accessible_boat (bool, 可选): 是否需要无障碍船只
- has_accessible_tour (bool, 可选): 是否需要无障碍观光车
- limit (int, 可选): 返回结果数量限制,默认10,最大50
返回格式:
`json
{
"success": true,
"count": 2,
"data": [
{
"name": "西湖风景区",
"city": "杭州",
"province": "浙江",
"district": "西湖区",
"category": "景点",
"latitude": 30.2500,
"longitude": 120.1667,
"accessibilityFeatures": {
"hasRamp": true,
"hasAccessibleToilet": true,
"hasElevator": false,
"hasAccessibleBoat": true,
"hasAccessibleTour": true
},
"images": ["image1.jpg", "image2.jpg"]
}
]
}
`
search_accessible_hotels - 搜索无障碍酒店
搜索具备无障碍设施的酒店信息。
参数说明:
- city (string, 必填): 城市名称
- has_accessible_ramp (bool, 可选): 是否需要无障碍坡道
- has_accessible_toilet (bool, 可选): 是否需要无障碍厕所
- has_elevator (bool, 可选): 是否需要电梯
- limit (int, 可选): 返回结果数量限制,默认10,最大50
返回格式:
与景点搜索类似,返回符合条件的酒店列表。
search_accessible_transport - 搜索无障碍交通
搜索城市的无障碍交通信息。
参数说明:
- city (string, 必填): 城市名称
- transport_type (string, 可选): 交通类型,如"地铁"、"公交"、"出租车"
- accessibility_feature (string, 可选): 无障碍特征,如"轮椅坡道"、"盲道"、"语音报站"
- limit (int, 可选): 返回结果数量限制,默认10,最大50
返回格式:
`json
{
"success": true,
"count": 3,
"data": [
{
"transportType": "地铁",
"line": "1号线",
"station": "龙翔桥站",
"accessibilityFeatures": ["轮椅坡道", "盲道", "语音报站"],
"description": "站内设有无障碍电梯和专用通道"
}
]
}
`
MCP客户端配置
在MCP客户端配置文件中添加:
``json
{
"mcp": {
"servers": {
"accessibility_service": {
"description": "无障碍设施MCP服务",
"type": "sse",
"url": "http://www.mayijf.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
}
适用场景
智能客服/导览机器人
回答用户关于"本市有哪些无障碍设施"、"某景区是否有无障碍厕所/坡道"等问题。旅游与出行App
在目的地、景点、酒店详情页动态显示无障碍友好程度,帮助用户做出出行决策。城市治理与公共服务
获取城市维度的无障碍统计数据,辅助专题分析和政策制定。无障碍咨询与合规
快速评估特定区域的设施覆盖情况,辅助报告撰写和合规检查。Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



