Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

Inside Ads

ad.inside/inside-ads

Telegram ad exchange: estimate reach and cost with no account, then create and run campaigns.

Uptime
50.0%
2 probes
Response
121ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

estimate_campaign

Estimate reach, clicks and cost of advertising a product to Telegram audiences — no account or authorization required. Call this FIRST, before asking the user to connect an account: it tells you wheth…

create_campaign_draft

Build a ready-to-launch ad campaign for a product WITHOUT the user having an account yet. Parses the landing page, generates ad creatives, and returns a single checkout link. Give that link to the use…

get_draft_status

Check what happened to a campaign draft you created with create_campaign_draft: whether the user opened the link, signed in and paid. Poll this instead of asking the user to report back.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "inside_ads": {
      "url": "https://app.inside.ad/api/mcp",
      "transport": "streamable-http"
    }
  }
}