Aifinpay
About
Stripe for AI agents. Pay any HTTP API in stablecoins or native tokens on Polygon and Solana mainnet with one MCP call. Non-custodial, on-chain settlement, atomic 99/1 partner split. Five tools: payable_fetch, agent_address, agent_quote, pay_with_split, quote_split.
Details
- Author
- AiFinPay
- Downloads
- 363
- Categories
- Other, AI
Jump to
- One-line agent.pay() for x402‑gated APIs.
- Non‑custodial on‑chain settlement on Polygon and Solana.
- Fee‑on‑top atomic split via AiFinPaySplitter contract.
- MCP server with five payment tools for LLMs.
- Framework integrations for OpenAI, LangChain, CrewAI, etc.
- Live since 2026 with verified mainnet payments.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
AifinpayCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the Python or Node SDK via pip install aifinpay-agent --pre or npm install @aifinpay/agent@alpha. For Claude Desktop or Cursor, configure the MCP server with npx @aifinpay/mcp and optionally set AIFINPAY_AGENT_SECRET and AIFINPAY_MAX_USD environment variables.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"aifinpay": {
"aifinpay": {
"command": "npx",
"args": [
"@aifinpay/mcp"
],
"env": {
"AIFINPAY_MAX_USD": "0.10",
"AIFINPAY_CHAIN": "auto"
}
}
}
}
}
McpServers
{
"aifinpay": {
"command": "npx",
"args": [
"@aifinpay/mcp"
],
"env": {
"AIFINPAY_MAX_USD": "0.10",
"AIFINPAY_CHAIN": "auto"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




