flowcore/mcp-flowcore-platform
Free与 Flowcore 交互以执行操作、摄取数据,并分析、交叉引用和利用数据核心中的任何数据。
FreeFree tier
About flowcore/mcp-flowcore-platform
A Model Context Protocol (MCP) server for managing and interacting with the Flowcore Platform. It provides a standardized API interface that allows AI assistants to query and manage Flowcore resources, including data ingestion, analysis, cross-referencing, and leveraging data within data cores. The server can be run directly via npx, installed globally with npm, or developed using Bun. Authentication requires a Flowcore username and Personal Access Token (PAT).
Key Features
Standardized Model Context Protocol (MCP) interface for AI assistants
Allows querying and managing Flowcore resources through a structured API
Supports data ingestion, analysis, and cross-referencing within data cores
Runnable via npx without installation: npx @flowcore/platform-mcp-server
Global npm installation also supported: npm install -g @flowcore/platform-mcp-server
Authentication using Flowcore username and Personal Access Token (PAT)
Developed with Bun for fast runtime and development
Pros & Cons
Pros
- Open source and free to use
- Simple setup with npx or npm
- Standardized MCP interface enables integration with any MCP-compatible client
- Enables AI assistants to interact directly with Flowcore's data platform
Cons
- Requires a Flowcore account with username and PAT for authentication
- Limited to interactions with Flowcore platform only, not a general-purpose tool
- Documentation and community support primarily via Discord and GitHub issues
Best For
AI assistants interacting with Flowcore platforms for data operationsQuerying data from Flowcore data cores for analysis and reportingManaging Flowcore resources programmatically via MCP-enabled agentsIngesting data into Flowcore and performing cross-referencing tasks
FAQ
What is the Flowcore Platform MCP Server?
It is a Model Context Protocol server that provides a standardized API for AI assistants to query and manage resources on the Flowcore Platform, including data ingestion, analysis, and cross-referencing.
How do I run the server?
You can run it directly with npx without installation: npx @flowcore/platform-mcp-server --username your_username --pat your_pat. Alternatively, install globally with npm install -g @flowcore/platform-mcp-server and then run platform-mcp-server with the same arguments.
What authentication is required?
You need a Flowcore username and a Personal Access Token (PAT). These are passed as command-line arguments --username and --pat.
Is this tool free?
Yes, the MCP server is open source and free to use. However, a Flowcore account may have its own pricing.