S
MCP server · Payments
Govern the Stripe MCP server.
The Stripe MCP server can read and move money. Allow reads and invoices, cap refunds, and deny payout changes.
Per-tool policy
An MCP server is a bag of tools. Enable them one at a time.
Connect Stripe once; HiveKey gates each tool per role. Read-only by default, writes on purpose, destructive ops denied.
mcp / stripe governed
list_payments allow
create_invoice allow
create_refund review
update_payout_account deny
Reads and invoices flow; refunds hit a cap + approval; payout edits denied.
In the path
HiveKey sits between the agent and Stripe.
Agent
wants a tool call
HiveKey
scope · guard · log
Stripe MCP
only allowed tools
Put the Stripe MCP server under one policy.
Connect Stripe, gate each tool per role, and log every call — across your whole agent fleet.