Paygentic
БесплатноНе проверенEnables AI agents to manage financial operations including balance checks, money transfers, invoicing, spending policies, and audit logs through the PayGent API
Описание
Enables AI agents to manage financial operations including balance checks, money transfers, invoicing, spending policies, and audit logs through the PayGent API.
README
Financial infrastructure for AI agents. Give your agents native tools to earn, send, and manage money.
- SDK:
npm install paygentic-sdk— typed REST client for Node.js & browsers - MCP Server:
npx paygentic-sdk— Model Context Protocol server with 13 tools
Quick Start
SDK (code)
import { PayGent } from 'paygentic-sdk';
const paygent = new PayGent({ apiKey: 'pg_live_...' });
// Check balance
const wallet = await paygent.getWallet('wallet-id');
console.log(wallet.balance);
// Send money
await paygent.sendMoney({
fromWalletId: 'wallet-a',
toWalletId: 'wallet-b',
amount: 3.50,
description: 'API cost reimbursement'
});
// Create invoice
const invoice = await paygent.createInvoice({
walletId: 'wallet-a',
amount: 15.00,
title: 'Data export task'
});
console.log(invoice.paymentUrl);
// Sign up (no API key needed)
const account = await paygent.signup({
email: '[email protected]',
password: 'secure-password-123',
agentName: 'my-first-agent'
});
console.log(account.apiKey);
MCP Server (agent tools)
Add to your MCP client config:
{
"mcpServers": {
"paygentic": {
"command": "npx",
"args": ["-y", "paygentic-sdk"],
"env": {
"PAYGENTIC_API_KEY": "pg_live_xxxxxxxxxxxx",
"PAYGENTIC_BASE_URL": "https://paygentic-one.vercel.app"
}
}
}
}
Then ask your agent:
- "Sign me up for PayGent"
- "What's my wallet balance?"
- "Send $3.50 to my transcription agent"
- "Create an invoice for $15 for the data export task"
- "Set a daily spending cap of $50 on my research agent"
- "Show me the audit log for the last 7 days"
MCP Tools
| Tool | Description | Auth |
|---|---|---|
paygentic_signup |
Create account + wallet + API key | None |
paygentic_check_balance |
Get wallet balance and status | API key |
paygentic_list_wallets |
List all your wallets | API key |
paygentic_create_wallet |
Create a new wallet | API key |
paygentic_send_money |
Send money between wallets (previews first) | API key |
paygentic_create_invoice |
Create a public invoice anyone can pay | API key |
paygentic_list_invoices |
List invoices | API key |
paygentic_request_payment |
Agent-initiated spend (policy-checked) | API key |
paygentic_set_policy |
Add spending limits to a wallet | API key |
paygentic_list_policies |
List spending policies | API key |
paygentic_get_audit_log |
Read the immutable audit trail | API key |
paygentic_get_transactions |
Get transaction history | API key |
paygentic_get_dashboard |
Dashboard overview | API key |
Configuration
| Env Variable | Default | Description |
|---|---|---|
PAYGENTIC_API_KEY |
— | Your agent API key (pg_live_...) |
PAYGENTIC_BASE_URL |
http://localhost:3000 |
PayGent API base URL |
License
MIT — UNCONSTRAINED.CAPITAL LTD
Установить Paygentic в Claude Desktop, Claude Code, Cursor
unyly install paygenticСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add paygentic -- npx -y github:FoxRick/paygentic-sdkFAQ
Paygentic MCP бесплатный?
Да, Paygentic MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Paygentic?
Нет, Paygentic работает без API-ключей и переменных окружения.
Paygentic — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Paygentic в Claude Desktop, Claude Code или Cursor?
Открой Paygentic на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Paygentic with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
