x402 Protocol — Pay per call, no API keys

Real data for
AI agents

53 REST endpoints. 10 free, 43 paid. JS-rendered URL extraction. Micropayments in USDC — no subscriptions, no API keys, no signups. The data layer the agent economy needs.

Try it now — it's free Read Docs

Try it live

Pick an endpoint. See real data. No signup required.

Click an endpoint above to see real data...

How it works

Three steps. No API keys. No accounts.

1

Pick an endpoint

53 endpoints across weather, finance, products, news, and more. 10 are completely free.

2

Send a request

Standard REST API. No authentication for free endpoints. Paid endpoints accept USDC via x402.

3

Get real data

Sourced data with timestamps and confidence scores. Every response includes metadata.

53
Endpoints
15+
Data sources
<500ms
Avg response
12
Categories

Start in seconds

Free endpoints — no payment required. Paid endpoints — send USDC/USDT via x402.

Free Paid MCP
# Free — no payment required
curl https://engedi.digi-life17.workers.dev/api/weather?location=London

# Returns real-time weather data with source attribution
{
  "success": true,
  "data": { "temp": 18.2, "condition": "Partly cloudy", ... },
  "_meta": { "source": "open-meteo", "confidence": 0.95 }
}

Everything agents need

53 endpoints across 12 categories. Real data, not hallucinations.

x402 Micropayments

Pay per API call in USDC or USDT. No subscriptions, no API keys. Just sign a transaction and go.

🤖

Agent-Native

MCP server, OpenAPI spec, llms.txt. Built for autonomous agents that discover and call APIs on their own.

📄

JS-Rendered Extraction

Extract any URL with Cloudflare Browser Run. CSS selector targeting, waitFor dynamic content, PDF parsing, JSON-LD extraction, heading chunking, token counts. GET /api/extract — $0.001

📊

Products & Real Estate

477 products from Target and Walmart. Real estate listings across 30 US cities. Prices and availability updated daily.

🌍

Global Coverage

Weather for any location. Geocoding, timezone, holiday data for 100+ countries. GeoIP with ISP detection.

📰

News & Content

Real-time news from 15+ RSS feeds, Hacker News, article extraction, fact checking, and AI content detection.

💰

Financial Data

Real-time crypto prices via Kraken, stock quotes, exchange rates, job listings from The Muse API.

📸

Web Intelligence

Live screenshots, page change detection, structured data extraction, URL safety scanning, and metadata parsing.

🔍

Search & Discovery

News search, Wikipedia, Urban Dictionary, book lookup, course search from Coursera. All with structured output.

Transparent pricing

Pay only for what you use. No minimums, no surprises.

Free
$0 /call
No payment required
  • Current Weather
  • News Headlines
  • Hacker News Top Stories
  • Stock Quotes
  • Crypto Prices (18 coins)
  • Movies (OMDB)
  • GeoIP & Country Info
  • Translation Languages
$0.001 /call
Domain-check, extract, url-safety, joke, catfact, detect-language
  • Domain & DNS Check
  • URL Extraction (Markdown)
  • URL Safety Scan
  • Random Jokes & Cat Facts
  • Language Detection
  • Software License Check
$0.003 – $0.01/call
Reader, change-detect, ai-detect, screenshots, metadata, news-search, earth-quakes, stock-news
  • URL Reader (headless text)
  • Change Detection
  • AI Content Detection
  • Live Screenshots
  • URL Metadata
  • News Search & Earthquakes
$0.05 – $0.10/call
Products, courses, real estate, flights, hotels, jobs
  • Product Search (Target/Walmart)
  • Course Search (Coursera)
  • Real Estate Listings
  • Flight Search
  • Hotel Search
  • Job Listings

Why Engedi

EngediTraditional APIsBuild Your Own
Authenticationx402 micropaymentAPI keys + OAuthOAuth + credentials
Pricing$0.001-0.10/call$50-500/month$200-2000/mo infra
Data FreshnessUpdated dailyVariesVaries
Rate Limits1000 req/minVaries by tierUnlimited (self-hosted)
Agent-NativeMCP + OpenAPIREST onlyBuild from scratch
MaintenanceZeroVendor managedYou maintain

One line to connect

Add Engedi to any MCP-compatible agent in seconds.

// Add to your MCP client config
{
  "mcpServers": {
    "engedi": {
      "url": "https://engedi.digi-life17.workers.dev/.well-known/mcp.json"
    }
  }
}