{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "co.nautilinks/nautilinks-mcp",
  "title": "Nautilinks Backlinks",
  "description": "Search, compare, order and track French backlink placements through the Nautilinks catalog.",
  "version": "1.0.0",
  "websiteUrl": "https://nautilinks.co/en/developers/",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.nautilinks.co/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Optional for initialization and the public about tool. Protected tools require Bearer sn_live_<your Nautilinks API key> or sn_test_<sandbox key> from the member area.",
          "isRequired": false,
          "isSecret": true
        }
      ]
    }
  ]
}
