lmcmz_flow-mcp-server
0
The Flow MCP Server is designed to facilitate interactions between AI assistants and the Flow blockchain by providing a standardized protocol interface. Its key features include balance checking, domain resolution, and transaction handling, making it robust for blockchain operations.
Flow MCP Server
A Model Context Protocol (MCP) server for interacting with the Flow blockchain. It enables operations like balance checking, domain resolution, script execution, transaction monitoring, and more through a standardized interface. Configuration is flexible through environment variables.
Features
- Balance checking for Flow and fungible tokens
- Domain resolution
- Script execution
- Transaction submission and monitoring
- Account information retrieval
Configuration
PORT
for HTTP listening or defaults to stdio modeFLOW_NETWORK
indicates the Flow network (mainnet, testnet, emulator)FLOW_ACCESS_NODE
customizes the Flow access node URLLOG_LEVEL
sets the logging level
HTTP API Endpoints
/sse
for real-time updates/messages
for sending tool requests/health
for health checks
Available Tools
get_balance
get_token_balance
get_account
resolve_domain
execute_script
send_transaction
get_transaction