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.
claude mcp add pulsefeed-x402 -- npx -y pulsefeed-x402-mcp{
"mcpServers": {
"pulsefeed-x402": {
"command": "npx",
"args": ["-y", "pulsefeed-x402-mcp"]
}
}
}MCP Servers overview
# PulseFeed — open-source x402 client tools
[](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
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.
[](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
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!