logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

flow-protocol-toolkit-suite

Comprehensive access layer for querying Flow ledger data, encompassing account states, token ledger entries, and contract source artifacts. This facilitates robust, high-throughput interaction with the Flow decentralized environment for application development.

Author

flow-protocol-toolkit-suite logo

Outblock

MIT License

Quick Info

GitHub GitHub Stars 2
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

apisblockchainflowflow blockchainquerying blockchainflow mcp

Integrated Flow Protocol Toolkit Repository

This centralized repository aggregates various Model Context Protocol (MCP) modules engineered for interfacing with the Flow blockchain ecosystem, including both the native Cadence environment and the FLOW-EVM layer.

Constituent Tooling Modules

This collection is partitioned into two principal sub-projects:

  • packages/flow-mcp: Represents the foundational instruments dedicated to direct engagement with the native Flow ledger. Functionality spans credential management, ledger balance verification, and native smart contract interaction primitives.
  • packages/flow-defi-mcp: A specialized module cluster concentrating on Decentralized Finance (DeFi) operations and EVM compatibility layers within Flow. This includes utilities for deriving token valuations, orchestrating decentralized asset swaps, and managing ERC20-compliant digital assets.

Please consult the specific README.md situated within each respective package directory for granular details concerning configuration, setup procedures, and an inventory of exposed functionalities.

Initial Setup Protocol

To commence utilization of this repository structure, you must possess a workspace manager such as pnpm, lerna, or turborepo installed.

  1. Obtain a local copy of the repository: bash git clone

  2. Navigate to the repository root and resolve dependencies for all contained packages: bash pnpm install # Alternatively, utilize yarn install or npm install

Collaborative Contributions

Contributions are actively encouraged! Kindly initiate a formal issue report or submit a pull request detailing your proposed modifications.

See Also

`