PromtPress Ads MCP Server
Allows creating and managing advertising campaigns to acquire Telegram channel subscribers, including forecasting, budget setting, and campaign submission.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PromtPress Ads MCP ServerBuy 500 Telegram subscribers for my crypto channel, max budget $30."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PromtPress Ads — MCP server
Buy advertising from your AI assistant. PromtPress delivers outcomes — Telegram channel subscribers and website traffic — billed per verified result from a single prepaid balance.
Endpoint: https://mcp.promtpress.com/mcp (Streamable HTTP)
Auth: OAuth 2.1 — dynamic client registration, PKCE required
Docs: https://promtpress.com/mcp
Why this exists
Every ad platform now has an MCP server, and they all do the same thing: let an agent drive a dashboard you already had to set up. You still need an account per network, a payment method per network, ad review per network, and creatives per network.
This one is different in the only way that matters for an agent: it sells the outcome, not the dashboard. Pick a placement format and a goal, get a forecast, launch. Media buying, source mix, fraud filtering and billing happen on our side.
Related MCP server: agent1st-ads-mcp
The safety property
The agent can spend, but it cannot fund and it cannot withdraw.
There is no tool that adds money, changes payout details, or moves funds anywhere. Top-ups happen only in the browser, only by the account owner. A fully compromised agent — leaked token, prompt injection, whatever — can at most spend what is already on the balance, within the mandate the owner set.
That is the design constraint the whole server is built around. Everything else is a consequence of it.
Guardrails
Control | Default |
Per-operation cap | $50 |
Daily cap | $100 |
Monthly cap | set by owner |
First campaign on a new account | always confirmed by a human |
Anything above the mandate | confirmation link to the owner, expires in 15 min |
Mandate | can be paused instantly by the owner |
Confirmation links carry a fingerprint of the parameters shown to the human. Change the budget after the person approved it, and the approval no longer matches — it burns instead of executing.
Hard caps are enforced server-side: no mandate can be raised above $1,000 per operation or $5,000 per day, whatever the owner sets.
Tools
Read — get_account, list_formats, analyze_channel, list_campaigns,
get_campaign, get_stats, get_ledger, get_topup_link
Write — signup, estimate, create_campaign, update_campaign,
submit_campaign, set_budget, pause_campaign, resume_campaign
submit_campaign is the only tool that spends money. Everything else either
reads state or prepares a draft.
Connect
Claude — Settings → Connectors → Add custom connector →
https://mcp.promtpress.com/mcp
Claude Code
claude mcp add --transport http promtpress https://mcp.promtpress.com/mcpAnything else that speaks MCP — point it at the endpoint above. The server
advertises its OAuth metadata at
/.well-known/oauth-protected-resource, so clients that support OAuth 2.1 will
discover and register themselves.
On first use you will be asked for the email of your PromtPress account and sent
a one-time confirmation link. No account yet? The signup tool creates one — the
agent can do that part.
What we do not sell
Gambling, betting, adult content, and anything requiring a licence we cannot verify. Campaigns in these categories are rejected before they reach a source.
Support
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP-native ad server. Monetize AI chatbots and agents with conversational ads.
AI agents that manage paid ads on Meta, LinkedIn, and Google Ads from any MCP client.
MCP server for AI agents to discover campaigns by humans and donate USDC directly on Base.
Google Ads MCP server — manage campaigns, keywords, and metrics.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for AI agents to manage ad campaigns across Google, Meta, LinkedIn, Microsoft, Reddit, TikTok, and more2181 npm17MIT
- AlicenseAqualityFmaintenanceMCP server that lets AI agents launch and manage Meta + TikTok ad campaigns autonomously. 1 call 30 seconds to launch.155 npm3MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for managing ad campaigns across Google Ads, Meta, and more. Enables deploying campaigns, checking performance, and managing budgets from terminal or AI assistants.MIT
- AlicenseAqualityBmaintenanceAn MCP server that lets AI agents read and manage Telegram Ads campaigns, including listing accounts and ads, reading stats and budgets, and creating/updating ads, CPM, status, and budget by driving the real ads.telegram.org web UI through Playwright with a reused cookie-based login session.111MIT