@metricspot/mcp-server
OfficialAllows retrieval of 28-day organic traffic data from Google Analytics 4 and Google Search Console (if linked to MetricSpot).
Provides SEO and AI-readability audit tools that can be used by Perplexity.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@metricspot/mcp-serverrun an anonymous audit on example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@metricspot/mcp-server
Model Context Protocol server for MetricSpot. Exposes 6 SEO + AI-readability audit tools to AI agents (Claude, ChatGPT, Gemini, Perplexity, Cursor, Zed, OpenClaw, custom bots).
Hosted Streamable HTTP endpoint:
https://mcp.metricspot.com/mcpLocal stdio binary:
npx @metricspot/mcp-serverAgent guide: https://metricspot.com/AGENTS.md
Tools
Tool | Auth | Description |
| none | One-shot audit, 1/IP/24h, no Core Web Vitals |
| Bearer key | Full audit with PSI, returns |
| Bearer key | Fetch audit + findings by id |
| Bearer key | List the user's recent audits (max 100) |
| Bearer key | Signed URL for the branded PDF report |
| Bearer key | 28-day GA4 + GSC snapshot (if Google linked) |
Related MCP server: SiteAudit MCP
Local install (stdio)
Claude Code (~/.claude/mcp.json):
{
"mcpServers": {
"metricspot": {
"command": "npx",
"args": ["-y", "@metricspot/mcp-server"],
"env": {
"MCP_API_KEY": "ms_live_xxx"
}
}
}
}Cursor (~/.cursor/mcp.json) and Zed use the same shape.
Omit MCP_API_KEY to only use run_audit_anonymous.
Hosted (Streamable HTTP)
POST https://mcp.metricspot.com/mcp
Authorization: Bearer ms_live_xxx
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}Env vars
Var | Default | Purpose |
|
| HTTP listen port |
|
| MetricSpot app API base (the |
| falls back to | Used to build |
| — | Service-to-service secret forwarded as |
| — | (stdio only) User API key, sent as |
Develop
bun install
bun run typecheck
bun test
bun run dev # Streamable HTTP on :3000
bun run dev:stdio # stdio loop (send JSON-RPC on stdin)Deploy
Multi-stage Dockerfile produces a Bun runtime image. Independent Dokku app on the same Hetzner droplet as app/ and web/.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MetricSpot/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server