SitePulsar is agent-infrastructure for the agent-native web. Its hosted MCP server lets AI agents and developers run Agent Experience Optimization (AEO) audits: a single Agent Readiness Score across three pillars — FIND (can AI answer engines and registries discover you), READ (can agents parse your content, schema, and rendered DOM), and USE (can autonomous agents act — MCP tools, OAuth, idempotency, agentic-commerce manifests) — plus prioritized, machine-actionable fixes.
13 tools: check_agent_readiness, run_audit, get_audit, get_audit_detail, get_audit_full, compare_aeo, get_fixes, search_companies, probe_agent_discovery, probe_mcp_functional, probe_ucp_readiness, scan_visibility, scan_product_page. Most read tools are free; run_audit and scan_visibility are metered (Pro/Business).
Endpoint (streamable-http): https://mcp.sitepulsar.ai/mcp — anonymous discovery (initialize / tools/list), OAuth or Bearer API key for tool calls. Docs: https://www.sitepulsar.ai/llms.txt
Server Config
{
"mcpServers": {
"sitepulsar": {
"url": "https://mcp.sitepulsar.ai/mcp"
}
}
}