flow-mcp
0
The project provides tools for interacting with the Flow blockchain through the Model Context Protocol (MCP), allowing users to access balance information, account details, and contract sources.
Overview
Flow blockchain tools for Model Context Protocol (MCP). This package provides a set of tools for interacting with the Flow blockchain.
Features
- Get FLOW balance for any address
- Get token balance for any Flow token
- Get COA account information
- Get contract source code
- Get detailed account information including storage stats
Installation
To install, use npm or bun.
Development
This project uses FastMCP for development. Various scripts are provided for testing, building, and inspecting the server.
Creating New Tools
A script is available to help create new MCP tools.
Version Management
Standard-version is used for automated version management.
Publishing to npm
Guidelines are provided for publishing the package to npm.