payflowagent-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@payflowagent-mcpscore token MONAD-123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PayFlowAgent — MCP server & reference agent
Pay-per-call APIs for autonomous AI agents. USDC via x402, no signup.
MCP registry name: io.github.Coinlooter/mcp
Hub (catalog): payflowagent.net
nad.fun intelligence: nad.payflowagent.net
DeFi datafeed: data.payflowagent.net
This repository contains the open-source integration pieces:
Path | What |
|
|
| 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.
Tools (MCP)
nad.fun (Monad)
Tool | Price | Description |
| free | 0–100 score, |
| x402 | Full report: factors, graduation, momentum. |
| x402 | Graduation progress + momentum (cheap entry). |
| x402 | Ranked list of pre-scored fresh tokens. |
Datafeed (DeFiLlama)
Tool | Price | Description |
| free | Top yield pools + 3-item opportunity preview (score + reasons). |
| x402 | Ranked yield picks with risk score & explainable reasons. |
Related MCP server: AgentStamp
Install (one line)
npx -y payflowagent-mcp@0.1.3Use it in Cursor
~/.cursor/mcp.json (or project .cursor/mcp.json):
{
"mcpServers": {
"payflowagent": {
"command": "npx",
"args": ["-y", "payflowagent-mcp@0.1.3"],
"env": {
"PAYFLOWAGENT_API_BASE": "https://nad.payflowagent.net",
"PAYFLOWAGENT_DATAFEED_BASE": "https://data.payflowagent.net"
}
}
}
}Use it in Claude Desktop
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.
Configuration (env)
Variable | Default | Purpose |
|
| nad.fun API base URL. |
|
| Datafeed API base URL. |
| — | Payer wallet key (Base, USDC). Enables paid tools. |
|
| Payment RPC (optional). |
MCP Registry
After npm publish, list in the official registry:
npm install -g @modelcontextprotocol/publisher
cd payflowagent-mcp
mcp-publisher login github
mcp-publisher publishManifest: server.json (io.github.Coinlooter/mcp).
Reference agent
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.
Develop locally
npm install
npm run typecheck
npm run build # emits dist/
npm start # stdio server from source (tsx)Publish to npm
npm run build
npm publishLicense
MIT — see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Coinlooter/payflowagent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server