lmcmz_flow-mcp-server

lmcmz_flow-mcp-server

3.2

If you are the rightful owner of lmcmz_flow-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

A Model Context Protocol (MCP) server for interacting with the Flow blockchain, enabling AI assistants to access Flow blockchain data and perform operations through a standardized interface.

The Flow MCP Server is designed to facilitate seamless interaction with the Flow blockchain by providing a standardized interface for AI assistants. It allows for operations such as balance checking, domain resolution, script execution, transaction submission, and account information retrieval. The server can be configured using environment variables and supports both stdio and HTTP modes, making it versatile for different deployment scenarios. It is particularly useful for integrating with AI assistants like Claude, enabling them to perform blockchain operations efficiently.

Features

  • Balance checking for Flow and fungible tokens
  • Domain resolution for .find and .fn domains
  • Script execution for reading blockchain data
  • Transaction submission and monitoring
  • Account information retrieval

Tools

  1. get_balance

    Get Flow balance for an address

  2. get_token_balance

    Get fungible token balance

  3. get_account

    Get account information

  4. resolve_domain

    Resolve a .find or .fn domain to an address

  5. execute_script

    Execute a Cadence script

  6. send_transaction

    Send a transaction to the blockchain

  7. get_transaction

    Get transaction details by ID