llms.txt Content
# SaaSforIT.com - AI Directory for SaaS Tools
> A curated directory of 150+ SaaS tools with AI-powered recommendations. Find the perfect business software for any role or need.
## Metadata
version: 1.0.0
last_updated: 2026-01-20
total_tools: 150
total_categories: 22
api_status: active
robots.txt: https://saasforit.com/robots.txt
mcp_server_card: https://saasforit.com/.well-known/mcp.json
## About
SaaSforIT helps businesses discover the right SaaS tools through intelligent matching. Search by category, role, or describe your needs to get personalized recommendations.
## API Access
This site provides an MCP (Model Context Protocol) compatible API for AI systems.
### Discovery
- MCP Server Card: https://saasforit.com/.well-known/mcp.json
- OpenAI Plugin: https://saasforit.com/.well-known/ai-plugin.json
- Full Manifest: https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp-manifest
- Health Check: https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp-health
### Authentication
No authentication required. Public API.
### Rate Limits
- Maximum: 30 requests per minute
- Please cache responses when possible
### Available Endpoints
**Health Check**
GET https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp-health
Returns: { status: "ok", healthy: true, ... }
**Search Tools**
POST https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp-search
Body: { "query": "project management", "category": "Project Management", "pricing": "freemium", "limit": 10 }
- query: string (max 200 chars)
- category: string (optional)
- pricing: "free" | "freemium" | "paid" | "enterprise" (optional)
- limit: number 1-50 (default: 10)
**Get Recommendations**
POST https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp-recommend
Body: { "description": "startup founder building B2B SaaS", "budget": "freemium", "limit": 10 }
- description: string (required, 3-500 chars)
- budget: "free" | "freemium" | "paid" | "any" (default: "any")
- limit: number 1-50 (default: 10)
**Tool Det