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)
- Open Settings → Connectors → Add custom connector.
- 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)
- Run the command below in your terminal.
- 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
- Open Cursor Settings → MCP → Add new server (or edit ~/.cursor/mcp.json).
- Add the entry below, then sign in when Cursor prompts.
Config entry
{
"mcpServers": {
"sitepulsar": {
"url": "https://sitepulsar-mcp.vercel.app/mcp"
}
}
}Cline
- Open Cline's MCP Servers panel → Configure → add a remote server.
- 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>.