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
Token intelligence for nad.fun tokens on Monad: decision-ready risk & momentum scores. Free to probe, pay-per-call in USDC via the x402 protocol.
Service & live demo: https://payflowagent.net
npm:
payflowagent-mcpx402 manifest: https://payflowagent.net/.well-known/x402.json · OpenAPI: https://payflowagent.net/openapi.json · llms.txt: https://payflowagent.net/llms.txt
This repository contains the open-source integration pieces:
Path | What |
|
|
| A ready-to-run polling bot that finds good new Monad tokens every few minutes. |
The scoring service itself runs at payflowagent.net; this repo is the client-side surface so agents and developers can integrate in one step.
Tools (MCP)
Tool | Price | Description |
| free | 0–100 score, |
| paid (x402) | Full report: factors, graduation, momentum. |
| paid (x402) | Graduation progress + momentum (cheap entry). |
| paid (x402) | Ranked list of pre-scored fresh tokens. |
Related MCP server: AgentStamp
Use it in Cursor
~/.cursor/mcp.json (or project .cursor/mcp.json):
{
"mcpServers": {
"payflowagent": {
"command": "npx",
"args": ["-y", "payflowagent-mcp"],
"env": { "X402_BUYER_PRIVATE_KEY": "0x..." }
}
}
}Use it in Claude Desktop
{
"mcpServers": {
"payflowagent": {
"command": "npx",
"args": ["-y", "payflowagent-mcp"],
"env": { "X402_BUYER_PRIVATE_KEY": "0x..." }
}
}
}Without X402_BUYER_PRIVATE_KEY only the free score_token tool works. Use a
dedicated payer wallet (Base, USDC) — never your main wallet.
Configuration (env)
Variable | Default | Purpose |
|
| Service base URL. |
| — | Payer wallet key (Base, USDC). Enables paid tools. |
|
| Payment RPC (optional). |
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 # runs the stdio server from source (tsx)License
MIT — see LICENSE.
This server cannot be installed
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
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