Flow MCP

18 tools. 3 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

3 can modify or destroy data
15 read-only
18 tools total

Community server · catalogue entry verified 29/06/2026

How to control Flow MCP ↓

What Flow MCP exposes to your agents

Read (15) Write / Execute (1) Destructive / Financial (2)
Critical Risk

The most dangerous Flow MCP tools

3 of Flow MCP's 18 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Flow MCP

PolicyLayer is an MCP gateway — it sits between your AI agents and Flow MCP, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "punchswap_swap": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Cap read operations
{
  "get_account_info": {
    "limits": [
      {
        "counter": "get_account_info_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Flow MCP — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON FLOW →

Instant setup, no code required.

All 18 Flow MCP tools

READ 15 tools
Read get_account_info Get detailed account information including balance and storage stats for a Flow address on flow blockchain, th Read get_child_account Get child accounts for a Flow address on flow blockchain, the flow address is 16 characters long or 18 charact Read get_coa_account Get the COA account information for a Flow address on flow blockchain, the flow address is 16 characters lo Read get_contract Get the source code of a contract deployed at a specific address on flow blockchain Read get_erc20_tokens Get all erc20 tokens for an EVM address, the information includes the token name, symbol, contract address, de Read get_evm_transaction_info Get EVM transaction info with transaction hash on flowscan.io. flow EVM address is 20 bytes long, which is 4 Read get_flow_balance Get the FLOW balance for a Flow address on flow blockchain, the flow address is 16 characters long or 18 ch Read get_flow_history_price Get flow token history price from binance Read get_flow_token_price_history Get token price history on Flow EVM chain with pool address and time frame The flow EVM address is 20 bytes Read get_pools_by_token Get pools list info by evm token contract address on kittypunch dex, flow EVM address is 20 bytes long, whic Read get_token_balances Get the balances of all fungible tokens for a Flow address, The flow address is 16 characters long or 18 cha Read get_token_info Get token info on Flow EVM chain with token contract address Read get_token_price Get token price on Flow EVM chain with token contract addresses, The flow EVM address is 20 bytes long, whic Read get_trending_pools Get trending pools info on kittypunch dex in flow EVM mainnet, NOTE: This is tool for flow EVM chain not flo Read punchswap_quote Get a price quote from Punchswap V2 for swapping between two tokens. Supported tokens: Wrapped Flow(WFLOW),

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Flow MCP

Can an AI agent move money through the Flow MCP server? +

Yes. The Flow MCP server exposes 2 financial tools including punchswap_swap, transfer_erc20_token. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

How many tools does the Flow MCP server expose? +

18 tools across 4 categories: Execute, Financial, Read, Write. 15 are read-only. 3 can modify, create, or delete data.

How do I enforce a policy on Flow MCP? +

Register the Flow MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Flow MCP tool call.

Deterministic rules across all 18 Flow MCP tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

18 Flow MCP tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.