{
  "info": {
    "name": "SimilarWeb Digital Rank API — mcp.ai",
    "description": "REST API for the SimilarWeb Digital Rank API MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/similarweb_digitalrank_api",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "similarweb_digitalrank_api_get_rank_tracker_describe",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/rank/tracker/describe",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "rank",
            "tracker",
            "describe"
          ]
        },
        "description": "Tool to retrieve campaign metadata for rank tracking. Returns Campaign IDs and Scraping Configurations needed to query other Rank Tracker APIs.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "similarweb_digitalrank_api_get_similar_rank_top_sites",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/similar/rank/top/sites",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "similar",
            "rank",
            "top",
            "sites"
          ]
        },
        "description": "Tool to retrieve a list of top-ranking websites globally or filtered by country and category. Use when you need to discover popular websites based on SimilarWeb's traffic data.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"country\": \"\",\n  \"category\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "similarweb_digitalrank_api_get_subscription_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/subscription/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "subscription",
            "status"
          ]
        },
        "description": "Tool to check the remaining subscription usage for the user.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}