The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Payflowagent MCP listing page.
Pay-per-call APIs for autonomous AI agents. USDC via x402, no signup.
MCP registry name: io.github.Coinlooter/mcp
payflowagent-mcp@0.1.3This repository contains the open-source integration pieces:
| Path | What |
|---|---|
/ (root) | payflowagent-mcp — MCP server for Cursor, Claude Desktop, and custom agents. |
examples/screen-bot/ | Reference polling bot: finds high-score nad.fun tokens every few minutes. |
The scoring APIs run on PayFlowAgent infrastructure; this repo is the client surface so agents and developers can integrate in one step.
| Tool | Price | Description |
|---|---|---|
score_token | free | 0–100 score, riskLevel, action (rate-limited). |
decide_token | x402 | Full report: factors, graduation, momentum. |
token_summary | x402 | Graduation progress + momentum (cheap entry). |
screen_tokens | x402 | Ranked list of pre-scored fresh tokens. |
| Tool | Price | Description |
|---|---|---|
sample_yields | free | Top yield pools + 3-item opportunity preview (score + reasons). |
yield_opportunities | x402 | Ranked yield picks with risk score & explainable reasons. |
~/.cursor/mcp.json (or project .cursor/mcp.json):
Same config as Cursor (Settings → Developer → MCP Servers).
Without X402_BUYER_PRIVATE_KEY only free tools work (score_token, sample_yields).
Use a dedicated payer wallet (Base, USDC) — never your main wallet.
| Variable | Default | Purpose |
|---|---|---|
PAYFLOWAGENT_API_BASE | https://nad.payflowagent.net | nad.fun API base URL. |
PAYFLOWAGENT_DATAFEED_BASE | https://data.payflowagent.net | Datafeed API base URL. |
X402_BUYER_PRIVATE_KEY | — | Payer wallet key (Base, USDC). Enables paid tools. |
X402_BUYER_RPC | https://mainnet.base.org | Payment RPC (optional). |
After npm publish, list in the official registry:
Manifest: server.json (io.github.Coinlooter/mcp).
See examples/screen-bot — polls /v1/screen every few
minutes, de-duplicates, and alerts on new high-score tokens (optional webhook).
Fork it and point it at your own trading logic.
MIT — see LICENSE.