# Services from defi-intel-agent-gateway.gg-neo15.workers.dev on Zero

> defi-intel-agent-gateway.gg-neo15.workers.dev serves 38 paid API services for AI agents, indexed by Zero. Each is callable per call with payment handled by Zero.

Canonical page: https://www.zero.xyz/host/defi-intel-agent-gateway.gg-neo15.workers.dev
Live health (JSON, refreshed every minute): https://www.zero.xyz/host/defi-intel-agent-gateway.gg-neo15.workers.dev/health.json

## Services

- [SMTP Domain Deliverability Validator](https://www.zero.xyz/c/smtp-domain-deliverability-validator-811c4951/llms.txt): $0.003/call via x402. Validates an email domain's deliverability by performing an SMTP handshake (without sending any email) and returning MX records, server greetings, and a deliverability verdict.
- [SEC Filing Risk Factor & MD&A Diff](https://www.zero.xyz/c/sec-filing-risk-factor-md-a-diff-f16d28c5/llms.txt): $0.05/call via x402. Compares a company's latest vs. previous SEC 10-K or 10-Q filing, returning changed passages in Risk Factors and MD&A sections.
- [DeFi Intel Agent Gateway – Clean SERP Proxy](https://www.zero.xyz/c/defi-intel-agent-gateway-clean-serp-proxy-7515effc/llms.txt): $0.003/call via x402. Returns the top 10 organic search results (title, URL, snippet) for a query, stripped of tracking pixels and JavaScript
- [DeFi Intel Wallet Smart-Money Tracker](https://www.zero.xyz/c/defi-intel-wallet-smart-money-tracker-63b14895/llms.txt): $0.02/call via x402. Profiles a Base-chain wallet's on-chain activity, scores it as 'smart money', and returns top holdings and ROI metrics.
- [DeFi Intel Agent Gateway – JSON Repair](https://www.zero.xyz/c/defi-intel-agent-gateway-json-repair-67d4c114/llms.txt): $0.001/call via x402. Repairs malformed JSON output from LLMs using deterministic Zod-validated cleanup, returning valid structured JSON for $0.001 USDC per call via x402.
- [DeFi Intel Agent Gateway – Regex & Cron Validator](https://www.zero.xyz/c/defi-intel-agent-gateway-regex-cron-validator-18bd9904/llms.txt): $0.001/call via x402. Validates a regex pattern and a cron expression, returning validity, a match example, and the next 5 scheduled fire times.
- [DeFi Intel Agent Gateway – HTML Table Extractor](https://www.zero.xyz/c/defi-intel-agent-gateway-html-table-extractor-29236f28/llms.txt): $0.002/call via x402. Fetches a web page via GET and returns only its HTML tables as typed, structured JSON, stripping all markup, ads, and surrounding content.
- [DeFi Intel Agent Gateway – Semantic Text Chunker](https://www.zero.xyz/c/defi-intel-agent-gateway-semantic-text-chunker-e96f61e3/llms.txt): $0.0015/call via x402. Splits long text into paragraph- or sentence-level chunks that fit within a token budget, returning each chunk with character and token counts — no external API calls, fully deterministic.
- [DNS Security Audit](https://www.zero.xyz/c/dns-security-audit-a16ae0ce/llms.txt): $0.002/call via x402. Audits a domain's DNS security posture — SPF, DKIM, DMARC, DNSSEC, and TLS — returning a compact JSON report with a risk score
- [DeFi Intel Agent Gateway – Viewport Screenshot (WebP)](https://www.zero.xyz/c/defi-intel-agent-gateway-viewport-screenshot-webp-079d6441/llms.txt): $0.006/call via x402. Captures a URL's viewport as a base64-encoded WebP image at a configurable size, suitable for visual inspection of web pages without login or streaming requirements.
- [DeFi Intel Agent Gateway – Redirect Chain Tracer](https://www.zero.xyz/c/defi-intel-agent-gateway-redirect-chain-tracer-09a2fd2a/llms.txt): $0.0015/call via x402. Traces the full HTTP redirect chain (301/302/307) for a given URL, returning each hop, final status code, and cookies set along the way.
- [Base L2 Gas Price Oracle](https://www.zero.xyz/c/base-l2-gas-price-oracle-31c2bfd4/llms.txt): $0.001/call via x402. Returns current Base L2 gas prices (fast/standard/slow tiers) in wei and gwei, cached every 10 seconds from the public Base RPC.
- [DeFi Intel EVM Contract Decompile & AI Risk Audit](https://www.zero.xyz/c/defi-intel-evm-contract-decompile-ai-risk-audit-2b630408/llms.txt): $0.08/call via x402. Decompiles EVM smart contract bytecode into a human-readable opcode listing and returns an AI-generated risk assessment flagging dangerous patterns.
- [DeFi Intel OFAC/PEP Sanctions Screening](https://www.zero.xyz/c/defi-intel-ofac-pep-sanctions-screening-782fd2ad/llms.txt): $0.015/call via x402. Screens a wallet address or legal name against the OFAC SDN list and returns MATCH or NO_MATCH with matched entries
- [DeFi Intel EVM Rugcheck Security Scanner](https://www.zero.xyz/c/defi-intel-evm-rugcheck-security-scanner-39ef52b0/llms.txt): $0.025/call via x402. Scans an EVM token for honeypot, mint/freeze, and liquidity-lock red flags before a swap, returning a 0-100 risk score
- [DeFi Intel Agent Gateway — Pending Liquidations](https://www.zero.xyz/c/defi-intel-agent-gateway-pending-liquidations-82e328d8/llms.txt): $0.04/call via x402. Returns positions on Aave and Morpho with health factor below 1.05 that are at risk of or eligible for liquidation, including collateral and borrow details.
- [DeFi Intel Agent Gateway – Edge OCR (LLaVA Vision)](https://www.zero.xyz/c/defi-intel-agent-gateway-edge-ocr-llava-vision-23fb98c7/llms.txt): $0.004/call via x402. Extracts text from an image using Workers AI's LLaVA vision model, returning the recognized text and processing timing.
- [DeFi Intel Agent Gateway – Farcaster Sentiment Spike Detector](https://www.zero.xyz/c/defi-intel-agent-gateway-farcaster-sentiment-spike-detector-9fa0d114/llms.txt): $0.008/call via x402. Detects sentiment spikes for a given token/ticker on Farcaster in the last 24 hours, returning mention counts and delta versus a baseline
- [DeFi Intel Agent Gateway – SQL AST Validator](https://www.zero.xyz/c/defi-intel-agent-gateway-sql-ast-validator-5d370b03/llms.txt): $0.002/call via x402. Validates a SQL statement and scores it for injection and performance risk without executing it, returning a normalized AST summary
- [DeFi Intel Agent Gateway – PDF to Table JSON](https://www.zero.xyz/c/defi-intel-agent-gateway-pdf-to-table-json-ef7cb98e/llms.txt): $0.015/call via x402. Extracts text lines from an uploaded PDF and reconstructs table rows as typed, structured JSON
- [DeFi Intel Agent Gateway – ToS/Privacy Policy Silent Change Diff](https://www.zero.xyz/c/defi-intel-agent-gateway-tos-privacy-policy-silent-change-diff-cddad512/llms.txt): $0.025/call via x402. Compares the current Terms of Service or Privacy Policy at a given URL against the last-known version, returning changed sections and a severity hint.
- [DeFi Intel Agent Gateway – Stablecoin Supply](https://www.zero.xyz/c/defi-intel-agent-gateway-stablecoin-supply-5c35da76/llms.txt): $0.02/call via x402. Returns real-time stablecoin supply data across Ethereum mainnet
- [DeFi Intel Agent Gateway – Clean Markdown Extractor](https://www.zero.xyz/c/defi-intel-agent-gateway-clean-markdown-extractor-874a812c/llms.txt): $0.0025/call via x402. Fetches any URL and returns clean, LLM-ready Markdown by stripping ads, paywalls, and bot walls
- [DeFi Intel Agent Gateway — Pre-Swap Simulation](https://www.zero.xyz/c/defi-intel-agent-gateway-pre-swap-simulation-414b5cff/llms.txt): $0.03/call via x402. Simulates a DEX token swap to report price impact, fees, and expected output, returning a go/no-go recommendation without executing the trade.
- [DeFi Intel Agent Gateway – Token Counter & Trimmer](https://www.zero.xyz/c/defi-intel-agent-gateway-token-counter-trimmer-6cbcbb71/llms.txt): $0.001/call via x402. Counts tokens in text (tiktoken-style) and trims text to a specified token budget, returning exact counts and truncated output.
- [Prompt Shield Sanitize](https://www.zero.xyz/c/prompt-shield-sanitize-b2c16330/llms.txt): $0.003/call via x402. Strips prompt-injection vectors and invisible characters from untrusted text before it is forwarded to an LLM
- [VIES European VAT Number Validator](https://www.zero.xyz/c/vies-european-vat-number-validator-20bf97b8/llms.txt): $0.025/call via x402. Validates a European VAT number against the official EU VIES registry, returning its validity status plus the registered business name and address.
- [Whisper Edge Audio Transcription](https://www.zero.xyz/c/whisper-edge-audio-transcription-e7518cba/llms.txt): $0.005/call via x402. Transcribes short audio clips (up to 60 seconds) using Workers AI Whisper, returning verbatim text and segment-level timestamps.
- [DeFi Intel Financial Paywall Reader](https://www.zero.xyz/c/defi-intel-financial-paywall-reader-9c3d9a38/llms.txt): $0.015/call via x402. Fetches and returns the visible text of a soft-paywalled financial news article as clean, structured content including headline, body, author, and date.
- [DeFi Intel Agent Gateway – Multi-Liquidity Depth](https://www.zero.xyz/c/defi-intel-agent-gateway-multi-liquidity-depth-aebf333e/llms.txt): $0.015/call via x402. Aggregates liquidity depth for a token across Base DEXs (Aerodrome, Uniswap), returning top pools, TVL, and current price in compact JSON.
- [DeFi Intel Agent Gateway – WASM Python Sandbox](https://www.zero.xyz/c/defi-intel-agent-gateway-wasm-python-sandbox-4f491a1d/llms.txt): $0.005/call via x402. Execute a safe Python expression in an edge WASM sandbox and return stdout, the result value, and execution duration in milliseconds
- [DeFi Intel Agent Gateway – Job Posting Tech Stack Detector](https://www.zero.xyz/c/defi-intel-agent-gateway-job-posting-tech-stack-detector-13f8a2c4/llms.txt): $0.015/call via x402. Detects a company's tech stack and hiring velocity by analyzing its public job postings on Greenhouse or Lever
- [DeFi Intel Agent Gateway - Protocol Health Metrics](https://www.zero.xyz/c/defi-intel-agent-gateway-protocol-health-metrics-2d3d7dc2/llms.txt): $0.05/call via x402. Returns real-time health metrics for a DeFi protocol including TVL, interest rates, and reserve data by protocol ID
- [DeFi Intel Agent Gateway – Unified Git Diff & Patch Generator](https://www.zero.xyz/c/defi-intel-agent-gateway-unified-git-diff-patch-generator-654083c5/llms.txt): $0.002/call via x402. Generates a unified git-style diff and applyable patch between two text strings using deterministic LCS, returning hunks with context lines.
- [DeFi Intel Agent Gateway – Tech Stack Fingerprint](https://www.zero.xyz/c/defi-intel-agent-gateway-tech-stack-fingerprint-c8d02c25/llms.txt): $0.01/call via x402. Identifies a website's CMS, CDN, framework, analytics, and hosting by analyzing HTTP headers and DNS, returning a confidence-scored fingerprint.
- [Language & Tone Detector](https://www.zero.xyz/c/language-tone-detector-7dc2ad6a/llms.txt): $0.001/call via x402. Detects language, formality register, and tone of a text snippet, returning ISO 639-1 language code and confidence scores using deterministic heuristics and wordlists.
- [DeFi Intel Agent Gateway – Research Claim Verifier](https://www.zero.xyz/c/defi-intel-agent-gateway-research-claim-verifier-1e9dd196/llms.txt): $0.1/call via x402. Verifies a research claim against available evidence, returning a structured assessment of claim accuracy
- [DeFi Intel Telegram Alpha Digest](https://www.zero.xyz/c/defi-intel-telegram-alpha-digest-d9fc92af/llms.txt): $0.035/call via x402. Scans a pasted Telegram channel export for a specified token ticker and returns a digest of mentions, sentiment, and links

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

- [Zero catalog index](https://www.zero.xyz/llms.txt)
