-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathglama.json
More file actions
16 lines (16 loc) · 1.07 KB
/
glama.json
File metadata and controls
16 lines (16 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"$schema": "https://glama.ai/mcp/schemas/server.json",
"maintainers": ["TPEmist"],
"name": "Point One Percent — AI Agent Payment Guardrail",
"description": "The runtime security layer for AI agent commerce. Drop-in CLI + MCP server — blocks hallucinated purchases and keeps card credentials out of agent context. Intercepts agent payment intent, evaluates reasoning against policy (keyword or LLM engine), and injects card credentials directly into browser forms via CDP — the raw card number never enters the agent's context window.",
"license": "MIT",
"homepage": "https://github.com/100xPercent/pop-pay-python",
"tools": [
{
"name": "request_virtual_card",
"description": "Request authorization to make a payment. Evaluates agent intent against spending policy and guardrail rules. Returns a masked card confirmation if approved, or a rejection reason if blocked."
}
],
"categories": ["finance", "security", "payments"],
"keywords": ["payment", "guardrail", "agentic", "mcp", "cli", "security", "cdp", "browser-automation", "agent-tool"]
}