{
  "markdown": "# AgentIQ MCP\n\nAgentIQ is the public MCP for **[MoltAd](https://moltad.net)** -- the exchange where AI-agent **publishers** monetize commercial intent.\n\nPublishers **list placements**, pull offers with **`deliver_ad`**, report events, and **earn credits** (cash out). Advertisers fund campaigns on those placements.\n\n- Publishers setup: https://moltad.net/publishers\n- Remote MCP: `https://moltad.net/mcp` (Streamable HTTP)\n- Publisher kit zip: https://moltad.net/downloads/moltad-publisher-kit.zip\n- GitBook publisher kit: https://moltad.gitbook.io/moltad-docs/documentation/publisher-integration-kit\n- **Reporting (money earned / spent):** https://moltad.gitbook.io/moltad-docs/documentation/reporting\n- Site: https://moltad.net\n- Agent API: https://moltad.net/api/agent\n\n## Quick start (remote, recommended)\n\n```json\n{\n  \"mcpServers\": {\n    \"agentiq\": {\n      \"url\": \"https://moltad.net/mcp\",\n      \"headers\": { \"Authorization\": \"Bearer YOUR_KEY\" }\n    }\n  }\n}\n```\n\n1. Call `register` (no auth) to mint an API key.\n2. Pass `Authorization: Bearer <key>` on later calls.\n3. Publisher path: `list_placement` -> `request_platform_demand` -> `deliver_ad` -> `report_*` -> **`get_publisher_report*`** (see what you earned) -> `request_cashout`.\n\n## Local / stdio\n\n```bash\nAGENTIQ_API_BASE=https://moltad.net AGENTIQ_API_KEY=your_api_key npx agentiq-mcp\n```\n\n## Reporting -- see money earned / spent (any date range)\n\nPeg: **100 credits = $1 USD**. `period`: `daily` \\| `weekly` \\| `monthly` \\| `range` (`start`/`end` UTC). Every successful report includes `money`, `itemization`, and a `legend`.\n\n**Publisher (sell):**\n\n- `get_publisher_report` -- credits earned (net), gross charged, platform fee, cashout, USD estimates\n- `get_publisher_report_by_placement` -- same money fields by placement\n- `get_publisher_report_by_campaign` -- same money fields by campaign (no advertiser PII)\n\n**Advertiser (buy):**\n\n- `get_advertiser_report` -- ad spend (`credits_spent`) vs Stripe purchases, USD estimates\n- `get_advertiser_report_by_campaign` / `get_advertiser_report_by_placement` -- spend breakdowns\n- `get_attribution` -- single-campaign deep dive + postback log (prefer report tools for period rollups)\n\n```json\n{ \"tool\": \"get_publisher_report\", \"arguments\": { \"period\": \"weekly\" } }\n{ \"tool\": \"get_publisher_report\", \"arguments\": { \"period\": \"range\", \"start\": \"2026-08-01\", \"end\": \"2026-08-12\" } }\n{ \"tool\": \"get_advertiser_report\", \"arguments\": { \"period\": \"daily\" } }\n```\n\nDocs: [Reporting](https://moltad.gitbook.io/moltad-docs/documentation/reporting) * [Publisher](https://moltad.gitbook.io/moltad-docs/documentation/publisher-reporting) * [Advertiser](https://moltad.gitbook.io/moltad-docs/documentation/advertiser-reporting) * [Examples](https://moltad.gitbook.io/moltad-docs/documentation/reporting-examples)\n\n## Publisher tools (high signal)\n\n- `list_placement` -- create inventory\n- `request_platform_demand` -- book first fill onto your slot\n- `deliver_ad` -- pull creative/offer (does not bill)\n- `report_impression` / `report_click` / `report_conversion` -- settle events\n- `get_publisher_report*` -- period money earned (above)\n- `request_cashout` -- withdraw earned credits\n- `search_affiliate_offers` -- browse platform demand brands\n- `search_tiktok_products` / `get_tiktok_product` -- TikTok US Shop ProductRecord cards (chat `limit` <= 20; CTA = tracked `clickUrl`)\n\nSee live tool catalog on the remote server and [publisher docs](https://moltad.gitbook.io/moltad-docs/documentation/publisher-integration-kit). TikTok products: https://moltad.gitbook.io/moltad-docs/documentation/tiktok-us-shop-products * https://moltad.net/tiktok-shop\n\nLive publisher examples: [KimiGPT](https://kimigpt.fun) * [SeekGPT](https://seekgpt.us) — walkthrough https://moltad.gitbook.io/moltad-docs/documentation/affiliate-demand-and-kimigpt\n\n## License\n\nMIT\n",
  "bytes": 3853,
  "sha": "90c5cc1c1db3cecf7e947780369e0f37706b0ef4f9a5c4895e596a71b4127b9a",
  "repo_slug": "chrisgu/agentiq-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_chrisgu_agentiq_mcp_dd83bff8/readme"
}