{"name":"flowtivity-insights","description":"Flowtivity Insights MCP server — analyze websites for automation opportunities, AI readiness, AEO scores, and browse the AI Business Directory.","version":"1.0.0","serverUrl":"https://flowtivity.ai/.well-known/mcp","transport":"streamable-http","authentication":{"type":"oauth","authorization_url":"https://flowtivity.ai/api/auth/authorize","token_url":"https://flowtivity.ai/api/auth/token","scopes":["insights:read","insights:write","directory:read","scans:read","scans:write"],"code_challenge_methods_supported":["S256"],"metadata_url":"https://flowtivity.ai/.well-known/oauth-authorization-server","description":"OAuth 2.0 with PKCE (S256) for authenticated access. API key also supported via x-mcp-api-key header.","alternatives":[{"type":"api_key","header":"x-mcp-api-key","description":"API key for quick integration."}]},"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"},"email":{"type":"string","description":"Optional email for reports"},"scan_type":{"type":"string","enum":["light","basic","full"]}},"required":["url"]}},{"name":"list_scans","description":"List recent business insight scans with pagination","inputSchema":{"type":"object","properties":{"limit":{"type":"number"},"status":{"type":"string","enum":["pending","fetching","analyzing","complete","error"]},"domain":{"type":"string"},"cursor":{"type":"string"}}}},{"name":"get_scan","description":"Get comprehensive analysis results for a scan","inputSchema":{"type":"object","properties":{"scan_id":{"type":"string"},"include_related":{"type":"boolean"}},"required":["scan_id"]}},{"name":"get_scan_status","description":"Check progress of a running scan","inputSchema":{"type":"object","properties":{"scan_id":{"type":"string"}},"required":["scan_id"]}},{"name":"get_opportunities","description":"Get filtered automation opportunities for a scan","inputSchema":{"type":"object","properties":{"scan_id":{"type":"string"},"impact":{"type":"string","enum":["high","medium","low"]},"effort":{"type":"string","enum":["high","medium","low"]},"category":{"type":"string"}},"required":["scan_id"]}},{"name":"get_workflows","description":"Get identified business workflows for a scan","inputSchema":{"type":"object","properties":{"scan_id":{"type":"string"},"automation_potential":{"type":"string","enum":["high","medium","low"]}},"required":["scan_id"]}},{"name":"get_playbook","description":"Get the AI automation playbook for a scan","inputSchema":{"type":"object","properties":{"scan_id":{"type":"string"},"include_skills":{"type":"boolean"}},"required":["scan_id"]}},{"name":"get_directory_listing","description":"Get an AI Business Directory listing","inputSchema":{"type":"object","properties":{"scan_id":{"type":"string"},"slug":{"type":"string"}}}},{"name":"list_directory","description":"Browse the AI Business Directory","inputSchema":{"type":"object","properties":{"industry":{"type":"string"},"limit":{"type":"number"},"offset":{"type":"number"}}}},{"name":"get_score_breakdown","description":"Get detailed readiness and AEO score breakdowns","inputSchema":{"type":"object","properties":{"scan_id":{"type":"string"},"score_type":{"type":"string","enum":["readiness","aeo","both"]}},"required":["scan_id"]}},{"name":"search_insights","description":"Search across all scans for insights","inputSchema":{"type":"object","properties":{"query":{"type":"string"},"search_type":{"type":"string","enum":["all","opportunities","workflows","domains"]},"limit":{"type":"number"}},"required":["query"]}},{"name":"get_analytics_summary","description":"Get aggregate analytics across all scans","inputSchema":{"type":"object","properties":{"time_range":{"type":"string","enum":["7d","30d","90d","all"]}}}}],"links":{"documentation":"https://flowtivity.ai/developers/","openapi":"https://flowtivity.ai/openapi.json","pricing":"https://flowtivity.ai/pricing.md","support":"https://flowtivity.ai/contact/"}}