⚡ Agent Token Stripper API

Zero-UI Machine-to-Machine Infrastructure | x402 Protocol Ready

● System Active
PAYMENT PROTOCOL
x402 / HTTP 402
MCP DISCOVERY
Enabled (v1)
SETTLEMENT NETWORK
Base / USDC

🤖 Automated Agent Endpoints

GET/api/v1/extract?url=https://example.com

Main extraction route. Returns raw text stripped of scripts, styles, and bloat tags.


GET/.well-known/mcp.json

Model Context Protocol (MCP) auto-registration schema for crawler discovery.

Agent Request Flow (Programmatic Usage)

// Step 1: Agent queries without payment
GET /api/v1/extract?url=https://example.com
Response: HTTP 402 Payment Required
Headers: X-Payment-Protocol: x402/v2

// Step 2: Agent auto-signs transaction & retries
GET /api/v1/extract?url=https://example.com
Header: PAYMENT-SIGNATURE: <signed_usdc_payload>
Response: HTTP 200 OK + Clean Compressed Text