pulsefeed-x402-mcp

pulsefeed-x402-mcp

Before an AI agent pays an x402 endpoint, checks whether it's safe to pay: liveness, scam/anomaly scan (payTo hijack, bait-and-switch, honeypot), and on-chain receiver verification. ~70% of x402 endpoints are dead or scams.

Category
Visit Server

README

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
pulsefeed-x402-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 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 server: gives Claude Desktop / Cursor / Cline tools to find live x402 services and verify endpoints before paying npx -y pulsefeed-x402-mcp

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

MIT ยฉ PulseFeed

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured