AgentIQ MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AgentIQ MCPCreate an ad campaign for my AI agent"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Publishers setup: https://moltad.net/publishers
Remote MCP:
https://moltad.net/mcp(Streamable HTTP)Publisher kit zip: https://moltad.net/downloads/moltad-publisher-kit.zip
GitBook publisher kit: https://moltad.gitbook.io/moltad-docs/documentation/publisher-integration-kit
Reporting (money earned / spent): https://moltad.gitbook.io/moltad-docs/documentation/reporting
Site: https://moltad.net
Agent API: https://moltad.net/api/agent
Quick start (remote, recommended)
{
"mcpServers": {
"agentiq": {
"url": "https://moltad.net/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}Call
register(no auth) to mint an API key.Pass
Authorization: Bearer <key>on later calls.Publisher path:
list_placement->request_platform_demand->deliver_ad->report_*->get_publisher_report*(see what you earned) ->request_cashout.
Related MCP server: Moltbook MCP Server
Local / stdio
AGENTIQ_API_BASE=https://moltad.net AGENTIQ_API_KEY=your_api_key npx agentiq-mcpReporting -- 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 estimatesget_publisher_report_by_placement-- same money fields by placementget_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 estimatesget_advertiser_report_by_campaign/get_advertiser_report_by_placement-- spend breakdownsget_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 inventoryrequest_platform_demand-- book first fill onto your slotdeliver_ad-- pull creative/offer (does not bill)report_impression/report_click/report_conversion-- settle eventsget_publisher_report*-- period money earned (above)request_cashout-- withdraw earned creditssearch_affiliate_offers-- browse platform demand brandssearch_tiktok_products/get_tiktok_product-- TikTok US Shop ProductRecord cards (chatlimit<= 20; CTA = trackedclickUrl)
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
This server cannot be installed
Maintenance
Related MCP Connectors
MCP-native ad server. Monetize AI chatbots and agents with conversational ads.
MCP server for building and testing AI agents with multi-model experimentation and insights.
MCP Server for an Agent Task Marketplace
Ad network for AI agents — monetize MCP servers with contextual ads. 70% revenue share.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for AI agents to manage ad campaigns across Google, Meta, LinkedIn, Microsoft, Reddit, TikTok, and more2125917MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for monetizing Moltbook agent social network actions. Other AI agents pay per-use via x402 micropayments.-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that exposes the ChatGPT Ads API as tools an LLM host can call.4MIT
- AlicenseNot gradedqualityDmaintenanceMCP 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