{"name":"Flowtivity Insights","version":"1.0.0","description":"Analyze websites for automation opportunities, AI readiness, AEO scores, and browse the AI Business Directory.","serverUrl":"https://flowtivity.ai/.well-known/mcp","transport":"streamable-http","requiresAuth":true,"authentication":{"type":"oauth","authorization_url":"https://flowtivity.ai/api/auth/authorize","token_endpoint":"https://flowtivity.ai/api/auth/token","token_url":"https://flowtivity.ai/api/auth/token","scopes":["insights:read","insights:write","directory:read","scans:read","scans:write"],"code_challenge_methods_supported":["S256"],"pkce_required":true,"metadata_url":"https://flowtivity.ai/.well-known/oauth-authorization-server","protected_resource_metadata":"https://flowtivity.ai/.well-known/oauth-protected-resource","alternatives":[{"type":"api_key","header":"x-mcp-api-key","description":"API key for quick integration. Free tier: 3 scans/day."}]},"auth":{"type":"oauth2-pkce","flows":{"authorizationCode":{"authorizationUrl":"https://flowtivity.ai/api/auth/authorize","tokenUrl":"https://flowtivity.ai/api/auth/token","scopes":{"insights:read":"Read scan results and insights","insights:write":"Trigger new scans","directory:read":"Browse AI Business Directory","scans:read":"Read scan status and history","scans:write":"Create and manage scans"},"pkce":{"required":true,"code_challenge_method":"S256"}}},"bearerMethods":["header"],"metadata":{"authorization_server":"https://flowtivity.ai/.well-known/oauth-authorization-server","protected_resource":"https://flowtivity.ai/.well-known/oauth-protected-resource","openid_configuration":"https://flowtivity.ai/.well-known/openid-configuration"}},"tools":[{"name":"trigger_scan","description":"Initiate a new website scan for automation opportunities and AI readiness","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"Website URL to scan (e.g. 'example.com')"},"email":{"type":"string","description":"Optional email for scan reports"},"scan_type":{"type":"string","enum":["light","basic","full"],"description":"Scan depth. Default: basic"}},"required":["url"]},"requiresAuth":true},{"name":"list_scans","description":"List recent business insight scans with pagination and filters","inputSchema":{"type":"object","properties":{"limit":{"type":"number","description":"Max results (default 20, max 100)"},"status":{"type":"string","enum":["pending","fetching","analyzing","complete","error"]},"domain":{"type":"string","description":"Filter by domain (partial match)"},"cursor":{"type":"string","description":"Pagination cursor"}}},"requiresAuth":true},{"name":"get_scan","description":"Get comprehensive analysis results for a specific scan by ID","inputSchema":{"type":"object","properties":{"scan_id":{"type":"string","description":"UUID of the scan"},"include_related":{"type":"boolean","description":"Include playbook, AEO boost, directory listing"}},"required":["scan_id"]},"requiresAuth":true},{"name":"get_scan_status","description":"Check the current status and progress of a scan","inputSchema":{"type":"object","properties":{"scan_id":{"type":"string","description":"UUID of the scan"}},"required":["scan_id"]},"requiresAuth":true},{"name":"get_opportunities","description":"Get filtered automation opportunities for a scan with impact/effort/category filters","inputSchema":{"type":"object","properties":{"scan_id":{"type":"string","description":"UUID of the scan"},"impact":{"type":"string","enum":["high","medium","low"]},"effort":{"type":"string","enum":["high","medium","low"]},"category":{"type":"string","enum":["workflow","communication","data","customer-service","admin","client-management"]}},"required":["scan_id"]},"requiresAuth":true},{"name":"get_workflows","description":"Get identified business workflows for a scan with automation potential ratings","inputSchema":{"type":"object","properties":{"scan_id":{"type":"string","description":"UUID of the scan"},"automation_potential":{"type":"string","enum":["high","medium","low"]}},"required":["scan_id"]},"requiresAuth":true},{"name":"get_playbook","description":"Get the AI automation playbook for a scan with skills library and 90-day roadmap","inputSchema":{"type":"object","properties":{"scan_id":{"type":"string","description":"UUID of the scan"},"include_skills":{"type":"boolean","description":"Include full AI skills (default: true)"}},"required":["scan_id"]},"requiresAuth":true},{"name":"get_directory_listing","description":"Get an AI Business Directory listing by scan ID or slug","inputSchema":{"type":"object","properties":{"scan_id":{"type":"string","description":"UUID of the scan"},"slug":{"type":"string","description":"Directory slug"}}},"requiresAuth":true},{"name":"list_directory","description":"Browse the AI Business Directory with industry filters","inputSchema":{"type":"object","properties":{"industry":{"type":"string","enum":["technology","healthcare","finance","retail","professional-services","education","manufacturing","real-estate","marketing","consulting","other"]},"limit":{"type":"number","description":"Max results (default 20)"},"offset":{"type":"number","description":"Offset for pagination"}}},"requiresAuth":true},{"name":"get_score_breakdown","description":"Get detailed readiness and AEO score breakdowns with explanations","inputSchema":{"type":"object","properties":{"scan_id":{"type":"string","description":"UUID of the scan"},"score_type":{"type":"string","enum":["readiness","aeo","both"],"description":"Default: both"}},"required":["scan_id"]},"requiresAuth":true},{"name":"search_insights","description":"Search across all scans for specific insights matching a query","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query"},"search_type":{"type":"string","enum":["all","opportunities","workflows","domains"]},"limit":{"type":"number","description":"Max results (default 10)"}},"required":["query"]},"requiresAuth":true},{"name":"get_analytics_summary","description":"Get aggregate analytics across all scans: totals, averages, distributions","inputSchema":{"type":"object","properties":{"time_range":{"type":"string","enum":["7d","30d","90d","all"],"description":"Default: 30d"}}},"requiresAuth":true}],"links":{"serverCard":"https://flowtivity.ai/.well-known/mcp/server-card.json","openapi":"https://flowtivity.ai/openapi.json","health":"https://flowtivity.ai/api/health"}}