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"]
}
}
}Resumen de MCP Servers
# 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
Lo que la gente pregunta sobre pulsefeed-x402
¿Qué es Nikolife2016/pulsefeed-x402?
+
Nikolife2016/pulsefeed-x402 es mcp servers para el ecosistema de Claude AI. 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. Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala pulsefeed-x402?
+
Puedes instalar pulsefeed-x402 clonando el repositorio (https://github.com/Nikolife2016/pulsefeed-x402) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar Nikolife2016/pulsefeed-x402?
+
Nikolife2016/pulsefeed-x402 aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene Nikolife2016/pulsefeed-x402?
+
Nikolife2016/pulsefeed-x402 es mantenido por Nikolife2016. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a pulsefeed-x402?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega pulsefeed-x402 en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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!