{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "serverInfo": {
    "name": "listmysaas",
    "title": "ListMySaaS MCP Server",
    "version": "1.0.0",
    "description": "Model Context Protocol server for searching SaaS products, directory categories, and diagnosing webpage SEO."
  },
  "endpoint": "https://listmysaas.xyz/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2024-11-05",
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {},
    "prompts": {}
  },
  "tools": [
    {
      "name": "list_tools",
      "description": "Search and list SaaS tools in the curated ListMySaaS directory by keyword, category, or featured status."
    },
    {
      "name": "get_tool",
      "description": "Get full profile details, metadata, website URL, and alternatives for a specific SaaS tool by its slug."
    },
    {
      "name": "list_categories",
      "description": "List all 30+ SaaS categories in the directory with tool counts and URLs."
    },
    {
      "name": "analyze_headings",
      "description": "Audit the H1-H6 heading hierarchy, word count, and content structure for any public webpage."
    },
    {
      "name": "analyze_meta",
      "description": "Analyze SEO meta tags, title, description, OpenGraph, Twitter Cards, and canonical tags for any public URL."
    }
  ]
}
