GoSquared Connector for AI agents.
11 live capabilities
Get real-time web analytics and historical traffic trends for your marketing reports.
Waiting for input…
Why people use GoSquared
GoSquared Web Analytics for Marketing Reports
This Connector changes that by letting you just ask your AI client for the numbers. You can get a summary of last week's best sources or a count of live visitors in seconds. You get your answers in plain English instead of raw tables.
What Vinkius changes
You get conversational access to your web analytics without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a live launch
A marketing manager asks 'How many people are on the site from our Twitter link right now?
- Real-world use case 02
Reviewing last month's ROI
A product lead asks for a summary of the last 30 days of traffic to see if a new landing page worked, pulling data via get_trends_overview.
- Real-world use case 03
Identifying device gaps
A developer asks for a breakdown of mobile vs desktop users to prioritize mobile fixes, using the get_trends_devices capability.
Complete set · 11capabilities
The complete GoSquared capability set.
These are the exact actions your AI can choose when you ask it to work with GoSquared.
01—04
4 capabilities in this set.
Part of 11 available through GoSquared.
- 01 Capability
Get now pages
See which pages people are looking at right now. This helps you understand current user interest.
- 02 Capability
Get trends devices
Get a breakdown of the devices your visitors used in the past. This helps you understand your audience's hardware preferences.
- 03 Capability
Get trends overview
Pull a high-level summary of historical traffic data. Use this for a quick snapshot of past performance.
- 04 Capability
Get now campaigns
List the marketing campaigns currently driving traffic to your site. This helps you monitor active spend.
05—08
4 capabilities in this set.
Part of 11 available through GoSquared.
- 05 Capability
Get now overview
Get a snapshot of the visitors currently active on your site. It provides a top-level view of live traffic.
- 06 Capability
Get now sources
Identify the referrers for your current live traffic. Use this to see where live visitors are coming from.
- 07 Capability
Get now visitors
Get a list of the specific visitors currently online. This gives you a granular look at live site activity.
- 08 Capability
Get trends browsers
See a breakdown of the browsers your audience uses over time. This helps with compatibility and UX planning.
09—11
3 capabilities in this set.
Part of 11 available through GoSquared.
- 09 Capability
Get trends campaigns
Check the performance of your past marketing campaigns. Use this to see which efforts drove the most growth.
- 10 Capability
Get trends pages
See which pages received the most views over a specific period. It helps identify your best-performing content.
- 11 Capability
Get trends sources
Identify where your historical traffic originated from. This is useful for auditing past marketing channels.
Set up in minutes
One URL. Then ask GoSquared to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use GoSquared 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_p8nyeXpH9AnYu29UMrWbYdfGTYYc6yKjDTZnj2dP/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 GoSquared, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable GoSquared for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_p8nyeXpH9AnYu29UMrWbYdfGTYYc6yKjDTZnj2dP/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 GoSquared URL.
- Step 03
Save and start
Save the connection and enable GoSquared in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"gosquared": {
"url": "https://edge.vinkius.com/vk_preview_p8nyeXpH9AnYu29UMrWbYdfGTYYc6yKjDTZnj2dP/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 GoSquared
Open Agent mode in chat and ask: "Using GoSquared, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"gosquared": {
"url": "https://edge.vinkius.com/vk_preview_p8nyeXpH9AnYu29UMrWbYdfGTYYc6yKjDTZnj2dP/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 GoSquared
Ask Copilot: "Using GoSquared, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"gosquared": {
"url": "https://edge.vinkius.com/vk_preview_p8nyeXpH9AnYu29UMrWbYdfGTYYc6yKjDTZnj2dP/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 GoSquared
Open Cascade and ask: "Using GoSquared, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"gosquared": {
"url": "https://edge.vinkius.com/vk_preview_p8nyeXpH9AnYu29UMrWbYdfGTYYc6yKjDTZnj2dP/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 GoSquared
Ask Cline: "Using GoSquared, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add gosquared --transport http "https://edge.vinkius.com/vk_preview_p8nyeXpH9AnYu29UMrWbYdfGTYYc6yKjDTZnj2dP/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 GoSquared
Ask Claude: "Using GoSquared, show me...". 11 tools are ready
Where the request belongs
Work GoSquared can move forward.
This is for marketing managers who need to justify spend, product leads checking feature adoption, and site owners who want to know if their latest update actually moved the needle.
Marketing Manager
Checking live campaign performance during a product launch to see if the budget is working.
Product Manager
Analyzing historical page views to see if a new feature is actually being used by customers.
Website Owner
Getting a quick pulse on daily traffic without logging into a dashboard every hour.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFathom
Privacy-first website analytics. track visitors, monitor real-time traffic, and manage sites and events 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.
Pirsch Analytics
Privacy-friendly web analytics. track hits, events, and retrieve detailed statistics for your domains directly from your AI agent.
GoatCounter
Privacy-friendly web analytics. track pageviews, analyze visitor stats, and manage your sites directly through any 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.
Baidu Analytics / 百度统计
China's leading web analytics platform. audit traffic, track visitors, and query site metrics via AI.
Bring your own AI
Change the model, client or framework. Keep GoSquared 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 GoSquared.
The practical details behind the request, access and result.
What does the GoSquared MCP do for my marketing?
It lets your AI agent pull live and historical web analytics directly into your conversation. You can ask about visitor counts, traffic sources, and campaign performance without leaving your workspace.
Can I use GoSquared MCP to see live visitors?
Yes, you can ask your agent to show you who is online right now or which pages they are viewing. It pulls this data from your GoSquared account in real time.
How do I see my past campaign performance?
You can ask the AI to look at your historical campaign data. It will summarize which marketing efforts drove the most traffic over any time period you specify.
Does GoSquared MCP work with Claude or Cursor?
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf. Once you connect it via Vinkius, your AI agent can access your data.
Is my data safe with the GoSquared MCP?
The Connector connects directly to your GoSquared account using your own API keys. It only accesses the data you authorize through your account settings.
Can I see which devices my audience uses?
Yes, you can ask for a breakdown of browsers and devices. This helps you understand if your audience is primarily on mobile or desktop for better design choices.
Can I see exactly how many people are on my site right now?
Yes! The get_now_overview capability provides an instant snapshot of your concurrent active visitors. You can also use get_now_pages to see exactly which URLs they are currently reading.
How do I check traffic for a specific day in the past?
You can use any of the get_trends_* capabilities (like get_trends_overview) and provide the date parameter. You can use 'today', 'yesterday', or a specific date format like 'YYYY-MM-DD'.
Does it track which external links visitors click?
Yes. The real-time events functionality tracks specific outbound interactions out of the box, exposing exactly what resources capture audience interest the most.
One connection away
Give your agent a direct line to GoSquared.
Connect GoSquared once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available