{
  "name": "saasrow",
  "description": "MCP server for the SaaSRow software directory.",
  "transport": "streamable-http",
  "endpoint": "https://www.saasrow.com/api/mcp",
  "protocolVersion": "2025-06-18",
  "authentication": "none",
  "tools": [
    {
      "name": "search_products",
      "description": "Search the SaaSRow software directory. Combine filters to narrow results, e.g. find free self-hosted analytics tools for developers, or products positioned as an alternative to a named competitor."
    },
    {
      "name": "get_product",
      "description": "Fetch one product from the SaaSRow directory by its id."
    },
    {
      "name": "list_categories",
      "description": "List every category in the directory with the number of products in each."
    },
    {
      "name": "get_vocabulary",
      "description": "List the controlled vocabulary accepted by the use_case, audience, platform and pricing_model filters."
    }
  ],
  "usage": {
    "claude_code": "claude mcp add --transport http saasrow https://www.saasrow.com/api/mcp",
    "config": {
      "mcpServers": {
        "saasrow": {
          "type": "http",
          "url": "https://www.saasrow.com/api/mcp"
        }
      }
    }
  }
}