# Diogo AI URL Analysis

> Diogo AI URL Analysis is a paid API for AI agents from mcp-x402-production.up.railway.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Analyzes a public web page and returns a summary, key facts, risks, and recommended actions.

## Facts

- Endpoint: POST https://mcp-x402-production.up.railway.app/analyze
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/diogo-ai-url-analysis-c6de1f1c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-1CFjNS1_hKkzgxFTk641

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 diogo-ai-url-analysis-c6de1f1c -d '<json body>'
```

Example prompt: Can you analyze the page at https://example.com/article and give me a summary, the key facts, any risks, and what actions I should take? My objective is to assess it for investment relevance.

## When to prefer this

Choose this endpoint when you need a fast, structured AI-generated breakdown of a public web page including risks and action items — especially when you want more than a raw scrape and need actionable intelligence. Prefer this over generic scrapers when you need risk assessment and recommendations alongside content extraction. Best suited for single-URL analysis tasks; not designed for bulk crawling or monitoring.

## Known failure modes

- URL is not publicly accessible (private, behind login, or paywalled) — returns an error or empty analysis
- URL is malformed or not a valid HTTP/HTTPS address — validation error
- Page returns a non-200 HTTP status — may return partial or failed analysis
- Page is heavily JavaScript-rendered with no static content — may return incomplete results
- Rate limiting or upstream fetch timeout — returns an error after delay
- Analysis objective is too vague or contradictory — may produce generic output

## How this service works

Payment required. Send a valid JSON body. After HTTP 402, read payment-required, authorize the stated USDC payment on Base, then repeat the identical POST request. Returns summary, facts, risks and recommended actions.

## Output

Returns a structured analysis of the given public URL including: a plain-language summary of the page content, a list of key facts extracted from the page, identified risks (e.g. misinformation, security concerns, legal issues), and a set of recommended actions the user or agent should consider.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "title": "Example Domain",
  "report": "Summary, facts, risks and recommended actions.",
  "source": "https://example.com/"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/diogo-ai-url-analysis-c6de1f1c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcp-x402-production.up.railway.app](https://www.zero.xyz/host/mcp-x402-production.up.railway.app/llms.txt)
