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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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 | |
TDQS
Scored across 13 tools
Each tool has a well-defined and distinct purpose, covering wallet management, invoices, policies, transactions, and account setup. Even similar actions like sending money and requesting payment are clearly differentiated by their descriptions.
All tools follow a consistent `verb_noun` pattern with the `paygentic_` prefix. The verbs are clear and the nouns are specific, making the tool names predictable and easy to interpret.
With 13 tools, the server covers a comprehensive set of operations for a payment/wallet system without being overwhelming. The count is well within the typical 3-15 range for a focused service.
The server covers core operations like creating wallets, handling invoices, setting policies, and sending money. Minor gaps exist, such as missing update/delete for wallets and invoices, but these are not critical for basic functionality.