Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add SynapseNetworkAI/Synapse-Network-MCP-Server --skill synapse-agentpaygit clone --depth 1 https://github.com/SynapseNetworkAI/Synapse-Network-MCP-ServerWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/synapsenetworkai/synapse-network-mcp-server/synapse-agentpay)<a href="https://agentmods.dev/skills/synapsenetworkai/synapse-network-mcp-server/synapse-agentpay"><img src="https://agentmods.dev/badge/skills/synapsenetworkai/synapse-network-mcp-server/synapse-agentpay.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00046 | $0.00524 |
| Opus 5 | $0.00023 | $0.00262 |
| Sonnet 5 | $0.00009 | $0.00105 |
| Haiku 4.5 | $0.00005 | $0.00052 |
Grade A, and why
synapse-agentpay scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SynapseNetwork AgentPay Skill
Use the official Synapse Network MCP Server when the user asks to connect an agent to paid APIs, API monetization, AgentPay, service discovery, USDC micropayments, or auditable receipts.
MCP Configuration
For production workflows, configure the MCP server with production environment variables:
{
"mcpServers": {
"synapse-agentpay": {
"command": "npx",
"args": ["-y", "@synapse-network-ai/mcp-server"],
"env": {
"SYNAPSE_AGENT_KEY": "agt_xxx",
"SYNAPSE_ENV": "prod"
}
}
}
}
Do not generate staging configuration unless the user explicitly asks for preview or E2E validation.
Runtime Workflow
Use exactly this MCP tool workflow:
discover_services -> invoke_and_pay -> get_receipt
- Call
discover_serviceswith the user's service intent. - Select an appropriate service and preserve the price string from discovery.
- For fixed-price APIs, call
invoke_and_paywithservice_id,payload, exactcostUsdc, and a stableidempotencyKey. - For token-metered services, omit
costUsdcand passmaxCostUsdcas a string budget cap when needed. - Call
get_receiptwith the returnedinvocation_idand inspect the status and charged amount.
Critical Rules
- Keep all money values as strings. Never use floating-point math for USDC decisions.
- Treat the MCP server as stateless. It does not remember prices from discovery.
- On
PRICE_MISMATCH, rediscover and retry only if the task still permits the current price. - On insufficient balance, budget, invalid credential, or forbidden receipt errors, stop and ask the owner to fix the Agent Key state.
- Never ask for owner private keys, seed phrases, owner JWTs, provider secrets, admin credentials, deposits, withdrawals, refunds, settlement controls, or provider setup permissions.
When Writing Code Or Docs
Prefer MCP configuration snippets over SDK code when the user wants agent runtime integration. Use Synapse SDK docs only when the user is building application code outside MCP.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 56 lines · 46 tokens per session scan A a3f3b4136126
synapse-agentpay is a skill published in the GitHub repository SynapseNetworkAI/Synapse-Network-MCP-Server (0 stars, last pushed 2mo ago), licensed MIT. It adds 46 tokens to every session and 524 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
evm
Read-only EVM client: wallets, tokens, gas across 8 chains.
hyperliquid
Hyperliquid market data, account history, trade review.
solana
Query Solana wallets, tokens, txs, and NFTs in USD.
mpp-agent
Pay HTTP 402 APIs via Machine Payments Protocol (MPP).
t2000-job
Escrow USDC for agent-to-agent deliverable work (A2A jobs). Use when hiring another agent for async work (research reports, builds, SLA tasks) or when selling deliverable work yourself (list a service: fixed price + SLA, no server needed), or posting/claiming open jobs on the board (t2 job open / claim) — anything…
okx-agent-payments-protocol
Use when an agent hits HTTP 402 / payment-required, or the user mentions x402, x402Version, X-PAYMENT, PAYMENT-REQUIRED, PAYMENT-SIGNATURE, WWW-Authenticate: Payment, permit2, upto, metered billing, a payment channel / voucher / session, channelId / channelid, opening / closing / topping up / settling / refunding a…