{"name":"world.agentindex/x402","slug":"agentindex-x402","title":"AgentIndex x402","description":"Pay-per-call web search, translation and research jobs for AI agents. USDC on Base, no account.","url":"https://mcp.market/server/agentindex-x402","rating":null,"grade":"C","score":56,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":5,"ok":5,"last_checked_at":"2026-09-20T19:10:52.107Z","last_ok_at":"2026-09-20T19:10:52.107Z","latency_ms":131},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://x402.agentindex.world/openapi.json","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://x402.agentindex.world/mcp/"}],"packages":[],"tools":[{"name":"agent_health","description":"Fresh operational audit of any public agent or paid API: reachability, latency, HTTP status, x402 challenge, price/network/payTo, OpenAPI, agent card and MCP manifest. Returns a 0-100 score, verdict and issues. Try GET /agent-health/sample.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string"},"method":{"default":"GET","type":"string"}},"required":["url"],"additionalProperties":false}},{"name":"can_pay","description":"Check whether a Base wallet holds enough USDC to pay an x402 amount (default $0.001). Returns balance, can_pay, shortfall. The checklist agents run before spending. Try GET /can-pay/sample.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string"},"amount":{"default":0.001,"type":"number"}},"required":["address"],"additionalProperties":false}},{"name":"crypto","description":"Live spot prices for crypto coins (BTC, ETH, SOL, ...) in USD or another fiat, with 24h change. Accepts tickers or CoinGecko ids. Try GET /crypto/sample.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"coins":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}]},"vs_currency":{"default":"usd","type":"string"}},"required":["coins"],"additionalProperties":false}},{"name":"extract_structured","description":"Extract structured data from a URL or raw text into strict JSON matching a schema you provide. Fields the content doesn't support come back null - never an invented or approximate value, and an unmatchable schema returns an explicit error. Try GET /extract/sample. Part of the AgentIndex content kit (pdf, web-read, extract, summarize, detect-language) - see GET /capabilities.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"schema":{"additionalProperties":true,"type":"object"},"url":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"text":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null}},"required":["schema"],"additionalProperties":false}},{"name":"fact_check","description":"Check a claim against live web sources - a verdict, a confidence level, and the sources that support or contradict it, each with its URL and stance. Returns 'inconclusive' rather than a guess when the sources don't clearly settle it. Try GET /fact-check/sample. Part of the AgentIndex content kit (pdf, web-read, extract, summarize, detect-language) - see GET /capabilities.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"claim":{"type":"string"}},"required":["claim"],"additionalProperties":false}},{"name":"gas_price","description":"Read the live gas price, EIP-1559 base fee and estimated native-transfer cost on Base, Ethereum, Polygon, Arbitrum or Optimism. No RPC key or account. Try GET /gas-price/sample.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"network":{"default":"base","type":"string"}},"additionalProperties":false}},{"name":"jobs","description":"Multi-query web research, read and synthesized into one sourced JSON brief in a single call - what would otherwise cost an agent twenty calls and its whole context window. Free status polling and result retrieval. Try GET /jobs/sample.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"subject":{"type":"string"}},"required":["subject"],"additionalProperties":false}},{"name":"news","description":"Top Hacker News headlines right now - title, URL, score, comments. Fresh links for agents that need current tech/startup signal. Try GET /news/sample.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"default":10,"type":"integer"}},"additionalProperties":false}},{"name":"probe","description":"Probe any public URL and report if it is an x402 paywall - price, network, payTo, scheme. Shop paywalls before you spend. Try GET /probe/sample.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string"},"method":{"default":"GET","type":"string"}},"required":["url"],"additionalProperties":false}},{"name":"read_pdf","description":"Extract a public PDF (by HTTPS URL or base64) into clean markdown text, plus title/author/page count/date metadata and a real token count. Deterministic text extraction, no model involved. Try GET /pdf/sample. Part of the AgentIndex content kit (pdf, web-read, extract, summarize, detect-language) - see GET /capabilities.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"pdf_base64":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null}},"additionalProperties":false}},{"name":"read_web_page","description":"Fetch a URL and return its main article as clean markdown - navigation, ads and boilerplate stripped, links resolved, plus a real token count. The same extraction /search uses on result pages, exposed standalone for a URL you already have. Try GET /web-read/sample. Part of the AgentIndex content kit (pdf, web-read, extract, summarize, detect-language) - see GET /capabilities.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"],"additionalProperties":false}},{"name":"search","description":"Real-time web search and content retrieval - up to 10 results with title, URL, snippet and publish date, plus clean full-page Markdown for the top 3 results by default and an optional short summary. Also accepts up to 5 queries in one call, merged and de-duplicated - one call instead of five. No account, no API key, no quota. Try GET /search/sample. Part of the AgentIndex content kit (pdf, web-read, extract, summarize, detect-language) - see GET /capabilities.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}]},"max_results":{"default":5,"type":"integer"},"extract":{"default":true,"type":"boolean"},"include_content":{"default":true,"type":"boolean"},"content_results":{"default":3,"type":"integer"},"content_chars":{"default":12000,"type":"integer"},"summarize":{"default":false,"type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"summarize","description":"Summarize a URL, raw text or HTML at the length you request - short, medium or long - with the source noted. Neutral and factual, no invented facts. Try GET /summarize/sample. Part of the AgentIndex content kit (pdf, web-read, extract, summarize, detect-language) - see GET /capabilities.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"text":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"html":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"length":{"default":"medium","type":"string"}},"additionalProperties":false}},{"name":"translate","description":"Translate up to 200 text segments in a single call - the same result that would otherwise take 200 separate calls to translate a whole file. Markdown, HTML and {x} placeholders preserved per segment, order and count kept intact, source language auto-detected, automatic fallback across multiple models for uptime, providers that train on submitted prompts excluded. A single string also works. No account, no API key. Try GET /translate/sample.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}]},"target_lang":{"type":"string"},"source_lang":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"preserve_format":{"default":true,"type":"boolean"}},"required":["text","target_lang"],"additionalProperties":false}},{"name":"wallet_balance","description":"Read native coin and USDC balances for any EVM wallet on Base, Ethereum, Polygon, Arbitrum or Optimism, with atomic amounts and current block. No RPC key or account. Try GET /wallet-balance/sample.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string"},"network":{"default":"base","type":"string"}},"required":["address"],"additionalProperties":false}},{"name":"wallet_intelligence","description":"One call replaces wallet-balance and gas reads across Base, Ethereum, Polygon, Arbitrum and Optimism. Returns native and USDC balances, current blocks, fees and Base x402 payment readiness. One signature instead of ten paid requests. Try GET /wallet-intelligence/sample.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string"},"networks":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null},"amount_usdc":{"default":0.001,"type":"number"}},"required":["address"],"additionalProperties":false}},{"name":"weather","description":"Current weather and a 3-day forecast for any city or lat/lon - temperature, humidity, wind, conditions. No account, no API key. Try GET /weather/sample.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"lat":{"anyOf":[{"type":"number"},{"type":"null"}],"default":null},"lon":{"anyOf":[{"type":"number"},{"type":"null"}],"default":null}},"additionalProperties":false}},{"name":"x402_echo","description":"Cheapest possible Base-mainnet x402 conformance call: settle exactly one atomic unit of USDC ($0.000001) and receive payer identity, request echo and receipt. Built for agents testing wallets, Payment-Signature, facilitators and settlement. Try GET /x402-echo/sample.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"message":{"default":"hello agent","type":"string"}},"additionalProperties":false}}],"scan":{"score":56,"grade":"C","scanned_at":"2026-09-20T11:38:40.259Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T11:38:40.155Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2046ms"]},"poisoning":{"score":15,"max":15,"notes":["18 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://x402.agentindex.world/mcp/","reachable":true,"authRequired":false,"latencyMs":2046,"serverInfo":{"name":"AgentIndex x402","version":"4.0.3"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://x402.agentindex.world/favicon.ico","source":"site","width":32,"height":32},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}