ai-agent-hub

"Pay-per-call micro-APIs for AI agents: web queries, storage, and 8 utility services (CSV conversion, UUID generation, QR codes, etc.), billed via x402 USDC."

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Run Query: Fetch a URL and extract structured data, paying in USDC via x402 (production networks). mode "fetch" (default) returns title/description/text; "links" returns outbound links; "images" retur
  • Extract Links: Convenience wrapper around run_query with mode="links" — fetches a URL and returns every outbound link, resolved to absolute URLs and deduped. Same price and payment flow as run_query.
  • Download File: Pay in USDC via x402 to download a file previously stored via POST /api/storage/upload. Call without paymentHeader first to receive the price + payment requirements.

What data it sees

Do you need an account

No: the server works without sign-in

"Pay-per-call micro-APIs for AI agents: web queries, storage, and 8 utility services (CSV conversion, UUID generation, QR codes, etc.), billed via x402 USDC."

Server tool list (19)

Raw names from tools/list. Only developers need these.

run_queryFetch a URL and extract structured data, paying in USDC via x402 (production networks). mode "fetch" (default) returns title/description/text; "links" returns outbound links; "images" returns image sources + alt text; "metadata" returns all meta tags + response headers. Call without paymentHeader first to receive the price + payment requirements; retry with paymentHeader set to a signed X-PAYMENT value to get the result.
extract_linksConvenience wrapper around run_query with mode="links" — fetches a URL and returns every outbound link, resolved to absolute URLs and deduped. Same price and payment flow as run_query.
download_filePay in USDC via x402 to download a file previously stored via POST /api/storage/upload. Call without paymentHeader first to receive the price + payment requirements.
upload_fileStore a small text payload as a file, paying in USDC via x402. For binary uploads, use the REST endpoint directly instead of this tool.
get_ad_impressionPay a fraction of a cent in USDC via x402 to retrieve an ad payload for a given adId.
list_adsFree — list currently active ads available for paid impressions.
register_agentFree — register to get an agentId used for attribution on paid calls.
list_agentsFree — list the most recently registered agents.
get_agentFree — look up a single registered agent by id.
extract_imagesConvenience wrapper around run_query with mode="images" — fetches a URL and returns every image source (resolved to absolute URLs) with alt text, deduped. Same price and payment flow as run_query.
get_metadataConvenience wrapper around run_query with mode="metadata" — fetches a URL and returns all meta tags (Open Graph, Twitter Card, standard) plus a few response headers. Same price and payment flow as run_query.
call_csv_to_jsonCSV to JSON converter — a third-party service registered on this platform, paid via x402 (flat $0.10 per call, production networks). Call without paymentHeader first to receive the price + payment requirements; retry with paymentHeader set to a signed X-PAYMENT value to get the result.
call_email_validatorEmail syntax/DNS validation — a third-party service registered on this platform, paid via x402 (flat $0.10 per call, production networks). Call without paymentHeader first to receive the price + payment requirements; retry with paymentHeader set to a signed X-PAYMENT value to get the result.
call_json_diff_apiJSON semantic diff — a third-party service registered on this platform, paid via x402 (flat $0.10 per call, production networks). Call without paymentHeader first to receive the price + payment requirements; retry with paymentHeader set to a signed X-PAYMENT value to get the result.
call_meta_tag_checkerMeta tag audit — a third-party service registered on this platform, paid via x402 (flat $0.10 per call, production networks). Call without paymentHeader first to receive the price + payment requirements; retry with paymentHeader set to a signed X-PAYMENT value to get the result.
call_qr_batchGenerate QR codes for a batch of text/URL items — a third-party service registered on this platform, paid via x402 (flat $0.10 per call, production networks). Call without paymentHeader first to receive the price + payment requirements; retry with paymentHeader set to a signed X-PAYMENT value to get the result.
call_text_to_slugText to URL-safe slug — a third-party service registered on this platform, paid via x402 (flat $0.10 per call, production networks). Call without paymentHeader first to receive the price + payment requirements; retry with paymentHeader set to a signed X-PAYMENT value to get the result.
call_uuid_genUUID generator — a third-party service registered on this platform, paid via x402 (flat $0.10 per call, production networks). Call without paymentHeader first to receive the price + payment requirements; retry with paymentHeader set to a signed X-PAYMENT value to get the result.
call_webhook_echoWebhook debug echo — a third-party service registered on this platform, paid via x402 (flat $0.10 per call, production networks). Call without paymentHeader first to receive the price + payment requirements; retry with paymentHeader set to a signed X-PAYMENT value to get the result.