{
  "info": {
    "name": "Datagma — mcp.ai",
    "description": "REST API for the Datagma 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/datagma",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "datagma_detect_job_change",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/detect/job/change",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "detect",
            "job",
            "change"
          ]
        },
        "description": "Tool to detect if a contact changed jobs. Use when verifying a contact’s current employment details by email.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datagma_enrich_person_or_company",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/enrich/person/or/company",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "enrich",
            "person",
            "or",
            "company"
          ]
        },
        "description": "Enrich person or company data using LinkedIn URLs, emails, domains, or names. Returns enriched data including: contact information, LinkedIn profiles, company details, work experience, education, phon",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"debug\": false,\n  \"fullName\": \"\",\n  \"lastName\": \"\",\n  \"firstName\": \"\",\n  \"phoneFull\": false,\n  \"personFull\": false,\n  \"companyFull\": false,\n  \"countryCode\": \"\",\n  \"deepTraffic\": false,\n  \"companyFrench\": false,\n  \"whatsappCheck\": false,\n  \"companyKeyword\": \"\",\n  \"companyPremium\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datagma_find_work_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/find/work/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "find",
            "work",
            "email"
          ]
        },
        "description": "Find verified work email address for a person using their name and company. Returns a professionally verified email address with validation metadata including SMTP checks and MX records. Requires eith",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"company\": \"\",\n  \"fullName\": \"\",\n  \"lastName\": \"\",\n  \"firstName\": \"\",\n  \"linkedInSlug\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datagma_get_credits",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/credits",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "credits"
          ]
        },
        "description": "Get the current credit balance for the authenticated Datagma API account. Use this to check how many API credits remain before making enrichment calls.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datagma_get_twitter_by_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/twitter/by/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "twitter",
            "by",
            "email"
          ]
        },
        "description": "Retrieve Twitter account information associated with an email address. This action looks up Twitter username and display name for a given email address using Datagma's enrichment database. Returns Twi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datagma_get_twitter_by_username",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/twitter/by/username",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "twitter",
            "by",
            "username"
          ]
        },
        "description": "Enrich Twitter profile data using Datagma's database. Returns contact information (email), social media profiles (LinkedIn, Facebook, GitHub), and professional details (skills, interests, industry) as",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"username\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datagma_reverse_phone_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/reverse/phone/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "reverse",
            "phone",
            "lookup"
          ]
        },
        "description": "Tool to reverse-lookup information associated with a phone number. Use when you have a phone number and need associated details (e.g., carrier, location).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"phone\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datagma_search_phone_numbers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/phone/numbers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "phone",
            "numbers"
          ]
        },
        "description": "Find mobile phone numbers using email address and/or LinkedIn profile URL. Returns list of phone numbers with confidence scores and optional WhatsApp verification. Best results when both email and Lin",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apiId\": \"\",\n  \"email\": \"\",\n  \"username\": \"\",\n  \"minimumMatch\": 0,\n  \"whatsappCheck\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}