synapse-agentpay

synapse-agentpay is a skill for Claude Code, Codex from SynapseNetworkAI/Synapse-Network-MCP-Server. It costs 46 tokens per session (524 once invoked), scanned A, original, MIT.

A connection for an AI agent to find paid online services, pay for them with USDC (a digital dollar), and retrieve payment receipts.

In plain words
What is it for?
It helps agents discover paid APIs, call those services, make micropayments, and retrieve receipts.
Why use it?
It removes the need to manually locate services, handle each payment, and track proof of what was paid for.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps agents discover paid APIs, call those services, make micropayments, and…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/synapsenetworkai/synapse-network-mcp-server/synapse-agentpay
Install

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.

Any agent
npx skills add SynapseNetworkAI/Synapse-Network-MCP-Server --skill synapse-agentpay
Clone the repo
git clone --depth 1 https://github.com/SynapseNetworkAI/Synapse-Network-MCP-Server

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for synapse-agentpay

README.md
[![agentmods](https://agentmods.dev/badge/skills/synapsenetworkai/synapse-network-mcp-server/synapse-agentpay.svg)](https://agentmods.dev/skills/synapsenetworkai/synapse-network-mcp-server/synapse-agentpay)
Your own site
<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>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 524 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash a3f3b4136126, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

skills/claude/synapse-agentpay/SKILL.md · 56 lines

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
  1. Call discover_services with the user's service intent.
  2. Select an appropriate service and preserve the price string from discovery.
  3. For fixed-price APIs, call invoke_and_pay with service_id, payload, exact costUsdc, and a stable idempotencyKey.
  4. For token-metered services, omit costUsdc and pass maxCostUsdc as a string budget cap when needed.
  5. Call get_receipt with the returned invocation_id and 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.

Read the full file on GitHub · 56 lines

Changes

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.

  1. 6d ago First seen · 56 lines · 46 tokens per session scan A a3f3b4136126

Subscribe to this mod's changes

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.