API Reference
Complete reference for FlowMCP’s core methods and integration patterns based on official documentation.Quick Method Overview
| Method | Purpose | Returns |
|---|---|---|
.validateSchema() | Validate schema structure | { status, messages } |
.fetch() | Execute API requests | { status, dataAsString, messages } |
.filterArrayOfSchemas() | Filter schema collections | { filteredArrayOfSchemas } |
.activateServerTools() | Create MCP tools | { mcpTools } |
.getZodInterfaces() | Generate validations | { routeName: ZodSchema } |
.getAllTests() | Extract test cases | [{ routeName, userParams }] |
Core Documentation
Core Methods API
Complete FlowMCP Core API reference with examples
Schema Specification
v1.2.2 schema format and validation rules
Server Deployment
Production deployment patterns and configurations
Troubleshooting
Common issues and debugging techniques
Essential Methods
FlowMCP.fetch()
Primary method for API execution with schemas:FlowMCP.activateServerTools()
Transform schemas into MCP tools:MCP Server Integration
Basic Server Setup
FlowMCP integrates with the official MCP SDK to create production-ready servers:Production Configuration
For production deployments, include comprehensive error handling and monitoring:Schema Filtering
Use advanced filtering for specialized servers:Error Handling Patterns
Implement robust error handling for production reliability:Resources
- Core Methods API - Detailed method documentation
- Schema Specification - v1.2.2 schema format
- GitHub Repository - Source code and examples
- Schema Library - Extensive schema collection
- Community Support - Q&A and help
Ready to build? Start with the Core Methods API for detailed implementation guides, or explore the Schema Library for production-ready examples.