74 tools. 17 can modify or destroy data without limits.
7 destructive tools with no built-in limits. Policy required.
Last updated:
Financial operations (isw_bulk_transfer, isw_create_payment_link, isw_initiate_refund) can move real money. An agent caught in a loop could drain accounts before anyone notices.
Write operations (isw_change_card_pin, isw_complete_credit, isw_create_bulk_paycodes) modify state. Without rate limits, an agent can make hundreds of changes in seconds — faster than any human can review or revert.
Execute tools (isw_credit_inquiry, isw_fintech_build_response, isw_initialize_payment) trigger processes with side effects. Builds, notifications, workflows — all fired without throttling.
isw_bulk_transfer:
rules:
- action: deny Financial tools should be explicitly enabled per use case, not open by default.
isw_change_card_pin:
rules:
- rate_limit: 30/hour Prevents bulk unintended modifications from agents caught in loops.
isw_agency_banking_cashout:
rules:
- rate_limit: 60/minute Controls API costs and prevents retry loops from exhausting upstream rate limits.
Yes. The Interswitch server exposes 7 financial tools including isw_bulk_transfer, isw_create_payment_link, isw_initiate_refund. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. Intercept lets you block financial tools by default or set per-tool rate limits.
The Interswitch server has 7 write tools including isw_change_card_pin, isw_complete_credit, isw_create_bulk_paycodes. Set rate limits in your policy file -- for example, rate_limit: 10/hour prevents an agent from making more than 10 modifications per hour. Intercept enforces this at the transport layer.
74 tools across 4 categories: Execute, Financial, Read, Write. 57 are read-only. 17 can modify, create, or delete data.
One line change. Instead of running the Interswitch server directly, prefix it with Intercept: intercept -c io-github-dairus01-interswitch-mcp-server.yaml -- npx -y @interswitch-mcp-server. Download a pre-built policy from policylayer.com/policies/io-github-dairus01-interswitch-mcp-server and adjust the limits to match your use case.
Starter policies available for each. Same risk classification, same one-command setup.
Deterministic policy on every MCP tool call. Per-identity grants. Full audit log.