Back to home
Model Context Protocol

Connect SitePulsar to your AI agent

SitePulsar runs a hosted MCP server — no install, no npm package. Add the URL below to your agent and it can run live agent-readiness audits, pull AEO scores across FIND / READ / USE, and read the prioritized fix plan, all from inside the chat. OAuth handles sign-in.

MCP server URL

https://sitepulsar-mcp.vercel.app/mcp

Claude (web & desktop)

  1. Open Settings → Connectors → Add custom connector.
  2. Paste the SitePulsar MCP server URL and sign in — OAuth handles auth, no API key needed.

Custom connector URL

https://sitepulsar-mcp.vercel.app/mcp

Claude Code (CLI)

  1. Run the command below in your terminal.
  2. Claude Code completes the OAuth sign-in the first time a tool is called.

Terminal command

claude mcp add --transport http sitepulsar https://sitepulsar-mcp.vercel.app/mcp

Cursor

  1. Open Cursor Settings → MCP → Add new server (or edit ~/.cursor/mcp.json).
  2. Add the entry below, then sign in when Cursor prompts.

Config entry

{
  "mcpServers": {
    "sitepulsar": {
      "url": "https://sitepulsar-mcp.vercel.app/mcp"
    }
  }
}

Cline

  1. Open Cline's MCP Servers panel → Configure → add a remote server.
  2. Add the entry below and authenticate when prompted.

Config entry

{
  "mcpServers": {
    "sitepulsar": {
      "url": "https://sitepulsar-mcp.vercel.app/mcp"
    }
  }
}

Headless & programmatic clients

Non-interactive clients can skip OAuth and send a Bearer API key minted in your dashboard (Pro or Business plan): Authorization: Bearer <mcp_api_key>.

Mint an API key →
Available tools (llms.txt)Or run an audit in the browser →