# How to connect Adyntel to Claude Cowork

```json
{
  "title": "How to connect Adyntel to Claude Cowork",
  "toolkit": "Adyntel",
  "toolkit_slug": "adyntel",
  "framework": "Claude Cowork",
  "framework_slug": "claude-cowork",
  "url": "https://composio.dev/toolkits/adyntel/framework/claude-cowork",
  "markdown_url": "https://composio.dev/toolkits/adyntel/framework/claude-cowork.md",
  "updated_at": "2026-05-12T10:00:12.293Z"
}
```

## Introduction

Cowork is Anthropic's AI agent for knowledge work. Think of it as Claude Code for everything else. It works autonomously with your computer, local files, and applications to accomplish complex tasks.
This guide walks you through the easiest and most secure way to connect your Adyntel account to Cowork via Composio Connect, enabling it to find LinkedIn ads for nike.com, show all Google ads for amazon.com, search Meta ads for fitness trackers, and more such actions on your behalf without compromising your account security.

## Also integrate Adyntel with

- [OpenAI Agents SDK](https://composio.dev/toolkits/adyntel/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/adyntel/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/adyntel/framework/claude-code)
- [Codex](https://composio.dev/toolkits/adyntel/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/adyntel/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/adyntel/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/adyntel/framework/cli)
- [Google ADK](https://composio.dev/toolkits/adyntel/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/adyntel/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/adyntel/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/adyntel/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/adyntel/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/adyntel/framework/crew-ai)

## Connect Adyntel to Claude Cowork

### Connecting Adyntel to Claude Cowork
1. Open Customize
In Claude Desktop, click Customize in the left sidebar, then select Connectors and click the + icon at the top.
2. Add the Composio MCP server
Click Add custom connector and paste in the Composio MCP server URL:

```bash
https://connect.composio.dev/mcp
```

## What is Claude Cowork?

Claude Cowork is Anthropic's agent for general knowledge work. It can use your computer, files, and connected applications to complete longer-running tasks across your work tools.
With Composio Connect, Cowork can securely access apps like Adyntel through MCP without you sharing account credentials directly with the agent.

## What is the Adyntel MCP server, and what's possible with it?

The Adyntel MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Adyntel account. It provides structured and secure access to company ad intelligence, so your agent can retrieve LinkedIn, Google, Meta, and TikTok ads, analyze campaign performance, and surface competitive ad insights on your behalf.
- Company-specific ad retrieval: Instantly fetch all Google ads associated with any company's domain for in-depth competitive analysis.
- Meta ad library search: Direct your agent to explore Meta's ad archive, surfacing ads by keyword, brand, or campaign theme.
- TikTok ad discovery: Search and analyze TikTok ads using targeted keywords to identify creative trends and campaign strategies.
- Cross-platform ad intelligence: Aggregate and compare ad content and strategies across platforms for a unified marketing view.
- Competitive campaign benchmarking: Let your agent compile and summarize ad performance data to benchmark competitors and inform your own ad strategy.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `ADYNTEL_GET_GOOGLE_ADS_BY_COMPANY` | Get Google Ads By Company | 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 count of ads in the returned `ads` array — a single call returns only a partial slice of all available ads. |
| `ADYNTEL_GET_GOOGLE_SHOPPING_SEARCH_STATUS` | Get Google Shopping Search Status | 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` | Get LinkedIn Ads By Company | 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` | Get Meta Ads By Company Or Page | 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` | Get Paid Vs Organic Keywords | Analyze paid vs organic keyword performance for a company domain. Returns keyword data comparing paid advertising and organic search performance. |
| `ADYNTEL_META_AD_SEARCH` | Search Meta Ads | Search the Meta ad library. |
| `ADYNTEL_SEARCH_TIK_TOK_ADS_BY_KEYWORD` | Search TikTok Ads By Keyword | Search the TikTok ad library using keywords. Returns matching ads with creative content, engagement metrics, and targeting information. |
| `ADYNTEL_START_GOOGLE_SHOPPING_SEARCH` | Start Google Shopping Search | Start an asynchronous Google Shopping ads search for a company domain. Returns a job ID to check status with the google_shopping_status endpoint. |

## Supported Triggers

None listed.

## Creating MCP Server - Stand-alone vs Composio SDK

The Adyntel MCP server connects Claude Cowork to your Adyntel account through Composio. Once connected, Cowork can use the available Adyntel tools and triggers to complete tasks on your behalf.

## Complete Code

None listed.

## How to build Adyntel MCP Agent with another framework

- [OpenAI Agents SDK](https://composio.dev/toolkits/adyntel/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/adyntel/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/adyntel/framework/claude-code)
- [Codex](https://composio.dev/toolkits/adyntel/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/adyntel/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/adyntel/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/adyntel/framework/cli)
- [Google ADK](https://composio.dev/toolkits/adyntel/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/adyntel/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/adyntel/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/adyntel/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/adyntel/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/adyntel/framework/crew-ai)

## Related Toolkits

- [Metaads](https://composio.dev/toolkits/metaads) - Metaads is Meta's official Ads API that lets you manage, analyze, and optimize your Facebook and Instagram ad campaigns. Streamline ad operations and gain deeper insights with robust automation.
- [Adrapid](https://composio.dev/toolkits/adrapid) - Adrapid is a platform for rapid creation of digital marketing visuals using templates. It streamlines design workflows for banners, images, and HTML5 content with automation.
- [Beaconstac](https://composio.dev/toolkits/beaconstac) - Beaconstac is a platform for creating and managing QR codes and proximity beacons. It helps businesses engage customers and track marketing performance with powerful analytics.
- [Campaign cleaner](https://composio.dev/toolkits/campaign_cleaner) - Campaign cleaner is an email campaign optimization tool that boosts compatibility and deliverability across email clients. It helps marketers get better results by cleaning, enhancing, and ensuring high performance for every campaign.
- [Deadline funnel](https://composio.dev/toolkits/deadline_funnel) - Deadline Funnel lets you create personalized deadlines and timers for your marketing campaigns. It helps marketers boost conversions by adding authentic urgency to offers.
- [Google Ads](https://composio.dev/toolkits/googleads) - Google Ads is Google's online advertising platform for creating, managing, and optimizing digital campaigns. It helps businesses reach targeted customers and maximize return on ad spend.
- [Instantly](https://composio.dev/toolkits/instantly) - Instantly is a platform for automating cold email outreach, managing leads, and optimizing deliverability. Get better results from email campaigns with minimal manual effort.
- [Proofly](https://composio.dev/toolkits/proofly) - Proofly is a social proof platform that displays real-time notifications of customer activity on your site. It helps you increase website conversions by building trust and urgency for visitors.
- [Segmetrics](https://composio.dev/toolkits/segmetrics) - Segmetrics is a marketing analytics platform that reveals detailed insights into your customer journeys. It helps businesses optimize marketing strategies with accurate, actionable reporting.
- [Semrush](https://composio.dev/toolkits/semrush) - Semrush is a leading SEO tool suite for keyword research, competitor analysis, and campaign tracking. It empowers marketers to improve search rankings and optimize online visibility.
- [Sendloop](https://composio.dev/toolkits/sendloop) - Sendloop is an all-in-one email marketing platform built for SaaS, e-commerce, and small businesses. It makes it easy to send campaigns, manage lists, and track results—all in one place.
- [Sidetracker](https://composio.dev/toolkits/sidetracker) - Sidetracker is a marketing analytics platform that tracks expenses, sales funnels, and customer journeys. It helps optimize marketing spend and visualize campaign performance from start to finish.
- [Stannp](https://composio.dev/toolkits/stannp) - Stannp is an API-driven direct mail platform for sending postcards and letters programmatically. It lets you automate physical mail delivery—no manual printing or mailing required.
- [Tapfiliate](https://composio.dev/toolkits/tapfiliate) - Tapfiliate is an affiliate and referral tracking platform for businesses. It helps companies efficiently manage, track, and grow their affiliate programs.
- [Tpscheck](https://composio.dev/toolkits/tpscheck) - Tpscheck is a real-time service for verifying UK phone numbers against TPS and CTPS registers. It helps prevent unwanted marketing calls and ensures compliance with UK telemarketing laws.
- [Gmail](https://composio.dev/toolkits/gmail) - Gmail is Google's email service with powerful spam protection, search, and G Suite integration. It keeps your inbox organized and makes communication fast and reliable.
- [Google Calendar](https://composio.dev/toolkits/googlecalendar) - Google Calendar is a time management service for scheduling meetings, events, and reminders. It streamlines personal and team organization with integrated notifications and sharing options.
- [Google Drive](https://composio.dev/toolkits/googledrive) - Google Drive is a cloud storage platform for uploading, sharing, and collaborating on files. It's perfect for keeping your documents accessible and organized across devices.
- [Outlook](https://composio.dev/toolkits/outlook) - Outlook is Microsoft's email and calendaring platform for unified communications and scheduling. It helps users stay organized with powerful email, contacts, and calendar management.
- [Twitter](https://composio.dev/toolkits/twitter) - Twitter is a social media platform for sharing real-time updates, conversations, and news. Stay connected, informed, and engaged with communities worldwide.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Adyntel MCP?

With a standalone Adyntel MCP server, the agents and LLMs can only access a fixed set of Adyntel tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Adyntel and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with Claude Cowork?

Yes, you can. Claude Cowork fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Adyntel tools.

### Can I manage the permissions and scopes for Adyntel while using Tool Router?

Yes, absolutely. You can configure which Adyntel scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Adyntel data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
