paygentic
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PAYGENTIC_API_KEY | Yes | Your agent API key (pg_live_...) | |
| PAYGENTIC_BASE_URL | No | PayGent API base URL | http://localhost:3000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| paygentic_signupA | Create a new PayGent account, wallet, and API key. Use this first if you don't have an account yet. No API key required. |
| paygentic_check_balanceB | Get the balance and status of a specific wallet. Requires API key. |
| paygentic_list_walletsA | List all wallets/agents in your account. Requires API key. |
| paygentic_create_walletC | Create a new wallet/agent under your account. Requires API key. |
| paygentic_send_moneyB | Send money from one wallet to another. Previews first to check policies. Requires API key. |
| paygentic_create_invoiceA | Create an invoice that anyone can pay via a public link. When paid, the wallet balance increases. Requires API key. |
| paygentic_list_invoicesC | List invoices, optionally filtered by wallet and status. Requires API key. |
| paygentic_request_paymentA | Request a payment (agent-initiated spend). Subject to spending policies and rate limits. Requires API key. |
| paygentic_set_policyA | Add a spending policy to a wallet (per-transaction, daily, weekly, monthly, or category limits). Requires API key. |
| paygentic_list_policiesB | List spending policies for a wallet. Requires API key. |
| paygentic_get_audit_logC | Read the immutable audit trail for compliance and debugging. Requires API key. |
| paygentic_get_transactionsC | Get transaction history for a wallet. Requires API key. |
| paygentic_get_dashboardA | Get dashboard overview: total balance, spend, active wallets, recent activity. Requires API key. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FoxRick/paygentic-sdk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server