# LinkedIn Ads Library

Search and retrieve LinkedIn ads effortlessly. Utilize powerful tools to find ads based on keywords, countries, and date ranges, or get detailed information about specific ads. Enhance your marketing…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add InstantMCP/linkedinadsmcpserverv1

# Browse available tools
npx -y @smithery/cli@latest tool list InstantMCP/linkedinadsmcpserverv1

# Get full schema for a tool
npx -y @smithery/cli@latest tool get InstantMCP/linkedinadsmcpserverv1 search_linkedin_ads

# Call a tool
npx -y @smithery/cli@latest tool call InstantMCP/linkedinadsmcpserverv1 search_linkedin_ads '{}'
```

## Tools (3)

- `search_linkedin_ads` — Search for LinkedIn ads based on keywords, countries, and date range
- `get_details_of_ad` — Get details of a specific LinkedIn ad
- `search_linkedin_ads_with_url` — Search for LinkedIn ads based on a URL

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get InstantMCP/linkedinadsmcpserverv1 <tool-name>
```

---

Source: https://github.com/InstantMCP/linkedInAdsMCPServerV1
