https://github.com/Outblock/flow-mcp-monorepo
Flow blockchain tools for Model Context Protocol (MCP)
https://github.com/Outblock/flow-mcp-monorepo
cadence flow flow-blockchain mcp mcp-server
Last synced: 3 months ago
JSON representation
Flow blockchain tools for Model Context Protocol (MCP)
- Host: GitHub
- URL: https://github.com/Outblock/flow-mcp-monorepo
- Owner: Outblock
- License: mit
- Created: 2025-04-17T01:14:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-06-23T18:41:46.000Z (4 months ago)
- Last Synced: 2025-06-23T19:27:22.634Z (4 months ago)
- Topics: cadence, flow, flow-blockchain, mcp, mcp-server
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@outblock/flow-mcp
- Size: 748 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- mcp-index - Flow Blockchain Tools - Access various Flow blockchain data including account and token balances, contract source code, and detailed account information. Enable efficient querying of blockchain states to facilitate application interactions with the Flow network. (APIs and HTTP Requests)
README
# Flow MCP Monorepo
This monorepo contains a collection of Model Context Protocol (MCPs) for interacting with the Flow blockchain and FLOW-EVM environment.
## Packages
This monorepo is split into two main packages:
- **`packages/flow-mcp`**: Core tools for interacting with the native Flow blockchain. This includes functionalities for managing accounts, checking balances, and interacting with native contracts.
- **`packages/flow-defi-mcp`**: A suite of tools focused on DeFi (Decentralized Finance) and EVM-compatible interactions on the Flow network. This includes tools for checking token prices, swapping tokens on decentralized exchanges, and interacting with ERC20 tokens.Please refer to the `README.md` file within each package for more detailed information, including setup instructions and a list of available tools.
## Getting Started
To get started with this monorepo, you will need to have a monorepo manager like `pnpm`, `lerna`, or `turborepo` installed.
1. Clone the repository:
```bash
git clone
```
2. Navigate to the root directory and install the dependencies for all packages:
```bash
pnpm install
# or yarn install, or npm install
```## Contributing
Contributions are welcome! Please open an issue or submit a pull request with your changes.