MCP Server & API Keys

Connect PingAura to Claude, Cursor, VS Code, and other AI clients. Access your visibility data, audits, and articles directly from your AI assistant.

We shipped the PingAura MCP Server — a remote Model Context Protocol endpoint that lets AI assistants like Claude, Cursor, and VS Code Copilot query your account data directly.

Highlights

  • Query domains, visibility scores, site audits, articles, and pages from any MCP-compatible AI client.
  • Works with Claude Code, Claude Desktop, Cursor, VS Code, Windsurf, and Amazon Q.
  • Authenticated via API keys — generated and managed from your team settings.
  • All data is scoped to your team account with full isolation.

What's included

  • 12 MCP Tools: list-domains, get-visibility-summary, get-audit-issues, list-articles, and more.
  • API Key Management: Create, revoke, and track API keys from your dashboard. Keys use prefix-based lookup with peppered SHA-256 hashing.
  • Multi-Client Support: Copy-paste configs for Claude Code, Claude Desktop, Cursor, VS Code, Windsurf, and Amazon Q.

How teams use it

  • Ask your AI assistant to summarize visibility trends without switching to the dashboard.
  • Pull audit issues into your coding workflow and fix them in context.
  • Review generated article content and metadata directly in your editor.
  • Build custom automations that query PingAura data programmatically.

Get started

claude mcp add pingaura --transport http https://www.pingaura.ai/api/mcp \
  --header "Authorization: Key YOUR_API_KEY"

See the full documentation for setup instructions across all supported clients.