
What is FlowMCP?
FlowMCP transforms REST APIs into standardized MCP servers for AI applications. Define APIs as schemas, launch one server, and AI tools like Claude Desktop can access all your data sources through a unified interface.🚀 Quick Start
Get up and running with FlowMCP quickly
Core Features
- Universal API Adaptation: Transform any REST API into MCP tools automatically
- Schema-Driven Development: Declarative schemas handle validation, parameters, and errors
- Extensive Production APIs: Battle-tested with GitHub, Stripe, OpenWeather, and more
- Flexible Deployment: stdio servers for AI apps, HTTP servers for web services
Why FlowMCP?
Traditional MCP: Write separate servers for each API with custom authentication, validation, and error handling. Time: weeks per API. With FlowMCP: Define schemas, launch one server, access all APIs. Time: hours total.Real-World Impact
Consider a typical AI development scenario where you need access to:- GitHub for code repository data
- OpenWeather for environmental context
- CoinGecko for financial market data
- News APIs for current events
- Social media APIs for trend analysis
Live Example: Multi-Provider MCP Server
See how FlowMCP consolidates multiple data sources into a single MCP server:Ready to dive in? Check out our Quick Start Guide or explore the extensive schema library.
FlowMCP Ecosystem
The FlowMCP ecosystem consists of several interconnected components that work together to provide comprehensive MCP server capabilities: FlowMCP Core is the foundational framework that handles schema validation, HTTP requests, parameter substitution, and response processing. It provides the essentialFlowMCP.fetch() method for direct API calls and the filtering system for managing large schema collections.
FlowMCP Schemas represents a curated library of extensive production-ready API schemas covering major services like GitHub, OpenWeather, Stripe, CoinGecko, and many others. Each schema is professionally crafted and tested, allowing you to quickly integrate popular APIs without writing custom configurations.
FlowMCP Servers provides the MCP server implementations - LocalServer for stdio-based AI integrations (perfect for Claude Desktop), and RemoteServer for HTTP-based web applications. Both servers support the documented activateServerTools() method for converting schema arrays into MCP tool collections.
Community Server offers a GitHub-integrated MCP server that demonstrates advanced FlowMCP patterns and provides ready-to-use functionality for development teams. It showcases how to build sophisticated MCP servers using FlowMCP as the foundation.
X402 Core extends FlowMCP with ERC20-based payment capabilities for paid APIs, enabling blockchain-powered API access management. This component addresses the growing need for monetized API access in decentralized applications.
The Visual Schema Browser provides an interactive web interface for exploring available schemas, understanding their structure, and testing their functionality before integration. This tool significantly reduces the learning curve for new FlowMCP users.