← saasforit.com
INDIVIDUAL MCP TOOL
get_all_saas
Get the complete list of all SaaS tools in the directory.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.saasforit-directory]
url = "https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"saasforit-directory": {
"type": "http",
"url": "https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: saasforit-directory
Remote MCP URL: https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"saasforit-directory": {
"url": "https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"saasforit-directory": {
"type": "http",
"url": "https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "saasforit-directory",
"transport": "streamable-http",
"url": "https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_saas— Search the SaaS directory by query, category, or keywords.get_recommendations— Get personalized SaaS recommendations based on role, business type, or specific needs.get_saas_details— Get detailed information about a specific SaaS tool including full description, features, and pricing.list_categories— Get all available SaaS categories in the directory with tool counts.get_blog_posts— Get blog posts and guides about SaaS tools.get_directory_stats— Get statistics about the directory (total tools, categories, etc.