Hexometer Connector for AI agents.
11 live capabilities
Monitor website uptime and page performance with real-time data.
Waiting for input…
Why people use Hexometer
Hexometer for Website Performance Auditing
With this Connector, your agent pulls those scores and identifies the heavy assets for you. You just ask for a speed report and get a clear list of what to fix, saving you from the manual data hunt.
What Vinkius changes
You get a live window into your website's technical health without leaving your primary workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Production Hotfix
A developer notices a slow page and asks the agent to check_page_errors to find the script causing the hang.
- Real-world use case 02
SEO Content Launch
An SEO specialist runs run_seo_audit on a new blog post to ensure all meta tags are correct before publishing.
- Real-world use case 03
E-commerce Uptime Check
An owner asks for the latest list_recent_alerts to see if there were any outages during a flash sale.
Complete set · 11capabilities
The complete Hexometer capability set.
These are the exact actions your AI can choose when you ask it to work with Hexometer.
01—04
4 capabilities in this set.
Part of 11 available through Hexometer.
- 01 Capability
Get site health
Pull the overall health status for a specific property. Use it to get a high-level snapshot of your site's status.
- 02 Capability
Get security status
Retrieve SSL and general security health for a site. This ensures your users stay safe and your site stays live.
- 03 Capability
Get uptime stats
Get historical uptime statistics for a site. Use this to see how reliable your service has been over time.
- 04 Capability
List recent alerts
List recent monitoring alerts and notifications. This lets you see what went wrong in the last few hours.
05—08
4 capabilities in this set.
Part of 11 available through Hexometer.
- 05 Capability
List monitored sites
List all websites tracked in your Hexometer account. Use this to see your full portfolio at a glance.
- 06 Capability
List wordpress syncs
List active WordPress plugin syncs. This helps you manage your content synchronization.
- 07 Capability
Run seo audit
Perform an on-demand SEO audit for a URL. It checks your meta tags and headers for search engine readiness.
- 08 Capability
Check broken links
Find all 404 errors and dead links on a specific property. This helps you clean up your site structure quickly.
09—11
3 capabilities in this set.
Part of 11 available through Hexometer.
- 09 Capability
Check speed desktop
Get desktop speed scores and asset details. This provides a full picture of your site's loading performance.
- 10 Capability
Check speed mobile
Analyze the page speed for a mobile URL. Use this to see how your site performs on phones.
- 11 Capability
Check page errors
Scan a page for heavy assets and JavaScript errors. It helps you find the specific files slowing things down.
Set up in minutes
One URL. Then ask Hexometer to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Hexometer 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_V7VkUnVczMMJXcMnakypipZAhog0SZcwNo8sunjr/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 Hexometer, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Hexometer for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_V7VkUnVczMMJXcMnakypipZAhog0SZcwNo8sunjr/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 Hexometer URL.
- Step 03
Save and start
Save the connection and enable Hexometer in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"hexometer": {
"url": "https://edge.vinkius.com/vk_preview_V7VkUnVczMMJXcMnakypipZAhog0SZcwNo8sunjr/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 Hexometer
Open Agent mode in chat and ask: "Using Hexometer, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"hexometer": {
"url": "https://edge.vinkius.com/vk_preview_V7VkUnVczMMJXcMnakypipZAhog0SZcwNo8sunjr/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 Hexometer
Ask Copilot: "Using Hexometer, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"hexometer": {
"url": "https://edge.vinkius.com/vk_preview_V7VkUnVczMMJXcMnakypipZAhog0SZcwNo8sunjr/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 Hexometer
Open Cascade and ask: "Using Hexometer, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"hexometer": {
"url": "https://edge.vinkius.com/vk_preview_V7VkUnVczMMJXcMnakypipZAhog0SZcwNo8sunjr/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 Hexometer
Ask Cline: "Using Hexometer, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add hexometer --transport http "https://edge.vinkius.com/vk_preview_V7VkUnVczMMJXcMnakypipZAhog0SZcwNo8sunjr/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 Hexometer
Ask Claude: "Using Hexometer, show me...". 11 tools are ready
Where the request belongs
Work Hexometer can move forward.
This is for the web developer who's tired of manual monitoring, the SEO specialist managing dozens of properties, and the e-commerce owner who can't afford a single minute of downtime.
Web Developer
Debugs production issues by instantly pulling JS error logs and mobile speed scores during a hotfix.
SEO Specialist
Automates the auditing of meta tags and broken links for a large portfolio of client sites.
E-commerce Manager
Keeps a pulse on site availability and conversion-impacting performance trends.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGeekflare
Test your website performance, security headers, and DNS configuration with a comprehensive suite of technical audit capabilities.
Pingdom
Monitor website uptime and performance via Pingdom. list checks, track response times, and manage alerts directly from any AI agent.
StatusCake
Monitor website uptime, page speed, and SSL certificates directly from your AI agent using StatusCake.
Google Lighthouse SEO Auditor
Transform your AI into a Technical SEO & Performance Agency. Instantly run official Google PageSpeed Insights (Lighthouse) audits on any website and get exact code fixes to achieve a perfect 100/100 score.
Dotcom-Monitor
Monitor website uptime, page load speed, and server health from multiple global locations with instant alert notifications.
Siteimprove
Monitor and improve your website quality. track accessibility, SEO, content QA, and broken links across your domains with AI agents.
Bring your own AI
Change the model, client or framework. Keep Hexometer 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 Hexometer.
The practical details behind the request, access and result.
What does the Hexometer MCP do for my website?
It connects your Hexometer account to your AI client so you can check uptime, speed, and SEO health using natural language.
Can I use Hexometer MCP to check for broken links?
Yes, you can ask your agent to find 404 errors on any property so you can fix dead links before users find them.
How does Hexometer MCP help with mobile performance?
You can ask the agent to run a mobile speed test on any URL to see how it performs on phones and identify heavy assets.
Can I see my site's security status with Hexometer MCP?
Yes, it retrieves your SSL certificate expiry and general security health so you can stay on top of your site's safety.
Does Hexometer MCP support multiple websites?
It lets you list all properties in your account and check the health of each one individually.
Can I use Hexometer MCP to audit my SEO?
You can run on-demand SEO scans to check meta tags, headers, and other on-page elements for any URL.
How do I find my Hexometer API Key?
Log in to Hexometer, select a property from your dashboard, navigate to Settings, and you will find your unique API Key listed in the API section.
Can I trigger a performance check for any URL?
Yes! The check_speed_desktop, check_speed_mobile, and run_seo_audit capabilities allow you to provide any URL. Hexometer will perform a real-time analysis and return the results.
Does the integration detect broken links?
Yes, you can use the check_broken_links capability with a property ID to retrieve a list of all detected 404 errors and dead links identified by Hexometer's automated scans.
Is the integration secure for monitoring data?
Absolutely. The integration uses official Hexometer API keys over HTTPS. Your credentials are encrypted and stored securely within the Vinkius Cloud infrastructure.
One connection away
Give your agent a direct line to Hexometer.
Connect Hexometer once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available