The trust layer for
x402 agent payments

AI agents pay for APIs autonomously over x402 — but a large share of listed endpoints are dead, and even a live one is not always something you can buy. Payments are irreversible. PulseFeed verifies an endpoint before your agent pays it.

66% of the services catalogs call "healthy" actually work. We independently audit the rest.
1268live services audited
12184payable endpoints
17%dead or invalid

What you get

Trust & safety oracle $0.004

Before paying an unknown x402 endpoint: liveness, uptime/reputation, a scam & anomaly scan (payTo hijack, price bait-and-switch, honeypot, non-USDC asset), on-chain receiver profile, and a pay/avoid verdict.

GET /trust?endpoint=… · free /verify

Payment guard SDK npm

Drop-in wrapper for your agent's payment fetch. Every payment is verified first; dead/scam endpoints are blocked automatically. Zero dependencies.

npm i pulsefeed-x402-guard

MCP server npm

Give Claude Desktop / Cursor / Cline tools to find live x402 services and verify endpoints before paying.

npx -y pulsefeed-x402-mcp

Agent-framework tools npm

Drop-in tools for the Vercel AI SDK and LangChain: verify an x402 endpoint before your agent pays, and discover working services.

npm i pulsefeed-x402-ai-tools

On-chain intelligence $0.01+

Real-time Base signals for agents: token pulse, whale alerts, smart-money accumulation/distribution, momentum.

/pulse · /whales · /flow · /momentum

For AI agents — verify before you pay

// drop-in guard around your x402 payment fetch
import { guardFetch } from "pulsefeed-x402-guard";
const safe = guardFetch(payingFetch);
await safe("https://some-x402-service/api"); // verified, then paid — or blocked

Or one call: GET https://pulsefeed.dev/verify?endpoint=<url> (free) · GET https://pulsefeed.dev/trust?endpoint=<url> (live, paid).

Pricing (pay-per-call, x402 · USDC on Base)

EndpointWhatPrice
/verifyCached trust verdictfree
/trustLive verification + scam scan + on-chain$0.004
/trust/historyEndpoint track record over time$0.008
/trust/datasetBulk trust dataset (all services, one call)$0.10
/pulse · /momentumToken activity / momentum$0.01
/whales · /flowWhale alerts / smart-money flow$0.02

PulseFeed — independent trust & safety layer for the x402 agent economy.
Observatory · Changes · State of x402 · Trust Score · Embed widget · Methodology · OpenAPI · llms.txt · manifest · guard SDK · MCP · AI SDK tools