x402 Protocol — Pay per call, no API keys

Real data for
AI agents

93 REST endpoints. 27 free, 66 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
Published on npm · Listed in MCP Registry · Available on Glama · On Smithery

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

93 endpoints across weather, finance, products, news, and more. 27 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.

93
Endpoints
20+
Data sources
<2s
Avg response
14
Categories

Start in seconds

Free endpoints work immediately. Paid endpoints use x402 — send USDC, get data.

curl python node

Everything agents need

93 endpoints across 14 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

Product prices with ratings and availability. Real estate listings with property details. Cached and updated regularly.

🌍

Global Coverage

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

📰

News & Content

Real-time news from major outlets, Hacker News, article extraction, fact checking, and AI content detection.

💰

Financial Data

Real-time crypto prices, stock quotes, exchange rates, and job listings across multiple markets.

📸

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
27 free endpoints — no payment required
  • Current Weather
  • News Headlines
  • Hacker News Top Stories
  • Stock & Crypto Prices
  • Movies (OMDB)
  • GeoIP & Country Info
  • Portfolio/Stock/Crypto Calculators
  • Dev Tools (hash, uuid, base64, QR, timestamp)
$0.001 /call
31 micro endpoints — lightweight lookups
  • Domain Check & URL Safety
  • URL Extraction (markdown)
  • SEO Audit & Page Speed
  • AI Content Detection
  • Jokes, Cat Facts, Books
  • Fact Check, License Check, News Search
$0.002 /call
35 endpoints — scraped data & compute-heavy
  • Product Search (Target/Walmart)
  • Course Search (Coursera)
  • Real Estate Listings
  • Flight & Hotel Search
  • Live Screenshots
  • AI-Powered Stock/Crypto/News Analysis

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"
    }
  }
}