Mmcp.market

AiFinPay MCP server

by daochild·io.github.daochild/aifinpay·v2.2.2

Pay for any HTTP API in stablecoins on Polygon and Solana with one MCP call.

A93/100grade A
What users say
No reviews yet
Be the first
Safety scan
A93/100

full report

Adoption
Growing

3 stars595 downloads/wk

Reviews

Write one

Nobody has reviewed AiFinPay yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

AiFinPay tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan31 source files scanned25/25
  • Live reliabilityremote reachable in 461ms (auth required)20/20
  • Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityOAuth resource metadata advertised on 40115/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identitynamespace and repository owner differ4/10
Overall 93/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the AiFinPay repository's README, as published. We do not edit it. Read it on GitHub

AiFinPay — financial rails for AI agents

AiFinPay provides payment and monetization infrastructure for autonomous AI agents.

  • Agent side: identity, wallet discovery, payment history, route discovery, quotas and settlement preparation.
  • Merchant side: HTTP 402 paywalls and per-request monetization for AI traffic.
  • Non-custodial design: private keys remain with the agent/operator. Public MCP tools do not expose seeds or private keys.

Canonical domain: https://aifinpay.io

Current package versions

Package lines are versioned independently. The package manifests in this repository and the corresponding npm/PyPI registries are the source of truth.

Install

# MCP
npx @aifinpay/mcp

# Node / TypeScript SDK
npm install @aifinpay/agent

# Python SDK
pip install aifinpay-agent

# Merchant paywall
npm install @aifinpay/gate

# Agent skills
npm install @aifinpay/skill

MCP: current production surface

The current @aifinpay/mcp source exposes the following production tools:

With AIFINPAYMODE=dev, an additional devpayment_quote tool is available for dev-only quote inspection.

The public MCP surface does not sign or broadcast payments. Creating an invoice or quote is not a completed payment.

Legacy tools such as payablefetch, agentcall, agentquote, paywithsplit, quotesplit and agentclaimself are not registered by the current production MCP server.

MCP client configuration

{
  "mcpServers": {
    "aifinpay": {
      "command": "npx",
      "args": ["-y", "@aifinpay/mcp"]
    }
  }
}

For a persistent local identity, initialize the keystore once:

npx @aifinpay/mcp init

Then use agentreload and agentaddress to verify the selected public wallet. Do not paste seeds or private keys into chat, issues, logs or shared configuration.

Full client setup: MCP_CONFIG.md

SDK payment status

The SDK surfaces have different execution status. Do not treat them as interchangeable.

Node / TypeScript

@aifinpay/agent includes the reviewed AIFP-1 fetchPaid path. Paid execution is gated by runtime checks, including the reviewed Polygon v1.3 deployment/profile and a fresh trusted native/USD price. A quote, invoice or matching runtime hash alone is not proof that a route is production-enabled.

See node/README.md and node/PAYMENT_RECEIPTS.md.

Python

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http aifinpay https://mcp.aifinpay.io/mcp
Add to Cursor

AiFinPay: common questions

Is AiFinPay MCP server safe?
Yes, by our scan: it is graded A (93/100). Read the AiFinPay safety report
How do I install AiFinPay?
It runs remotely at mcp.aifinpay.io. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does AiFinPay need an API key?
No key to paste: it signs you in with OAuth when your client connects.
Is AiFinPay maintained?
The last commit was in the last day (2026-09-20). The latest release is v2.2.2.
Is AiFinPay up?
100% of our last 2 checks got an answer. We check remote servers about four times a day.

More from daochild