lmcmz_flow-mcp-server
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
get_balance
Get Flow balance for an address
get_token_balance
Get fungible token balance
get_account
Get account information
resolve_domain
Resolve a .find or .fn domain to an address
execute_script
Execute a Cadence script
send_transaction
Send a transaction to the blockchain
get_transaction
Get transaction details by ID