{
  "info": {
    "name": "Hypeauditor — mcp.ai",
    "description": "REST API for the Hypeauditor 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/hypeauditor",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "hypeauditor_get_account_media",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/account/media",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "account",
            "media"
          ]
        },
        "description": "Tool to retrieve media content of an Instagram account. Use when you need detailed post-level data and performance metrics for analysis.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"v\": \"\",\n  \"type\": \"\",\n  \"username\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hypeauditor_get_report_instagram",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/report/instagram",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "report",
            "instagram"
          ]
        },
        "description": "Tool to retrieve a detailed Instagram report. Use after providing username or user_id. Example: GET_REPORT_INSTAGRAM(username=\"nasa\").",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"v\": \"\",\n  \"user_id\": \"\",\n  \"features\": \"\",\n  \"username\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hypeauditor_get_report_tik_tok",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/report/tik/tok",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "report",
            "tik",
            "tok"
          ]
        },
        "description": "Retrieves comprehensive analytics report for a TikTok account including audience demographics, engagement metrics, content performance, follower growth, and authenticity scores. Use this to analyze Ti",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"v\": \"\",\n  \"channel\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hypeauditor_search_influencers_suggester",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/influencers/suggester",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "influencers",
            "suggester"
          ]
        },
        "description": "Tool to search for influencer social network accounts by keyword. Use when you need to find influencers matching a search term, with optional filtering by social network type.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"st\": \"\",\n  \"exclSt\": \"\",\n  \"search\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}