$ timeahead.in
/ servers/npm/agentcash
npm

agentcash

Generic MCP server for calling x402-protected APIs with automatic payment handling

4k/wkgithub ↗
62fair
▣ Overview

What it does

agentcash is an MCP server that abstracts the x402 payment protocol for interacting with payment-protected APIs. It handles payment requirement detection, credential management, challenge processing, and request retry logic, so applications calling protected endpoints don't need to implement x402 negotiation themselves. Configure the server with target API endpoints and payment credentials, and it manages the complete payment flow transparently.

Who it's for

Developers integrating Claude with payment-required APIs, and architects building agent systems that need to handle metered or pay-per-call services. Especially useful if you're already using MCP and want x402 payment handling without rolling it yourself.

Common use cases

  • Call x402-protected APIs from Claude applications without manually implementing payment protocol handling
  • Build AI agents that automatically manage payment credentials, retries, and billing for metered services
  • Integrate with commercial APIs and payment gateways using x402 semantics in agent workflows
  • Handle transactional billing for high-value API requests in automated systems

Setup pitfalls

  • No tools included; this is an x402 payment handling framework, not a pre-built data connector. You configure it with your target API endpoints and payment credentials.
  • Requires understanding the x402 payment protocol specification and payment challenge flow. Misconfiguration can cause payment failures or incorrect retry behavior.
  • The README is unavailable; you'll need to review the source code for configuration examples and the MCP server interface.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
30
7.5
Adoption
20%
43
8.7
Quality
10%
60
6.0
Trust
10%
50
5.0
Total
62.2
⚿ Capabilities & Risk Explainer
no elevated permissions
◆ Risk level: low
No elevated permissions requested — safe to connect.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "agentcash": {
      "command": "npx",
      "args": [
        "-y",
        "agentcash"
      ]
    }
  }
}
📈 Score historylast 42 snapshots
4/30/20266/20/2026 · 42 snapshots
⚙ Maintenance health
maintenance data not yet available — check back later.
⛁ Raw data
weekly downloads4k
github stars0
forks0
open issues0
license✓ present
readme length0 chars
last updated9h ago
install verified✗ fail · 30d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points
agentcash — MCP Score: 62/100 | MCPScore | Timeahead