flow-mcp-unified-toolkit
Interface with the Flow distributed ledger infrastructure, enabling retrieval of crucial on-chain metrics such as account holdings, token balances, smart contract source artifacts, and comprehensive account state details. Facilitates high-throughput state querying for robust application integration with the Flow ecosystem.
Author

Outblock
Quick Info
Actions
Tags
Consolidated Flow Protocol Interaction Suite
This repository aggregates various Model Context Protocol (MCP) modules specifically engineered for seamless interaction with both the native Flow blockchain environment and its Flow-EVM compatibility layer.
Contained Modules
This workspace is logically segmented into two primary functional components:
packages/flow-mcp: The foundational toolkit addressing direct operations on the native Flow ledger. Capabilities include identity management, ledger balance verification, and interaction with core network contracts.packages/flow-defi-mcp: A specialized collection of instruments dedicated to Decentralized Finance (DeFi) activities and EVM-centric operations within the Flow framework. This encompasses utilities for price discovery, automated token swaps across decentralized exchanges, and generalized ERC20 contract interfacing.
Consult the individual README.md file within each respective package directory for exhaustive documentation, setup prerequisites, and a complete manifest of supported functionalities.
Initial Setup Guide
To commence utilization of this integrated repository, ensure you possess a functional monorepo management utility such as pnpm, lerna, or turborepo installed locally.
-
Obtain a local copy of the repository: bash git clone
-
Transition into the project root directory and execute the dependency resolution process for all contained sub-packages: bash pnpm install # Alternatively, use yarn install, or npm install
Community Contributions
We actively encourage community engagement! Please feel free to raise any identified issues or submit proposed enhancements via a pull request.
