{
  "$schemaStatus": "EXPERIMENTAL. This file follows the draft MCP Server Card extension (SEP-2127, Extensions Track, not part of the MCP standards-track spec). It is optional discovery metadata; MCP clients must not require it to connect. See docs/mcp.md.",
  "name": "toolsnest-mcp",
  "title": "ToolsNest MCP Server",
  "description": "Remote MCP server exposing a curated set of ToolsNest's free SEO and text-analysis tools (SEO audit, keyword density, readability, robots.txt validation, meta tag generation, AI crawler access checking, and more) to compatible MCP clients.",
  "version": "1.2.0",
  "websiteUrl": "https://toolsnest.io",
  "documentationUrl": "https://toolsnest.io/mcp-server",
  "privacyPolicyUrl": "https://toolsnest.io/privacy-policy",
  "termsUrl": "https://toolsnest.io/terms",
  "supportedProtocolVersions": ["2025-11-25", "2025-06-18", "2025-03-26", "2024-11-05", "2024-10-07"],
  "remotes": [
    {
      "url": "https://toolsnest.io/mcp",
      "transport": "streamable-http"
    }
  ],
  "authentication": {
    "type": "bearer",
    "description": "Send a pre-shared API token as 'Authorization: Bearer <token>'. This is not an open or anonymous endpoint. This is bearer-token authentication, not OAuth. See the documentation URL above for the OAuth upgrade status.",
    "tokenRequestUrl": "https://toolsnest.io/contact#mcp-access"
  }
}
