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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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