Skip to main content
ClaudeWave

Open-source client tools for PulseFeed — trust & safety layer for x402 agent payments. Verify an x402 endpoint before you pay. Guard SDK, MCP server, Vercel AI SDK + LangChain tools.

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · pulsefeed-x402-mcp
Claude Code CLI
claude mcp add pulsefeed-x402 -- npx -y pulsefeed-x402-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "pulsefeed-x402": {
      "command": "npx",
      "args": ["-y", "pulsefeed-x402-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# PulseFeed — open-source x402 client tools

[![pulsefeed-x402 MCP server](https://glama.ai/mcp/servers/Nikolife2016/pulsefeed-x402/badges/score.svg)](https://glama.ai/mcp/servers/Nikolife2016/pulsefeed-x402)

Client-side, MIT-licensed tools for **[PulseFeed](https://pulsefeed.dev)** — the independent **trust & safety layer for the x402 agent-payment economy**.

Before an AI agent pays an x402 endpoint, it should know whether that endpoint is safe to pay — **~70% of x402 endpoints are dead, invalid, or scams**, and only about half of what catalogs call "healthy" actually work. PulseFeed independently probes every x402 service, scans for scams (payTo hijack, bait-and-switch, honeypot), verifies the receiver on-chain, and publishes an open Trust Score.

This repo holds the **open-source client packages**. They talk to PulseFeed's public API (free `/verify`, live `/status`, paid `/trust`). The crawler, scoring engine, and dataset are the service itself at [pulsefeed.dev](https://pulsefeed.dev).

## Packages

| Package | What it does | Install |
|---|---|---|
| [`pulsefeed-x402-ai-tools`](./ai-tools) | Drop-in tools for the **Vercel AI SDK** and **LangChain**: verify an x402 endpoint before your agent pays + discover working services | `npm i pulsefeed-x402-ai-tools` |
| [`pulsefeed-x402-guard`](./sdk) | Wrap your paying `fetch` — every payment is verified first; dead/scam endpoints are blocked automatically (zero deps) | `npm i pulsefeed-x402-guard` |
| [`pulsefeed-x402-mcp`](./mcp) | MCP server: gives Claude Desktop / Cursor / Cline tools to find live x402 services and verify endpoints before paying | `npx -y pulsefeed-x402-mcp` |

## Quick example

```ts
import { verifyX402Endpoint } from "pulsefeed-x402-ai-tools";

const v = await verifyX402Endpoint("https://api.some-x402-service.com/data");
if (v.verdict === "avoid") throw new Error("don't pay this endpoint");
```

## MCP config

```json
{ "mcpServers": { "pulsefeed": { "command": "npx", "args": ["-y", "pulsefeed-x402-mcp"] } } }
```

## MCP server safety

Beyond x402, PulseFeed applies the same independent-audit playbook to the **MCP server ecosystem** — because a bad MCP server can run arbitrary code on your machine the moment you install it, and most people connect one without ever checking.

- 🔎 **[MCP Observatory](https://pulsefeed.dev/mcp)** — independent safety audit of the MCP server ecosystem (install-script / code-execution risk, abandonment, provenance, license, liveness)
- 📊 **[State of MCP Security](https://pulsefeed.dev/mcp-report)** — daily report. Right now **~10% of ~800 audited MCP servers run an install script** (arbitrary code at `npm i`), and dozens ship no repo to review. (Install scripts aren't always malicious — native builds use them — but each is an unreviewed code-execution vector.)
- ✅ Check any server free: `GET https://pulsefeed.dev/mcp/verify?package=<npm-name>` — verdict + flags before you connect it

## Security Disclosures & Data API

- 🚨 **[Security Disclosures](https://pulsefeed.dev/incidents)** — a live feed of real threats caught in the x402 economy (receiver hijacks, bait-and-switch pricing, honeypots, unverified receivers), each with **on-chain proof** you can verify yourself. Machine feed: [`/incidents.json`](https://pulsefeed.dev/incidents.json) · [RSS](https://pulsefeed.dev/incidents.rss)
- 📦 **[Data API](https://pulsefeed.dev/data)** — the wholesale trust backbone for agentic commerce: every x402 service’s moat profile + every audited MCP server + ecosystem aggregates + live incidents in **one call** ($1 over x402). Free preview + full schema: [`/data.json`](https://pulsefeed.dev/data.json)

## Links

- 🌐 Live observatory: **[pulsefeed.dev/status](https://pulsefeed.dev/status)** — the live state of x402
- 🧩 [MCP Observatory](https://pulsefeed.dev/mcp) · [State of MCP Security](https://pulsefeed.dev/mcp-report) — is that MCP server safe to install?
- 📊 [State of x402 report](https://pulsefeed.dev/reports) · [Trust Score standard](https://pulsefeed.dev/trust-score) · [Change feed](https://pulsefeed.dev/changes)
- 🚨 [Security Disclosures](https://pulsefeed.dev/incidents) ([RSS](https://pulsefeed.dev/incidents.rss)) · 📦 [Data API](https://pulsefeed.dev/data) — cross-domain trust dataset in one call
- 📖 [Methodology](https://pulsefeed.dev/methodology) · [OpenAPI](https://pulsefeed.dev/openapi.json) · [llms.txt](https://pulsefeed.dev/llms.txt)

MIT © PulseFeed
agent-paymentsagentic-commerceagentic-paymentsai-agentsbasecryptolangchainmcpmcp-servermicropaymentsmodel-context-protocolpaymentssecuritythreat-intelligencetrusttrust-scoreusdcvercel-ai-sdkverificationx402

What people ask about pulsefeed-x402

What is Nikolife2016/pulsefeed-x402?

+

Nikolife2016/pulsefeed-x402 is mcp servers for the Claude AI ecosystem. Open-source client tools for PulseFeed — trust & safety layer for x402 agent payments. Verify an x402 endpoint before you pay. Guard SDK, MCP server, Vercel AI SDK + LangChain tools. It has 0 GitHub stars and was last updated today.

How do I install pulsefeed-x402?

+

You can install pulsefeed-x402 by cloning the repository (https://github.com/Nikolife2016/pulsefeed-x402) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Nikolife2016/pulsefeed-x402 safe to use?

+

Nikolife2016/pulsefeed-x402 has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains Nikolife2016/pulsefeed-x402?

+

Nikolife2016/pulsefeed-x402 is maintained by Nikolife2016. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to pulsefeed-x402?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy pulsefeed-x402 to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Nikolife2016/pulsefeed-x402
[![Featured on ClaudeWave](https://claudewave.com/api/badge/nikolife2016-pulsefeed-x402)](https://claudewave.com/repo/nikolife2016-pulsefeed-x402)
<a href="https://claudewave.com/repo/nikolife2016-pulsefeed-x402"><img src="https://claudewave.com/api/badge/nikolife2016-pulsefeed-x402" alt="Featured on ClaudeWave: Nikolife2016/pulsefeed-x402" width="320" height="64" /></a>

More MCP Servers

pulsefeed-x402 alternatives