Catalog
net.payflowagent/mcp
OfficialFree & pay-per-call (x402/USDC) risk & momentum scores for nad.fun tokens on Monad.
Score Monad token risk and momentum via free or pay-per-call API endpoints.
README not available yet.
Install
Configuration
Environment variables
X402_BUYER_PRIVATE_KEYsecretPrivate key of a dedicated payer wallet (Base, USDC) used to auto-pay x402 calls. Without it, only the free tool works.
PAYFLOWAGENT_API_BASEBase URL of the PayFlowAgent service (default https://payflowagent.net).
X402_BUYER_RPCOptional payment RPC endpoint (Base mainnet by default).
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"payflowagent-mcp@0.1.0"
],
"env": {
"X402_BUYER_PRIVATE_KEY": "<YOUR_X402_BUYER_PRIVATE_KEY>",
"PAYFLOWAGENT_API_BASE": "<YOUR_PAYFLOWAGENT_API_BASE>",
"X402_BUYER_RPC": "<YOUR_X402_BUYER_RPC>"
}
}
}
}