pulsefeed-x402-mcp
PulseFeed โ open-source x402 client tools
Client-side, MIT-licensed tools for PulseFeed โ 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.
Packages
Package | What it does | Install |
Drop-in tools for the Vercel AI SDK and LangChain: verify an x402 endpoint before your agent pays + discover working services |
| |
Wrap your paying |
| |
MCP server: gives Claude Desktop / Cursor / Cline tools to find live x402 services and verify endpoints before paying |
|
Related MCP server: revettr
Quick example
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
{ "mcpServers": { "pulsefeed": { "command": "npx", "args": ["-y", "pulsefeed-x402-mcp"] } } }Links
๐ Live observatory: pulsefeed.dev/status โ the live state of x402
๐ State of x402 report ยท Trust Score standard ยท Change feed
๐ Methodology ยท OpenAPI ยท llms.txt
MIT ยฉ PulseFeed
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nikolife2016/pulsefeed-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server