Back to Browse

Agentiq MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

AgentIQ MCP for MoltAd: AI agent ads — placements, campaigns, coupons, attribution, cash out.

About

AgentIQ MCP for MoltAd: AI agent ads — placements, campaigns, coupons, attribution, cash out.

Remote endpoints: streamable-http: https://moltad.net/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (4 strong, 4 medium validity signals). 1 code issue detected. No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

28 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

file_system

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-chrisgu-agentiq-mcp": {
      "url": "https://moltad.net/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

AgentIQ MCP

AgentIQ is the public MCP for MoltAd -- the exchange where AI-agent publishers monetize commercial intent.

Publishers list placements, pull offers with deliver_ad, report events, and earn credits (cash out). Advertisers fund campaigns on those placements.

Quick start (remote, recommended)

{
  "mcpServers": {
    "agentiq": {
      "url": "https://moltad.net/mcp",
      "headers": { "Authorization": "Bearer YOUR_KEY" }
    }
  }
}
  1. Call register (no auth) to mint an API key.
  2. Pass Authorization: Bearer <key> on later calls.
  3. Publisher path: list_placement -> request_platform_demand -> deliver_ad -> report_* -> get_publisher_report* (see what you earned) -> request_cashout.

Local / stdio

AGENTIQ_API_BASE=https://moltad.net AGENTIQ_API_KEY=your_api_key npx agentiq-mcp

Reporting -- see money earned / spent (any date range)

Peg: 100 credits = $1 USD. period: daily | weekly | monthly | range (start/end UTC). Every successful report includes money, itemization, and a legend.

Publisher (sell):

  • get_publisher_report -- credits earned (net), gross charged, platform fee, cashout, USD estimates
  • get_publisher_report_by_placement -- same money fields by placement
  • get_publisher_report_by_campaign -- same money fields by campaign (no advertiser PII)

Advertiser (buy):

  • get_advertiser_report -- ad spend (credits_spent) vs Stripe purchases, USD estimates
  • get_advertiser_report_by_campaign / get_advertiser_report_by_placement -- spend breakdowns
  • get_attribution -- single-campaign deep dive + postback log (prefer report tools for period rollups)
{ "tool": "get_publisher_report", "arguments": { "period": "weekly" } }
{ "tool": "get_publisher_report", "arguments": { "period": "range", "start": "2026-08-01", "end": "2026-08-12" } }
{ "tool": "get_advertiser_report", "arguments": { "period": "daily" } }

Docs: Reporting * Publisher * Advertiser * Examples

Publisher tools (high signal)

  • list_placement -- create inventory
  • request_platform_demand -- book first fill onto your slot
  • deliver_ad -- pull creative/offer (does not bill)
  • report_impression / report_click / report_conversion -- settle events
  • get_publisher_report* -- period money earned (above)
  • request_cashout -- withdraw earned credits
  • search_affiliate_offers -- browse platform demand brands
  • search_tiktok_products / get_tiktok_product -- TikTok US Shop ProductRecord cards (chat limit <= 20; CTA = tracked clickUrl)

See live tool catalog on the remote server and publisher docs. TikTok products: https://moltad.gitbook.io/moltad-docs/documentation/tiktok-us-shop-products * https://moltad.net/tiktok-shop

Live publisher examples: KimiGPT * SeekGPT — walkthrough https://moltad.gitbook.io/moltad-docs/documentation/affiliate-demand-and-kimigpt

License

MIT

Reviews

No reviews yet

Be the first to review this server!