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

payflowagent-mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

payflowagent-mcp

MCP server for PayFlowAgent — free & pay-per-call (x402/USDC): nad.fun, DeFi yields, web enrich, Base trust.

latest
Source
npmnpm
Version
0.1.7
Version published
Maintainers
1
Created
Source

PayFlowAgent MCP

MCP-Server (stdio) fuer Cursor, Claude Desktop und eigene Agenten. Ruft die PayFlowAgent-Suite ab; bezahlte Tools loesen x402-Zahlungen (USDC auf Base) aus.

MCP Registry: io.github.Coinlooter/mcp · npm: payflowagent-mcp@0.1.7

Suite-Katalog: https://payflowagent.net/catalog.json

Updates: Bluesky · Telegram

Tools — nad.fun

ToolKostenBeschreibung
score_tokenkostenlosScore, RiskLevel, Action (+ Upsell)
decide_tokenx402Voller Entscheidungs-Report
token_summaryx402Graduation + Momentum
screen_tokensx402Gerankte Token-Liste

Tools — Datafeed

ToolKostenBeschreibung
sample_yieldskostenlosTop-Pools + Opportunity-Vorschau
yield_opportunitiesx402Gerankte Yield-Chancen mit Score & reasons

Tools — Enrich

ToolKostenBeschreibung
sample_enrichkostenlosSample-Suchform + Upsell (keine Upstream-Keys)
web_searchx402Live Google-SERP (Serper)
scrape_urlx402URL → Markdown/Text (Firecrawl)

Tools — Trust

ToolKostenBeschreibung
check_wallet_litekostenlosVerdict + Score fuer Base-Adresse
check_walletx402Reasons + canPay (USDC/ETH)

Env

VariablePflichtBeschreibung
PAYFLOWAGENT_API_BASEneinnad.fun API (Default https://nad.payflowagent.net)
PAYFLOWAGENT_DATAFEED_BASEneinDatafeed API (Default https://data.payflowagent.net)
PAYFLOWAGENT_ENRICH_BASEneinEnrich API (Default https://enrich.payflowagent.net)
PAYFLOWAGENT_TRUST_BASEneinTrust API (Default https://trust.payflowagent.net)
X402_BUYER_PRIVATE_KEYnein*Zahler-Wallet fuer bezahlte Tools
X402_BUYER_RPCneinZahlungs-RPC (Default Base Mainnet)

* Ohne Private Key funktionieren nur kostenlose Tools (score_token, sample_yields, sample_enrich, check_wallet_lite).

Cursor / Claude (Copy-Paste)

{
  "mcpServers": {
    "payflowagent": {
      "command": "npx",
      "args": ["-y", "payflowagent-mcp"],
      "env": {
        "PAYFLOWAGENT_API_BASE": "https://nad.payflowagent.net",
        "PAYFLOWAGENT_DATAFEED_BASE": "https://data.payflowagent.net",
        "PAYFLOWAGENT_ENRICH_BASE": "https://enrich.payflowagent.net",
        "PAYFLOWAGENT_TRUST_BASE": "https://trust.payflowagent.net"
      }
    }
  }
}

Mit Zahlungen: X402_BUYER_PRIVATE_KEY in env ergaenzen (dedizierte Wallet mit USDC auf Base).

Entwicklung (im Monorepo)

pnpm --filter payflowagent-mcp typecheck
pnpm --filter payflowagent-mcp build

Veroeffentlichung (npm / MCP Registry)

Nur aus diesem Ordner (apps/mcp/), nicht aus dem Monorepo-Root:

cd apps/mcp
pnpm build
npm publish
mcp-publisher login github   # falls JWT abgelaufen
mcp-publisher publish

Keywords

mcp

FAQs

Package last updated on 29 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