Cloud · MODEL CONTEXT PROTOCOL

lmcmz flow mcp server

Model Context Protocol (MCP) server for Flow blockchain with direct RPC communication

WHAT IT CONNECTS

lmcmz flow mcp server 为 AI Agent 提供什么

  • 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
  • Flow configuration based on environment variables
  • `PORT` - HTTP port to listen on (if not set, defaults to stdio mode)
  • `FLOW_NETWORK` - Flow network to connect to (mainnet, testnet, emulator)
  • `FLOW_ACCESS_NODE` - Custom Flow access node URL
  • `LOG_LEVEL` - Logging level (debug, info, warn, error)
  • `/sse` - Server-Sent Events endpoint for real-time updates
  • `/messages` - POST endpoint for sending tool requests
  • `/health` - Health check endpoint
  • `/` - Server information
  • `get_balance` - Get Flow balance for an address
  • `get_token_balance` - Get fungible token balance
  • `get_account` - Get account information
  • `resolve_domain` - Resolve a .find or .fn domain to an address
  • `execute_script` - Execute a Cadence script
  • `send_transaction` - Send a transaction to the blockchain
  • `get_transaction` - Get transaction details by ID
  • **v0.1.1** - Bug fix for formatArguments import issue in transaction service
  • **v0.1.0** - Initial release with basic Flow blockchain integration

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。