# Adyntel — MCP server on mcp.ai > Connect your Adyntel account and use 8 tools for ads and conversion straight from your AI agent. Connect with your own API key. Adyntel provides an API to retrieve LinkedIn ads for a given company using the company's domain or LinkedIn Page ID. By: mcp.ai · official Page: https://mcp.ai/adyntel ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_adyntel?ms=1787291340000 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/adyntel/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/adyntel/ 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/adyntel/skill.md Postman collection (v2.1): https://mcp.ai/adyntel/postman.json ## Tools - adyntel_get_google_ads_by_company(media_type?: string, company_domain: string) — Retrieve Google ads for a company domain. Returns ad creatives including text, image, and video ads with advertiser information. Response includes a `total_ad_count` field that typically exceeds the c - adyntel_get_google_shopping_search_status(id: string) — Check the status and retrieve results of a Google Shopping ads search. Use the ID returned from the google_shopping endpoint. No credits charged for status checks. - adyntel_get_linked_in_ads_by_company(company_domain?: string, linkedin_page_id?: integer) — Retrieve LinkedIn ads for a company by domain or LinkedIn page ID. Returns ad creatives and campaign details. - adyntel_get_meta_ads_by_company_or_page(media_type?: string, webhook_url?: string, country_code?: string, facebook_url?: string, active_status?: string, company_domain?: string, continuation_token?: string) — Retrieve Meta/Facebook ads for a company domain or Facebook page URL. Returns ad creatives, engagement metrics, and campaign details. - adyntel_get_paid_vs_organic_keywords(company_domain: string) — Analyze paid vs organic keyword performance for a company domain. Returns keyword data comparing paid advertising and organic search performance. - adyntel_meta_ad_search(keyword: string, country_code?: string, continuation_token?: string) — Search the Meta ad library. - adyntel_search_tik_tok_ads_by_keyword(keyword: string, country_code?: string) — Search the TikTok ad library using keywords. Returns matching ads with creative content, engagement metrics, and targeting information. - adyntel_start_google_shopping_search(company_domain: string) — Start an asynchronous Google Shopping ads search for a company domain. Returns a job ID to check status with the google_shopping_status endpoint. ## Example prompts - "What can I do in Adyntel?" - "Show me a summary of my Adyntel account" ## Links Docs: https://mcp.ai/docs/mcps/adyntel Website: https://mcp.ai/mcps/adyntel