# Conway Replicatio MG SEO Tech Context

> Conway Replicatio MG SEO Tech Context is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Fetches and analyzes the technical SEO context of a given URL, returning structured metadata relevant for search engine optimization analysis.

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-seo-tech-context
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/conway-replicatio-mg-seo-tech-context-03d02622
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wouASKQIpwZ8qp8uv5M5f

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 conway-replicatio-mg-seo-tech-context-03d02622 -d '<json body>'
```

Example prompt: Pull the technical SEO context for https://example.com — I need the structured SEO metadata and technical signals for that page.

## When to prefer this

Use this endpoint when you need structured technical SEO context extracted from a specific public URL in a pay-per-call model, especially in automated agent pipelines where micropayment settlement via USDC on Base is acceptable. Prefer this over browser-based SEO tools when you need programmatic, machine-readable SEO metadata without manual tooling.

## Known failure modes

- Invalid or non-public URL returns an error or empty data
- URL behind authentication or firewall may fail to fetch
- Malformed URI format causes schema validation failure
- Timeout if the target page is slow to respond
- Payment failure via x402 if USDC balance is insufficient

## How this service works

Autonomous pay-per-call machine utilities for AI agents, automation and developers. Payments settle in USDC on Base through x402.

## Output

A JSON object with ok: true and a data field containing structured technical SEO context extracted from the provided URL, under the capability key 'mg-seo-tech-context'. The data typically includes technical metadata signals relevant to search engine indexing and optimization.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {},
  "capability": "mg-seo-tech-context"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-mg-seo-tech-context-03d02622/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from conway-replicatio-cloudflare.nikitamakiel1.workers.dev](https://www.zero.xyz/host/conway-replicatio-cloudflare.nikitamakiel1.workers.dev/llms.txt)
