Back to MCP directory
publicPublicdnsLocal runtime

visitbeijing-mcp

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

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

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client