# Datagma — MCP server on mcp.ai > Connect your Datagma account and use 8 tools for analytics straight from your AI agent. Connect with your own API key. Datagma delivers data intelligence and analytics, assisting companies in discovering market insights, tracking competitive metrics, and strategizing growth opportunities. By: mcp.ai · official Page: https://mcp.ai/datagma ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_datagma?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/datagma/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/datagma/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/datagma/skill.md Postman collection (v2.1): https://mcp.ai/datagma/postman.json ## Tools - datagma_detect_job_change(email: string) — Tool to detect if a contact changed jobs. Use when verifying a contact’s current employment details by email. - datagma_enrich_person_or_company(data: string, debug?: boolean, fullName?: string, lastName?: string, firstName?: string, phoneFull?: boolean, personFull?: boolean, companyFull?: boolean, countryCode?: string, deepTraffic?: boolean, companyFrench?: boolean, whatsappCheck?: boolean, companyKeyword?: string, companyPremium?: boolean) — 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 - datagma_find_work_email(company?: string, fullName?: string, lastName?: string, firstName?: string, linkedInSlug?: string) — 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 - datagma_get_credits(email?: string) — Get the current credit balance for the authenticated Datagma API account. Use this to check how many API credits remain before making enrichment calls. - datagma_get_twitter_by_email(email: string) — 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 - datagma_get_twitter_by_username(username: string) — 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 - datagma_reverse_phone_lookup(phone: string) — 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). - datagma_search_phone_numbers(apiId?: string, email?: string, username?: string, minimumMatch?: integer, whatsappCheck?: boolean) — 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 ## Example prompts - "What can I do in Datagma?" - "Show me a summary of my Datagma account" ## Links Docs: https://mcp.ai/docs/mcps/datagma Website: https://mcp.ai/mcps/datagma