flow-mcp-server
0
The Flow MCP Server is a Model Context Protocol server designed to facilitate interactions with the Flow blockchain, enabling AI assistants to access and manipulate blockchain data via a standardized interface. Key features include balance checking, domain resolution, script execution, and providing API endpoints for various blockchain operations.
Flow MCP Server
A Model Context Protocol (MCP) server for interacting with the Flow blockchain.
Features
- Balance checking for Flow and fungible tokens
- Domain resolution for
.find
and.fn
domains - Script execution for reading blockchain data
- Transaction submission and monitoring
- Account information retrieval
- Configuration based on environment variables
Installation
Recommended install using npx or clone the repository for development.
HTTP API Endpoints
Provides endpoints like /sse
, /messages
, /health
, and /
for various functionalities.
Available Tools
get_balance
get_token_balance
get_account
resolve_domain
execute_script
send_transaction
get_transaction
Version History
- v0.1.1 - Bug fix
- v0.1.0 - Initial release