Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POP_CDP_URL | No | Chrome DevTools Protocol URL for card injection. | http://localhost:9222 |
| POP_BYOC_CVV | No | Card CVV for BYOC mode. | |
| POP_MAX_DAILY | No | Maximum total amount allowed per day. | 500.0 |
| POP_MAX_PER_TX | No | Maximum amount allowed per transaction. | 100.0 |
| POP_STRIPE_KEY | No | Stripe secret key (sk_live_... or sk_test_...) for real virtual card issuing via Stripe Issuing. | |
| POP_AUTO_INJECT | No | Enable CDP card injection into browser forms via Chrome DevTools Protocol (true/false). | false |
| POP_BILLING_ZIP | No | Billing ZIP code for auto-filling payment forms. | |
| POP_BLOCK_LOOPS | No | Whether to block detected hallucination or retry loops (true/false). | true |
| POP_BYOC_NUMBER | No | Physical credit card number for Bring Your Own Card (BYOC) mode. | |
| POP_BILLING_EMAIL | No | Billing email address for auto-filling payment forms. | |
| POP_BYOC_EXP_YEAR | No | Card expiry year (e.g., 27) for BYOC mode. | |
| POP_BILLING_STREET | No | Billing street address for auto-filling payment forms. | |
| POP_BYOC_EXP_MONTH | No | Card expiry month (e.g., 12) for BYOC mode. | |
| POP_GUARDRAIL_ENGINE | No | Guardrail engine type: 'keyword' for simple phrase blocking or 'llm' for semantic analysis. | keyword |
| POP_BILLING_LAST_NAME | No | Billing last name for auto-filling payment forms. | |
| POP_ALLOWED_CATEGORIES | No | Vendors the agent is allowed to pay. Specified as a JSON array string. | ["aws","cloudflare"] |
| POP_BILLING_FIRST_NAME | No | Billing first name for auto-filling payment forms. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |