{
  "info": {
    "name": "Gender API — mcp.ai",
    "description": "REST API for the Gender 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/gender_api",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "gender_api_get_country_of_origin",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/country/of/origin",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "country",
            "of",
            "origin"
          ]
        },
        "description": "Tool to retrieve a name's likely countries of origin. Use after confirming the name identifier.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"email\": \"\",\n  \"full_name\": \"\",\n  \"first_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gender_api_get_country_of_origin_v1",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/country/of/origin/v1",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "country",
            "of",
            "origin",
            "v1"
          ]
        },
        "description": "Tool to get the country of origin for a given first name using v1 API. Returns the most likely country where the name is most common.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gender_api_get_statistic",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/statistic",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "statistic"
          ]
        },
        "description": "Tool to retrieve account statistics from Gender-API, including remaining credits and usage details. Use when you need to check your credit balance before performing further gender lookups.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gender_api_query_by_email_address",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/by/email/address",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "by",
            "email",
            "address"
          ]
        },
        "description": "Determine likely gender from an email address by extracting and analyzing the name portion. Returns male/female/unknown with a confidence score. Optionally filter by country for improved accuracy. Che",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"ip\": \"\",\n  \"email\": \"\",\n  \"locale\": \"\",\n  \"country\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gender_api_query_by_email_address_multiple",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/by/email/address/multiple",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "by",
            "email",
            "address",
            "multiple"
          ]
        },
        "description": "Determine likely gender for multiple email addresses in a single batch request. Returns male/female/unknown with confidence scores for each email. Use for efficient bulk processing. Each result includ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"emails\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gender_api_query_by_first_name",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/by/first/name",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "by",
            "first",
            "name"
          ]
        },
        "description": "Tool to determine the gender of a first name. Use when you need to identify gender based on a given name.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"ip\": \"\",\n  \"locale\": \"\",\n  \"country\": \"\",\n  \"first_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gender_api_query_by_full_name",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/by/full/name",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "by",
            "full",
            "name"
          ]
        },
        "description": "Tool to determine gender by splitting a full name. Use when you have an exact full name string and want to infer gender. Slightly less reliable for rare or ambiguous names.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"ip\": \"\",\n  \"locale\": \"\",\n  \"country\": \"\",\n  \"full_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gender_api_query_gender_by_first_name_multiple",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/gender/by/first/name/multiple",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "gender",
            "by",
            "first",
            "name",
            "multiple"
          ]
        },
        "description": "Tool to determine gender for multiple first names in a single batch request. Use when you need to query gender for several names efficiently to save API credits and reduce latency.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"names\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "gender_api_query_gender_by_full_name_multiple",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/gender/by/full/name/multiple",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "gender",
            "by",
            "full",
            "name",
            "multiple"
          ]
        },
        "description": "Tool to batch query gender for multiple full names in a single request. Use when you need to determine gender for multiple names efficiently. Each name can optionally include country, locale, or IP fo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"names\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}