Overview
what is Flow MCP Server?
Flow MCP Server is a Model Context Protocol (MCP) server designed for interacting with the Flow blockchain, enabling AI assistants to access blockchain data and perform operations through a standardized interface.
how to use Flow MCP Server?
To use Flow MCP Server, you can run it using npx or install it locally. For npx, use the command npx -y @outblock/flow-mcp-server --stdio for AI assistant integration or specify a port for HTTP mode.
key features of Flow MCP Server?
- Balance checking for Flow and fungible tokens
- Domain resolution for
.findand.fndomains - Script execution for reading blockchain data
- Transaction submission and monitoring
- Account information retrieval
- Configurable Flow network settings
use cases of Flow MCP Server?
- Integrating with AI assistants for real-time blockchain data access.
- Monitoring and managing Flow blockchain transactions.
- Developing applications that require interaction with Flow blockchain data.
FAQ from Flow MCP Server?
- Can Flow MCP Server be used with any AI assistant?
Yes! It can be integrated with various AI assistants like Claude.
- Is there a way to configure the server?
Yes! The server can be configured using environment variables for different settings.
- What programming language is Flow MCP Server written in?
Flow MCP Server is written in JavaScript.