Flow blockchain tools for Model Context Protocol (MCP)
Overview
What is @outblock/flow-mcp?
@outblock/flow-mcp is a set of tools designed for interacting with the Flow blockchain through the Model Context Protocol (MCP). It provides functionalities to manage and retrieve blockchain data efficiently.
How to use @outblock/flow-mcp?
To use this package, install it via npm or bun, and configure your MCP settings to include the Flow MCP server. After configuration, you can access various tools to interact with the Flow blockchain.
Key features of @outblock/flow-mcp?
- Retrieve FLOW balance for any address.
- Access token balance for any Flow token.
- Get detailed account information and contract source code.
- Supports both mainnet and testnet environments.
Use cases of @outblock/flow-mcp?
- Checking the FLOW balance of a user’s wallet.
- Retrieving account information for auditing purposes.
- Accessing contract source code for verification or development.
FAQ from @outblock/flow-mcp?
- What is the Model Context Protocol (MCP)?
MCP is a protocol that allows for standardized interactions with blockchain data.
- Is @outblock/flow-mcp free to use?
Yes, it is open-source and free to use under the MIT license.
- Can I use this tool for both mainnet and testnet?
Yes, the tool supports both environments.