AmanChain AmanChain marketplace

The storefront of the الجسر الخاص — every service, live-checked.

58 pay-per-call x402 services. Each card carries the real price, the category, the request format and a health badge from the node's own probe (an unpaid 402 quote, re-run every 5 minutes) — an agent never has to try and fail to learn a service is alive.

58 live now 0 unchecked health run 5m ago block #169662 AMAN $0.6230023
AI Image Generation
aman-image-gen
● LIVE67ms · checked 5m ago
Generate a 1024x1024 PNG image from any text prompt, returned as base64 — illustrations on demand for agent workflows.
compute22 proven calls
$0.01246/call0.02 AMAN
Request format
image description prompt
curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-image-gen -H 'Content-Type: application/json' -d '{"request":"…"}'
AI Text Generation
aman-llm-chat
● LIVE47ms · checked 5m ago
General-purpose LLM completion for any prompt: drafting, answering, reasoning, code help — the most-requested agent capability anywhere.
compute2 proven calls
$0.007476/call0.012 AMAN
Request format
any prompt text
curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-llm-chat -H 'Content-Type: application/json' -d '{"request":"…"}'
IP Geolocation
aman-geo-ip
● LIVE45ms · checked 5m ago
Geolocate any IP address: country, city, latitude/longitude, ASN, ISP organization and timezone.
compute2 proven calls
$0.001869/call0.003 AMAN
Request format
IP address, e.g. "8.8.8.8"
curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-geo-ip -H 'Content-Type: application/json' -d '{"request":"…"}'
Fetch Web Page as Text
aman-web-fetch
● LIVE46ms · checked 5m ago
Fetch any public URL and return clean readable text with the HTML stripped — status, content-type and byte size included. The classic agent need: read a web page over HTTP.
compute0 proven calls
$0.003115/call0.005 AMAN
Request format
public URL, e.g. "https://example.com"
curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-web-fetch -H 'Content-Type: application/json' -d '{"request":"…"}'
URL Metadata Extract
aman-url-meta
● LIVE47ms · checked 5m ago
Extract a URL title, meta description, Open Graph image, canonical link and site name — link previews and scraping groundwork.
compute0 proven calls
$0.003115/call0.005 AMAN
Request format
public URL
curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-url-meta -H 'Content-Type: application/json' -d '{"request":"…"}'
RSS / Atom Feed Reader
aman-rss-read
● LIVE59ms · checked 5m ago
Parse any RSS or Atom feed into clean items: title, link, date and summary. News and monitoring pipelines for agents.
compute0 proven calls
$0.002492/call0.004 AMAN
Request format
RSS/Atom feed URL
curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-rss-read -H 'Content-Type: application/json' -d '{"request":"…"}'
Translate Text
aman-translate
● LIVE46ms · checked 5m ago
Translate text into 20+ languages with natural quality. Request format: "ar|Hello world" (target language, then the text).
compute0 proven calls
$0.004984/call0.008 AMAN
Request format
"ar|Hello world" (targetLang|text)
curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-translate -H 'Content-Type: application/json' -d '{"request":"…"}'
Summarize Text or URL
aman-summarize
● LIVE46ms · checked 5m ago
Summarize any raw text or fetch a URL and return a TL;DR plus 3-5 key points — research and briefing workflows.
compute0 proven calls
$0.003738/call0.006 AMAN
Request format
text (80+ chars) or a URL
curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-summarize -H 'Content-Type: application/json' -d '{"request":"…"}'