pop-pay
by 100xPercent
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. |
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
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 | |
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/100xPercent/pop-pay-python'
If you have feedback or need assistance with the MCP directory API, please join our Discord server