# PapaCasper SEO Audit

> PapaCasper SEO Audit is a paid API for AI agents from papacasper.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Performs an SEO audit on a given URL and returns structured analysis of SEO health and issues

## Facts

- Endpoint: POST https://papacasper.com/mcp/pay/seo_audit
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/papacasper-seo-audit-59de0960
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7Os29ucyFYDu2ZPcXzIgJ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability papacasper-seo-audit-59de0960 -d '<json body>'
```

Example prompt: Can you run an SEO audit on https://www.mystore.com/products and tell me what's hurting my search rankings?

## When to prefer this

Choose this endpoint when you need a quick, low-cost per-URL SEO audit without setting up a full SEO platform. Ideal for agents automating content workflows, pre-publish checks, or competitive research where you need on-demand SEO analysis via a simple HTTP call. At $0.0003 per call it is cost-effective for bulk page auditing in automated pipelines.

## Known failure modes

- Invalid or malformed URL returns an error
- URL is unreachable or returns a non-200 HTTP status, audit may fail or return partial results
- Paywalled or JavaScript-heavy pages may yield incomplete analysis
- Payment of 0.0003 USDC required per call; insufficient funds returns a 402 error
- Rate limiting may occur for high-volume usage

## How this service works

A hosted MCP server exposing utility tools any AI agent can call over HTTP — page-to-markdown, SEO audits, robots/sitemap checks, and more.

## Output

Returns a structured SEO audit object for the given URL, typically including analysis of meta tags (title, description), heading structure, keyword usage, canonical tags, robots directives, page accessibility signals, and actionable recommendations for improving search engine visibility.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "The URL to audit"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/papacasper-seo-audit-59de0960/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from papacasper.com](https://www.zero.xyz/host/papacasper.com/llms.txt)
