Outblock/flow-mcp-monorepo
If you are the rightful owner of flow-mcp-monorepo 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@mcphub.com.
Flow blockchain tools for Model Context Protocol (MCP) to interact with the Flow blockchain.
Tools
Functions exposed to the LLM to take actions
get_flow_balance
Get the FLOW balance for a Flow address on flow blockchain, the flow address is 16 characters long or 18 characters long with 0x prefix NOTE: This is a flow blockchin tool, not for flow EVM chain.
get_token_balances
Get the balances of all fungible tokens for a Flow address, The flow address is 16 characters long or 18 characters long with 0x prefix NOTE: This is a flow blockchin tool, not for flow EVM chain.
get_coa_account
Get the COA account information for a Flow address on flow blockchain, the flow address is 16 characters long or 18 characters long with 0x prefix NOTE: This is a flow blockchin tool, not for flow EVM chain.
get_contract
Get the source code of a contract deployed at a specific address on flow blockchain
get_account_info
Get detailed account information including balance and storage stats for a Flow address on flow blockchain, the flow address is 16 characters long or 18 characters long with 0x prefix
get_child_account
Get child accounts for a Flow address on flow blockchain, the flow address is 16 characters long or 18 characters long with 0x prefix
Prompts
Interactive templates invoked by user choice
flow.getBalance
Get the balance of a Flow account
flow.getAccountInfo
Get information about a Flow account
flow.findCoaAccounts
Find COA accounts associated with an address
flow.getChildAccount
Get child accounts associated with a Flow address
flow.getContract
Get the source code of a contract deployed at a specific address
flow.getTokenBalance
Get the balances of all fungible tokens for a Flow address
Resources
Contextual data attached and managed by the client