Model Context Protocol (MCP) server for Flow blockchain with direct RPC communication
Overview
What is Flow MCP Server?
Flow MCP Server is a Model Context Protocol (MCP) server designed for the Flow blockchain, enabling direct RPC communication for various blockchain interactions.
How to use Flow MCP Server?
To use Flow MCP Server, clone the repository, install the dependencies, configure your environment, and start the server using npm commands.
Key features of Flow MCP Server?
- Get account balances for FLOW and tokens
- Execute Flow scripts
- Send transactions to the Flow blockchain
- Resolve domains to Flow addresses
- Full compliance with Model Context Protocol for AI agent integration
Use cases of Flow MCP Server?
- Interacting with the Flow blockchain for account management.
- Executing smart contracts and scripts on the Flow network.
- Integrating with AI assistants that support the Model Context Protocol.
FAQ from Flow MCP Server?
- What is the Model Context Protocol?
The Model Context Protocol is a standard for enabling AI agents to interact with blockchain networks.
- How do I start the server?
You can start the server in development mode using
npm run devor in production mode usingnpm run start.
- Is there support for real-time communication?
Yes, the server provides an SSE endpoint for real-time communication.