Server data from the Official MCP Registry
Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.
Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
11 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-nikolife2016-pulsefeed-x402": {
"args": [
"-y",
"pulsefeed-x402-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
| 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 |
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");
{ "mcpServers": { "pulsefeed": { "command": "npx", "args": ["-y", "pulsefeed-x402-mcp"] } } }
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.
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.)GET https://pulsefeed.dev/mcp/verify?package=<npm-name> — verdict + flags before you connect it/incidents.json · RSS/data.jsonMIT © PulseFeed
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.