MCPServers
Flow Blockchain - MCP server logo

Flow Blockchain

0
0

Summary

Flow MCP Server provides direct RPC communication with the Flow blockchain, enabling AI assistants to interact with blockchain data and execute operations. Built by lmcmz, it offers tools for checking account balances, resolving domain names (.find and .fn), executing Cadence scripts, and sending transactions. The server implements the Model Context Protocol standard for seamless integration with AI agents, and includes both HTTP endpoints and stdio mode for flexible deployment options. This implementation is particularly valuable for blockchain applications that need to access Flow data, query token balances, or automate transaction workflows without requiring users to switch context.

Available Actions(7)

get_balance

Get Flow balance for an address. Parameters: address (string), network (optional string)

get_token_balance

Get fungible token balance. Parameters: address (string), token (string), network (optional string)

get_account

Get account information. Parameters: address (string)

resolve_domain

Resolve a .find or .fn domain to an address. Parameters: domain (string)

execute_script

Execute a Cadence script. Parameters: script (string), args (optional array)

send_transaction

Send a transaction to the blockchain. Parameters: transaction (object)

get_transaction

Get transaction details by ID. Parameters: transaction_id (string)

Last Updated: May 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签