Model Context Protocol Server
Welcome to the FAIS MCP Server! This service provides tool discovery and workflow management capabilities using Microsoft Semantic Kernel. Access our APIs to discover available tools and manage workflows.

Available Endpoints

GET /api/tools Get all available tools
GET /api/tools/{toolName} Get specific tool info
POST /api/tools/execute Execute a tool
GET /api/tools/health Health check
GET /api/workflow/all/{orgId} Get all workflows
GET /api/workflow/{orgId}/{workflowId} Get workflow details