Baidu Analytics / 百度统计 Connector for AI agents.
8 live capabilities
Get real-time traffic data and visitor insights for Chinese websites.
Waiting for input…
Why people use Baidu Analytics / 百度统计
Baidu Analytics for Automating China Web Traffic Audits
This Connector changes that by letting you ask your agent for the numbers directly. You just type how was the traffic yesterday and get a summary instantly. You get your data without the clicks, the logins, or the manual copy-pasting.
What Vinkius changes
You get instant access to Chinese web analytics through a natural conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Tracking campaign performance
A marketer needs to know if a new campaign is driving traffic.
- Real-world use case 02
Identifying popular content
A product manager wants to see which pages are failing.
- Real-world use case 03
Reporting on regional growth
An analyst needs to report on regional growth.
Complete set · 8capabilities
The complete Baidu Analytics / 百度统计 capability set.
These are the exact actions your AI can choose when you ask it to work with Baidu Analytics / 百度统计.
01—04
4 capabilities in this set.
Part of 8 available through Baidu Analytics / 百度统计.
- 01 Capability
Get daily trend
Pulls the daily traffic trend for a specific site. Use this to see if your traffic is growing over time.
- 02 Capability
Get geo distribution
Shows where your visitors are located geographically. It helps you understand which regions are most engaged.
- 03 Capability
Get realtime metrics
Fetches live statistics like PV and UV. Use it to see how many people are on your site right now.
- 04 Capability
Get page rankings
Lists the top visited pages on your site. This tells you exactly what content is resonating with your audience.
05—08
4 capabilities in this set.
Part of 8 available through Baidu Analytics / 百度统计.
- 05 Capability
Get source data
Identifies where your traffic comes from, like search or direct links. This is key for auditing your marketing channels.
- 06 Capability
Get yesterday overview
Provides a summary of the previous day's traffic. It is the fastest way to see how your site performed overnight.
- 07 Capability
List sites
Shows all sites linked to your account. Use this to find the correct Site ID for your queries.
- 08 Capability
Query custom metrics
Runs advanced queries for specific data points. This lets you get highly tailored performance reports.
Set up in minutes
One URL. Then ask Baidu Analytics / 百度统计 to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Baidu Analytics / 百度统计 from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_YScLSjNjNEXJwh4R4CAMq8Sw7FfgerxxOMW43GQB/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Baidu Analytics / 百度统计, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Baidu Analytics / 百度统计 for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_YScLSjNjNEXJwh4R4CAMq8Sw7FfgerxxOMW43GQB/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Baidu Analytics / 百度统计 URL.
- Step 03
Save and start
Save the connection and enable Baidu Analytics / 百度统计 in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"baidu-analytics": {
"url": "https://edge.vinkius.com/vk_preview_YScLSjNjNEXJwh4R4CAMq8Sw7FfgerxxOMW43GQB/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Baidu Analytics / 百度统计
Open Agent mode in chat and ask: "Using Baidu Analytics / 百度统计, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"baidu-analytics": {
"url": "https://edge.vinkius.com/vk_preview_YScLSjNjNEXJwh4R4CAMq8Sw7FfgerxxOMW43GQB/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Baidu Analytics / 百度统计
Ask Copilot: "Using Baidu Analytics / 百度统计, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"baidu-analytics": {
"url": "https://edge.vinkius.com/vk_preview_YScLSjNjNEXJwh4R4CAMq8Sw7FfgerxxOMW43GQB/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Baidu Analytics / 百度统计
Open Cascade and ask: "Using Baidu Analytics / 百度统计, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"baidu-analytics": {
"url": "https://edge.vinkius.com/vk_preview_YScLSjNjNEXJwh4R4CAMq8Sw7FfgerxxOMW43GQB/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Baidu Analytics / 百度统计
Ask Cline: "Using Baidu Analytics / 百度统计, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add baidu-analytics --transport http "https://edge.vinkius.com/vk_preview_YScLSjNjNEXJwh4R4CAMq8Sw7FfgerxxOMW43GQB/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Baidu Analytics / 百度统计
Ask Claude: "Using Baidu Analytics / 百度统计, show me...". 8 tools are ready
Where the request belongs
Work Baidu Analytics / 百度统计 can move forward.
Digital marketers managing Chinese campaigns or product managers tracking landing page performance who are tired of jumping between multiple dashboards to get a simple traffic update.
Digital Marketer
Monitors campaign performance and pulls daily traffic summaries for weekly reports.
Product Manager
Audits visitor behavior and page rankings to prioritize feature updates.
Web Developer
Checks site health and real-time user counts during new deployments.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGoatCounter
Privacy-friendly web analytics. track pageviews, analyze visitor stats, and manage your sites directly through any AI agent.
Pirsch Analytics
Privacy-friendly web analytics. track hits, events, and retrieve detailed statistics for your domains directly from your AI agent.
Matomo
Track website traffic, analyze visitor behavior, and generate detailed analytics reports directly from your AI agent.
Fathom
Privacy-first website analytics. track visitors, monitor real-time traffic, and manage sites and events directly from your AI agent.
Simple Analytics
Privacy-first web analytics without cookies. Fetch aggregated stats, export raw data, and manage your websites directly from your AI agent.
Fathom Analytics
Privacy-first website analytics via Fathom. list sites, monitor real-time visitors, and aggregate pageviews directly through your AI agent.
Bring your own AI
Change the model, client or framework. Keep Baidu Analytics / 百度统计 connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Baidu Analytics / 百度统计.
The practical details behind the request, access and result.
Can I use the Baidu Analytics MCP to see my real-time traffic?
Yes, it pulls live Page Views and Unique Visitors stats instantly so you can monitor your site's current activity.
Does the Baidu Analytics MCP support multiple websites?
Yes, you can list and query any site linked to your account, making it easy to manage a portfolio of properties.
How do I connect my Baidu Analytics account to my AI agent?
You just need to provide your Baidu Analytics credentials and Site IDs in the setup, and your agent can start querying data.
Can the Baidu Analytics MCP show me where my visitors live?
Yes, it pulls geographic distribution data to help you understand which regions and cities are most engaged with your content.
Is the Baidu Analytics MCP good for tracking marketing campaigns?
Yes, it allows you to see traffic sources like search and direct links, which is essential for auditing your marketing channels.
Can I get a summary of my traffic from yesterday?
Yes, the Connector can provide a summary of the previous day's traffic for a quick overview of your site's performance overnight.
How do I find my Baidu Analytics Token and Site ID?
Log in to the Baidu Analytics Console, navigate to [Management] -> [Site List] to find your numeric Site ID. The API Token is usually provided in the API settings or developer services section after account verification.
What metrics are supported in real-time queries?
Real-time capabilities provide access to Page Views (PV), Unique Visitors (UV), IP counts, and the current number of online users on your site.
Can I query data for specific dates?
Yes! Use the trend and metric capabilities with start_date and end_date in YYYYMMDD format. Your agent will retrieve the historical data for the requested period.
One connection away
Give your agent a direct line to Baidu Analytics / 百度统计.
Connect Baidu Analytics / 百度统计 once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available