Flow Blockchain
Summary
Flow MCP Server provides direct RPC communication with the Flow blockchain, enabling AI assistants to interact with blockchain data and execute operations. Built by lmcmz, it offers tools for checking account balances, resolving domain names (.find and .fn), executing Cadence scripts, and sending transactions. The server implements the Model Context Protocol standard for seamless integration with AI agents, and includes both HTTP endpoints and stdio mode for flexible deployment options. This implementation is particularly valuable for blockchain applications that need to access Flow data, query token balances, or automate transaction workflows without requiring users to switch context.
Available Actions(7)
get_balance
Get Flow balance for an address. Parameters: address (string), network (optional string)
get_token_balance
Get fungible token balance. Parameters: address (string), token (string), network (optional string)
get_account
Get account information. Parameters: address (string)
resolve_domain
Resolve a .find or .fn domain to an address. Parameters: domain (string)
execute_script
Execute a Cadence script. Parameters: script (string), args (optional array)
send_transaction
Send a transaction to the blockchain. Parameters: transaction (object)
get_transaction
Get transaction details by ID. Parameters: transaction_id (string)
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください