🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

pulsefeed-x402-mcp

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pulsefeed-x402-mcp

MCP server for the x402 agent-payment ecosystem: find working x402 services, verify endpoints before paying, and access PulseFeed real-time Base on-chain intelligence.

latest
Source
npmnpm
Version
1.0.6
Version published
Weekly downloads
22
450%
Maintainers
1
Weekly downloads
 
Created
Source

pulsefeed-x402-mcp

MCP server for the x402 agent-payment ecosystem. Gives AI agents (Claude Desktop, Cursor, Cline, Windsurf, VS Code) tools to navigate x402:

  • x402_working_services — list x402 services that are actually alive (≈85% are dead/invalid).
  • check_x402_endpoint — verify an endpoint returns a valid x402 challenge before paying it.
  • pulsefeed_products — PulseFeed's paid on-chain intelligence products (Base token pulse, whale alerts, smart-money flow, momentum, trust oracle).

Backed by PulseFeed.

Use in Claude Desktop / Cursor / Cline

{
  "mcpServers": {
    "pulsefeed-x402": {
      "command": "npx",
      "args": ["-y", "pulsefeed-x402-mcp"]
    }
  }
}

Local run

npm install
npm run start      # tsx dev run
# or build + run:
npm run build && node dist/index.js

Config: PULSEFEED_URL env overrides the backend base URL.

Publish (maintainer)

npm run build && npm publish --access public

Keywords

mcp

FAQs

Package last updated on 31 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts