Flow MCP ServerServer

Outblock
GitHub
BlockchainWeb3Code Execution

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server for the Flow blockchain with direct RPC communication, providing tools to interact with the Flow blockchain directly through RPC calls.

📝 JSON Entries

{
  "mcpServers": [
    {
      "flow-mcp": {
        "env": {
          "FLOW_NETWORK": "mainnet"
        },
        "args": [
          "-y",
          "flow-mcp-server",
          "--stdio"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

get_flow_balanceget_token_balanceexecute_scriptsend_transactionresolve_domain

Features

  • Get account balances (FLOW and tokens)
  • Execute Flow scripts
  • Send transactions
  • Resolve domains
  • Interact with Flow contracts
  • Full MCP compliance for AI agent integration

💬 Example Queries

  • Get account balances (FLOW and tokens)
  • Execute Flow scripts
  • Send transactions
  • Resolve domains to Flow addresses
  • Interact with Flow contracts