This URL is a Model Context Protocol (MCP) endpoint. Add it to an AI assistant like ChatGPT or Claude, and the assistant can work with your Propush account on your behalf.
In Claude the connector is listed in the connector directory — search for Propush.me and connect, no URL to paste. In ChatGPT you add it by the URL above.
Once connected, try asking your assistant:
| Use case | Prompt | Result |
|---|---|---|
| Balance & earnings | What's my Propush balance, and how much did I earn in the last 7 days? | Fetches your current balance and pulls day-by-day revenue for the last week.get_balance get_statistics |
| Top zones | Which of my zones earned the most this month? | Pulls this month's statistics grouped by zone and returns a ranked list with revenue and impressions.get_statistics get_zones |
| GEO breakdown | Where did my subscriptions come from last month? Break it down by country. | Groups last month's statistics by country and returns subscriptions, impressions, and revenue per GEO.get_statistics get_countries |
| Inventory check | List my sites and zones — anything inactive or still unverified? | Lists your sites with verification status and zones with their active flags, and points out what needs attention.get_sites get_zones |
| New zone | Create a new TrafficBack zone called “Blog monetization” on my site example.com. | Finds the site's ID, creates the zone under it, and returns the new zone's ID.get_sites create_onclick_zone |
| Market trends | What are the trending GEOs in push traffic right now? | Returns the latest weekly trending-GEOs digest — impression-volume and CPM momentum by country (requires Constructor access).get_trending_geos |
| Docs search | How do I set up a postback for my zone? | Searches the bundled Propush help docs and walks you through the postback setup, including the {ymid} click-id macro.search_docs read_doc |