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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Get Flow balance for an address. Parameters: address (string), network (optional string)
Get fungible token balance. Parameters: address (string), token (string), network (optional string)
Get account information. Parameters: address (string), network (optional string)
Resolve a .find or .fn domain to an address. Parameters: domain (string)
Execute a Cadence script. Parameters: script (string), args (optional array)
Send a transaction to the blockchain. Parameters: transaction (string), args (optional array)
Get transaction details by ID. Parameters: transaction_id (string)