返回 MCP 目录
public公开dns本地运行

北京旅游资讯

提供实时的北京旅游资讯、景区实时客流查询、演出展览动态、入境游指南等信息。

article

README

visitbeijing-MCP Server

Provide real-time Beijing tourism information, real-time visitor flow queries for scenic spots, performance and exhibition updates, inbound travel guides, and other related information.

demo

Features

Tools

  • get_attraction_comfort_information Beijing Tourism Network's scenic spot passenger flow service provides real-time coverage of dynamic passenger flow data from 216 A-level scenic spots in the city, accurately presenting the current number of visitors and tourist density in the park, helping tourists scientifically plan their itinerary and staggered tours.
  • get_travel_informationThe tourism information service of Beijing Tourism Network focuses on the latest dynamic information of scenic spots in Beijing and its suburbs, covering multi-dimensional travel information such as seasonal recommendations, unique gameplay, and themed travel routes.
    -get_activity_newsThe exhibition and performance service of Beijing Tourism Network provides the latest information on cultural activities such as art exhibitions, stage plays, concerts, etc. in Beijing, covering accurate event times, locations, highlights, and venue features.
  • inbound_tourism_guideThe Beijing Tourism Network's inbound travel guide service integrates policy information such as a 240 hour transit visa free policy, covering core services such as "buy and refund" for departure tax refunds, POS machine information for foreign cards, and multi scenario payments for digital RMB. It also provides multilingual services for international chain hotels, English menus for specialty restaurants, and tax-free shopping guides to help overseas tourists plan their trips conveniently.

Installation

{
  "mcpServers": {
    "visitbeijing": {
      "url": "http://mcp.visitbeijing.com.cn/sse?ak=XXXXXXX"
    }
  }
}

Contact Us

Please reach out to lishuo@huaqniu.com for our certification. We take security and privacy very seriously, and we are committed to protecting data.

help

运行方式说明

cloud

托管运行

托管运行通常表示这个 MCP Server 由服务方环境承载,用户一般按页面提供的连接方式或授权流程接入,不需要在本地长期启动一个 MCP 进程

  1. 打开服务方连接页
  2. 完成授权或复制端点
  3. 在 MCP 客户端中连接
terminal

本地运行 / 其它方式

本地运行通常需要用户在自己的电脑或服务器上安装依赖,把 server_config 复制到 MCP 客户端,并按 env_schema 补齐环境变量、密钥或其它配置

  1. 复制 server_config
  2. 安装所需依赖
  3. 补齐环境变量后重启客户端