Inside Ads MCP server
Telegram ad exchange: estimate reach and cost with no account, then create and run campaigns.
Little public usage data yet
Reviews
Write oneNobody has reviewed Inside Ads yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Inside Ads tools (3, 1 write)
write = sends, deletes, buys or postscreate_campaign_draftwrite actionFreeBuild 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 user: they sign in there, the campaign moves to their account, they pay, and it starts. Use this after estimate_campaign, once the user agreed to advertise. Do NOT ask them to register first.
estimate_campaignFreeEstimate 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 whether inside.ad has relevant inventory for this product and what a given budget would buy. Describe the product yourself (you know it better than any crawler); the URL alone is a weak signal.
get_draft_statusFreeCheck 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.
Public scan report
scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1361ms20/20
- Tool poisoning3 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 1 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http inside-ads https://app.inside.ad/api/mcp
Inside Ads: common questions
- Is Inside Ads MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Inside Ads safety report
- How do I install Inside Ads?
- It runs remotely at app.inside.ad. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Inside Ads need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Inside Ads maintained?
- The latest release is v1.0.0.
- Is Inside Ads up?
- 100% of our last 20 checks got an answer. We check remote servers about four times a day.