Pay-Per-Call API · USDC on Base · x402 Protocol

Intelligence endpoints
for AI agents

Eight bundled intelligence endpoints. Each one stacks 7–9 premium data sources into a single scored JSON response. Pay $0.10–$0.15 per call with USDC on Base via the x402 protocol — no API keys, no subscriptions, no contracts.

View Endpoints → Listed on x402 Bazaar

Overview

One call. Seven sources. Scored output.

Alderpost bundles premium data sources — including VirusTotal, People Data Labs, Hunter.io, AbuseIPDB, Qualys SSL Labs, NIH RxNorm, FDA OpenFDA, US Census Bureau, ESPN, The Odds API, and OpenWeather — into single API calls. Every endpoint returns scored JSON with findings and recommendations.

One call to Alderpost replaces 5–8 individual API lookups. Example: /api/domain-shield checks SPF, DKIM, DMARC, SSL, MX, DNSSEC, WHOIS, and VirusTotal malware (70+ engines) in a single $0.12 request.

Listed on the x402 Bazaar. Any x402-compatible agent can discover and call these endpoints automatically.

8
Endpoints
$0.10
Starting Price
11+
Premium APIs
<500ms
Response Time

Endpoints

Eight bundles, eight problems solved

Every endpoint accepts a single input (domain, company name, IP, address, team name, drug name) and returns unified JSON with a score, risk level, detailed findings, and recommendations.

/api/domain-shield
Domain Shield
SPF, DKIM, DMARC, SSL, MX, DNSSEC + VirusTotal malware scan (70+ engines). 8 checks scored 0–100.
Powered by VirusTotal + SSL Labs
$0.12 / call
/api/company-xray
Company X-Ray
Tech stack, infrastructure, social presence + industry, employee count, revenue, founded year, HQ location. 9 data sources.
Powered by People Data Labs + Hunter.io
$0.15 / call
/api/threat-pulse
Threat Pulse
Blacklists, open ports, SSL + VirusTotal malware detection + AbuseIPDB abuse reports. 9 sources, threat scored.
Powered by VirusTotal + AbuseIPDB
$0.10 / call
/api/compliance-check
Compliance Check
Email auth, OWASP headers, cookies, privacy, hosting + Qualys SSL Labs grade (A+ to F). 9 checks letter-graded.
Powered by Qualys SSL Labs
$0.15 / call
/api/prospect-iq
Prospect IQ
Web presence, tech stack, social signals + verified email contacts with names and positions. Sales scored.
Powered by People Data Labs + Hunter.io
$0.12 / call
/api/sports-edge
Sports Edge
ESPN standings, betting odds from 15+ bookmakers, game-day weather, and AI-generated analysis.
Powered by ESPN + The Odds API + Claude AI
$0.12 / call
/api/property-intel
Property Intel
Amenities, schools, elevation + Census demographics (income, population, home values) + weather. 7 sources.
Powered by US Census Bureau + OpenWeather
$0.10 / call
/api/health-signal
Health Signal
FDA drug labels, adverse events, recalls + drug interaction checking with severity ratings. Risk scored.
Powered by NIH RxNorm + FDA OpenFDA
$0.10 / call

How It Works

x402 makes pay-per-call simple

The x402 protocol uses the HTTP 402 "Payment Required" response to handle micropayments natively. Your agent gets a payment challenge, pays in USDC on Base, retries the request, gets the data. No accounts, no API keys.

Agent calls endpoint

Standard GET request to /api/domain-shield?domain=example.com

Server returns 402

Payment challenge with price ($0.10–$0.15), wallet, and chain (Base).

Agent pays USDC

Agent settles on-chain via the x402 protocol and retries with payment header.

Data returned

Scored JSON with findings and recommendations. Sub-500ms response time.

# Example: 402 challenge response
HTTP/1.1 402 Payment Required
Content-Type: application/json

{
  "price": "0.12",
  "asset": "USDC",
  "chain": "eip155:8453",
  "payTo": "0x1b49dD50Cb9D524e061aaa8c0d4341AC4086Eb6c",
  "resource": "https://www.alderpost.co/api/domain-shield"
}

Install

Three ways to integrate

Use the MCP server, call endpoints directly, or discover via the x402 Bazaar.

Claude Desktop / Cursor

Add the Alderpost MCP server to your config and call endpoints as tools from any MCP-compatible client.

{
  "mcpServers": {
    "alderpost": {
      "command": "npx",
      "args": ["-y", "alderpost-mcp"]
    }
  }
}
View on npm →

Direct HTTP + x402

Any x402-compatible client can call endpoints. Get a 402, pay, retry. Use the x402-buyer-mcp for discovery.

# Discover and pay in one step
npx -y x402-buyer-mcp

# Or call directly
curl https://www.alderpost.co/api/
  domain-shield?domain=stripe.com
x402-buyer-mcp →

x402 Bazaar Discovery

Alderpost endpoints are indexed on x402scan, x402scout, and Decixa. Agents using the x402 Bazaar discover and call them automatically.

# Discoverable via
x402scan.com
x402scout.com
decixa.com

# MCP discovery
github.com/8randonpickart5/
  alderpost-mcp
x402scan →