@windy17/theme-park-api
0.1.3 • Public • Published Theme Parks API MCP Server
npm install -g @windy17/theme-park-api
- 直接运行:
npx @windy17/theme-park-api
- 使用别名运行:
- 查看帮助信息:
npx @windy17/theme-park-api --help
- 调用特定工具:
npx @windy17/theme-park-api get_destinations
{
"mcpServers": {
"mcp-server-theme-parks": {
"command": "npx",
"args": ["@windy17/theme-park-api"],
"env": {
"THEMEPARKS_API_BASE_URL": "https://api.themeparks.wiki/v1"
}
}
}
}
{
"mcpServers": {
"theme-parks-api": {
"command": "node",
"args": ["path/to/theme-parks-api/build/index.js"],
"env": {}
}
}
}
- get_destinations: 获取所有主题公园度假区列表
- get_park_info: 获取特定主题公园的详细信息
- get_live_data: 获取主题公园的实时数据
# 克隆仓库
git clone https://github.com/windy17/theme-park-api.git
# 安装依赖
npm install
# 构建
npm run build
# 运行
npm start
Readme
Keywords
nonePackage Sidebar
Install
npm i @windy17/theme-park-api
Weekly Downloads