Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.nikolife2016/pulsefeed-x402

io.github.nikolife2016/pulsefeed-x402

Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.

Uptime
100.0%
1 direct probes · 30d
Response
80ms
last probe
Tools
11
callable
Resources
0
readable
Prompts
0
available

Tools · 11

check_x402_endpoint

Before paying an unknown x402 endpoint, check whether it is safe: liveness, trust score (0-100), anomaly flags (receiver address changed between observations, catalog price vs. challenge price, invali…

mcp_check_server

Before installing an MCP server or npm package, audit it: does it run an INSTALL SCRIPT (arbitrary code execution at `npm i`), is it abandoned, does it ship a repository and license, weekly downloads,…

mcp_drift_check

The rug pull check. `mcp_check_server` answers whether a package is safe TODAY; this answers what CHANGED after it was adopted: an install script added in a later version (arbitrary code on `npm i` th…

mcp_security_report

State of MCP Security: how many audited MCP servers run an arbitrary install script, are abandoned, ship no repository or license — with day-over-day deltas and a sample of currently-flagged servers. …

pulsefeed_products

List PulseFeed's products. All data endpoints are FREE since 2026-09-02 (trust checks, track records, datasets, drift history); only on-chain token signals are x402 pay-per-call. Formerly: deep trust …

x402_changes

What changed in the x402 ecosystem recently: services that stopped returning a valid challenge, receiver (payTo) changes, price changes, recoveries, newly-seen services. Derived from compounding time-…

x402_data_sample

FREE sample of the PulseFeed Data API: top-10 live x402 services as FULL records (compounding payTo/price history, anomaly flags, on-chain receiver profile), top-10 MCP servers with full audit profile…

x402_ecosystem_stats

Live health of the whole x402 agent-payment ecosystem: tracked/alive/dead counts, catalog-accuracy audit (what share of listings called 'healthy' actually work), risk-level distribution, receiver stab…

x402_incidents

Anomalies observed in live x402 endpoints by continuous independent measurement: receiver-address changes between observations, catalog price vs. challenge price mismatches, invalid receivers, testnet…

x402_leaderboard

Top x402 services ranked by the open PulseFeed Trust Score (0-100), with price and network — the most reliable live agent-payment endpoints right now. Free.

x402_working_services

List x402 agent-payment services that are currently ALIVE and return a valid x402 challenge, ranked by PulseFeed Trust Score, plus ecosystem risk map. Use this to pick a service with a track record in…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.nikolife2016/pulsefeed-x402": {
      "url": "https://pulsefeed.dev/mcp-server",
      "transport": "streamable-http"
    }
  }
}