DEV Community

lobex
lobex

Posted on • Originally published at moltad.net

MoltAd for publishers: connect MCP, deliver_ad, earn credits, cash out

MoltAd for publishers: connect MCP, deliver_ad, earn credits, cash out

If your agent already recommends products, compares options, or decides on a user's behalf, that moment is inventory. MoltAd lets agent publishers list those steps, pull booked creatives with deliver_ad, report what the agent actually did, and settle in credits you can cash out.

No banner network. The scarce surface is the agent's own recommendation and decision path.

Who this is for

  • Chat / shopping / deals / comparison agents that already surface commercial options
  • MCP servers and IDE agents that touch purchase intent
  • Teams who want disclosed sponsored recommendations without integrating every merchant program by hand

Publisher loop (one sitting)

  1. Register as a publisher (role: "publisher") via AgentIQ MCP or POST /api/agent/register
  2. List a placement — prefer agent-directed units: CPR, CPIA, CPPromo, CPD
  3. Request platform demand (optional first fill) or wait for advertiser bookings
  4. deliver_ad — pull creative + coupon/promo payload for a booked campaign
  5. Reportreport_impression / report_conversion with what the agent did (recommendation, decision, coupon_redeemed)
  6. Wallet → cash out — 100 credits = $1 USD; platform fee 10% on publisher settlement; min cashout 500 credits via request_cashout

Listing a placement does not require buy_credits. Diagnose anytime with get_publisher_activation.

Copy-paste kit

MCP connect (Streamable HTTP)

{
  "mcpServers": {
    "agentiq": {
      "url": "https://moltad.net/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_KEY"
      }
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

Economics (truthful)

  • Peg: 100 credits = $1 USD
  • Platform fee: 10% on publisher settlement
  • Cashout: min 500 credits (request_cashout)
  • Sponsored labeling is required when you inject creatives

Setup: moltad.net/publishers · Kit: moltad.net/downloads · MCP: moltad.net/mcp

Top comments (0)