io.github.Kibetho/saasforit
Official7 toolsSaaSforIT Directory
AI-powered SaaS tool discovery API. Search 150+ curated business tools and get recommendations.
Search and get recommendations from 150+ curated business SaaS tools.
Captured live from the server via tools/list.
search_saas
Search the SaaS directory by query, category, or keywords. Returns matching tools with descriptions, pricing, and features.
Parameters (4)
- querystring
Search query (e.g., 'project management', 'email marketing', 'CRM')
- categorystring
Filter by category (e.g., 'Project Management', 'Marketing & SEO')
- pricingstring
Filter by pricing model
- limitnumber
Maximum results (default: 10, max: 50)
get_recommendations
Get personalized SaaS recommendations based on role, business type, or specific needs.
Parameters (3)
- descriptionstringrequired
Describe your role, business, or needs
- budgetstring
Budget preference
- limitnumber
Maximum recommendations (default: 10, max: 50)
get_saas_details
Get detailed information about a specific SaaS tool including full description, features, and pricing.
Parameters (2)
- idstring
The SaaS tool ID (e.g., 'slack', 'notion')
- namestring
Alternatively, the tool name to look up
list_categories
Get all available SaaS categories in the directory with tool counts.
No parameters.
get_blog_posts
Get blog posts and guides about SaaS tools. Filter by tool ID or search by topic.
Parameters (3)
- saas_idstring
Filter posts about a specific SaaS tool
- querystring
Search posts by topic or keyword
- limitnumber
Maximum posts (default: 10, max: 50)
get_all_saas
Get the complete list of all SaaS tools in the directory.
No parameters.
get_directory_stats
Get statistics about the directory (total tools, categories, etc.).
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"saasforit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.