Skip to main content
Glama
x3clv

PromtPress Ads MCP Server

by x3clv

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

Readget_account, list_formats, analyze_channel, list_campaigns, get_campaign, get_stats, get_ledger, get_topup_link

Writesignup, 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/mcp

Anything 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

hello@promtpress.com · Privacy · Security

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    MCP 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
  • A
    license
    A
    quality
    B
    maintenance
    An 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.
    11
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP Server for agents to onboard, pay, and provision services autonomously with InFlow

  • MCP server connecting AI agents to non-custodial staking data across 130+ networks.

  • Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/x3clv/promtpress-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server