
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
tripadvisor-mcp-node
Advanced tools
这是一个使用 Model Context Protocol (MCP) 的 Tripadvisor Content API 服务器,提供搜索和获取旅游地点信息的功能。
克隆或下载项目
安装依赖:
npm install
cp .env.example .env
编辑 .env
文件,填入您的 Tripadvisor API Key。
npm run build
npm start
开发模式下自动构建并启动:
npm run dev
搜索地点
参数:
searchQuery
(string): 搜索关键词language
(string, 可选): 语言代码,默认 'en'category
(string, 可选): 地点类别phone
(string, 可选): 电话号码address
(string, 可选): 地址latLong
(string, 可选): 经纬度 "lat,lng"搜索附近地点
参数:
latitude
(number): 纬度longitude
(number): 经度language
(string, 可选): 语言代码,默认 'en'category
(string, 可选): 地点类别获取地点详情
参数:
locationId
(string|number): 地点IDlanguage
(string, 可选): 语言代码,默认 'en'获取地点评论
参数:
locationId
(string|number): 地点IDlanguage
(string, 可选): 语言代码,默认 'en'获取地点照片
参数:
locationId
(string|number): 地点IDlanguage
(string, 可选): 语言代码,默认 'en'请访问 Tripadvisor Developer Portal 获取您的 API Key。
ISC
FAQs
MCP server for TripAdvisor restaurant search
The npm package tripadvisor-mcp-node receives a total of 8 weekly downloads. As such, tripadvisor-mcp-node popularity was classified as not popular.
We found that tripadvisor-mcp-node 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.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.