Skip to main content
Glama
FoxRick

paygentic

by FoxRick

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PAYGENTIC_API_KEYYesYour agent API key (pg_live_...)
PAYGENTIC_BASE_URLNoPayGent API base URLhttp://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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 13 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityStale
ResponsivenessNo issues