purchase_credits
Start a prepaid credit purchase. If the request is authenticated, credits will be loaded into the authenticated account after PayPal payment. If the request is not authenticated, provide email and name to create a new prepaid account (or load credits into an existing one with the same email). Ret...
This record as markdown: /tools/com-gotfreefax-mcp/purchase-credits.md
What purchase_credits does on GotFreeFax
AI agents use purchase_credits to commit financial operations through GotFreeFax, usually the final step of a payment, billing, or trading workflow. A call moves real money.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | — | Required when the request is not authenticated. Account holder name. |
email | string | — | Required when the request is not authenticated. Used to create or load an existing prepaid account. |
service_type | string | Yes | Purchase option. One of: prepaid10 (100 pages, $9.95), prepaid20 (250 pages, $19.95), prepaid50 (800 pages, $49.95), intprepaid50 ($49.95 international balance) |
Parameters from the server's own tool schema.
Why purchase_credits is rated Critical
This tool initiates a real financial transaction via PayPal to purchase prepaid credits. It directly commits financial obligations by triggering a payment flow. Misuse could cause unauthorized charges to a user's PayPal account, making it Financial category with critical severity.
From the tool's definition purchase_credits: 'Start a prepaid credit purchase... credits will be loaded into the authenticated account after PayPal payment... Returns a PayPal payment URL the user must visit to complete the purchase'
Attacks that exploit this kind of access
The rule that runs purchase_credits safely
PolicyLayer is an MCP gateway: it sits between your AI agents and GotFreeFax, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For purchase_credits, this is the rule to start with:
Any call to purchase_credits is blocked until a human approves it. The rest of the server keeps working.
The button opens the PolicyLayer dashboard: create your workspace, connect GotFreeFax, apply this rule, and every purchase_credits call is checked against it from then on.
Questions about purchase_credits
Start a prepaid credit purchase. If the request is authenticated, credits will be loaded into the authenticated account after PayPal payment. If the request is not authenticated, provide email and name to create a new prepaid account (or load credits into an existing one with the same email). Returns a PayPal payment URL the user must visit to complete the purchase. It is categorised as a Financial tool in the GotFreeFax MCP Server, which means it involves financial transactions. Block by default and require explicit approval.
purchase_credits accepts 3 parameters: name, email, service_type. Required: service_type. The full parameter table on this page comes from the server's own tool schema.
Register the GotFreeFax MCP server in PolicyLayer and add a rule for purchase_credits: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches GotFreeFax. Nothing to install.
purchase_credits is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the purchase_credits rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for purchase_credits. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
purchase_credits is provided by the GotFreeFax MCP server (https://www.gotfreefax.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on GotFreeFax, and thousands of servers like it.
Across the catalogue