Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Nikolife2016/pulsefeed-x402

REMOTE · PULSEFEED.DEV · 2 COMPONENTS · SCANNED AUG 3

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

72 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability75
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 791 tokens (~79/item across 10 items; 10 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management13
  • Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · pulsefeed.dev

# add to Claude Code
claude mcp add --transport http nikolife2016-pulsefeed-x402 https://pulsefeed.dev/mcp-server
# ~/.codex/config.toml
[mcp_servers.nikolife2016-pulsefeed-x402]
url = "https://pulsefeed.dev/mcp-server"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nikolife2016-pulsefeed-x402": {
      "type": "remote",
      "url": "https://pulsefeed.dev/mcp-server",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add nikolife2016-pulsefeed-x402 --url https://pulsefeed.dev/mcp-server --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  nikolife2016-pulsefeed-x402:
    url: "https://pulsefeed.dev/mcp-server"
// mcp.json
{
  "mcpServers": {
    "nikolife2016-pulsefeed-x402": {
      "type": "http",
      "url": "https://pulsefeed.dev/mcp-server"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 +1
    • Stability: unverified → 0.03 functional
  • 30 Jul 26 67

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://pulsefeed.dev/mcp-server

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=pulsefeed.dev CN=YE1,O=Let's Encrypt,C=US 6 Jul 2026 4 Oct 2026 ECDSA 256 ECDSA-SHA384 5b5c65510ffd2cb1622908199d9c25f8264
SANs: pulsefeed.dev
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd
DNSSEC insecure

Validation of pulsefeed.dev. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
dev. present 60074 8 Verified
pulsefeed.dev. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://pulsefeed.dev/mcp-server Verified 200
http (plaintext) http://pulsefeed.dev/mcp-server HTTPS enforced 308 https://pulsefeed.dev/mcp-server
MCP tools — 10 exposed · ~739 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
check_x402_endpoint ~115

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, invalid receiver, testnet listed as production, scheme outside the x402 spec), receiver stability and observation-count-qualified uptime — with a pay/avoid verdict. Reads the challenge from both the response body and the v2 PAYMENT-REQUIRED header. Free.

NameTypeReqDescription
urlstringyesThe x402 endpoint URL to verify

No output schema declared.

No examples provided.

mcp_check_server ~99

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, provenance — with a safe/caution/avoid verdict. ~11% of audited MCP servers run install scripts. Free.

NameTypeReqDescription
packagestringyesnpm package name of the MCP server, e.g. @scope/name

No output schema declared.

No examples provided.

mcp_security_report ~62

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. From a daily audit of ~950 servers. Free.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pulsefeed_products ~60

List PulseFeed's paid products and how to pay via x402 (USDC on Base): deep trust check, endpoint track record, bulk trust dataset, and the cross-domain Data API. Includes the client-side spend-cap gotcha for x402-fetch.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

x402_changes ~74

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-series that cannot be reconstructed after the fact. Free.

NameTypeReqDescription
daysnumberWindow in days (default 7)

No output schema declared.

No examples provided.

x402_data_sample ~62

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, and 3 live incidents.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

x402_ecosystem_stats ~60

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 stability and on-chain receiver profiles. Free.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

x402_incidents ~98

Anomalies observed in live x402 endpoints by continuous independent measurement: receiver-address changes between observations, catalog price vs. challenge price mismatches, invalid receivers, testnet endpoints listed as production, payment schemes outside the x402 spec — EACH WITH AN ON-CHAIN REFERENCE on Base. Measurements, not accusations of intent. Check before paying anything. Free.

NameTypeReqDescription
daysnumberLook-back window in days (default 30)

No output schema declared.

No examples provided.

x402_leaderboard ~45

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

x402_working_services ~64

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 instead of paying an endpoint you have not checked. Free.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.