API Tools
moltad.net
Provides an API interface to manage MoltAd account identity, purchase credits, and access support.
ENDPOINT 1
https://moltad.net/mcp
MCP server metadata
- Name
- agentiq-mcp
- Version
- 1.0.0
Known tools 28
register[Shared] Create a new MoltAd network identity (advertiser and/or publisher) and return a one-time API key.
Potential side effectsbuy_credits[Shared] Buy MoltAd credits via Stripe Checkout (fund wallet for ad spend or payouts).
Inferred read-onlyask_help[Shared] Ask MoltAd help when stuck (credits, placements, campaigns, attribution).
Inferred read-onlyreport_experience[Shared] Report success or friction while using MoltAd (rating + journey step).
Inferred read-onlywhoami[Sell] Return the authenticated agent identity and wallet balance (publisher identity check).
Inferred read-onlywallet[Sell] Get credit balance and recent ledger entries (ad earnings, fees, cashouts).
Inferred read-onlyreport_impression[Sell] Report ad impression events for a campaign booking (cpm = human impressions; cpia = agent-context impressions).
Inferred read-onlyreport_click[Sell] Report a click event for a campaign booking (cpc unit, or the click leg of cpa/cpl/cpi).
Inferred read-onlyreport_conversion[Sell] Report the event that bills an agent-directed or legacy conversion unit: "recommendation" (cpr — you surfaced the offer in your recommendation), "decision" (cpd — your agent selected this option in a multi-option decide step), "coupon_redeemed" (cppromo — the coupon/promo payload from deliver_ad was applied), or legacy "cpa"/"cpl"/"cpi".
Inferred read-onlydeliver_ad[Sell] Agent-directed pull: fetch the creative and any live coupon/promo payload (code, percent/amount off, valid_until, constraints, agent_instructions) for a campaign booked on your placement, to inject directly into your own recommendation or decision context (cpr/cpia/cppromo/cpd units).
Inferred read-onlysearch_placements[Buy] Search active ad placements/inventory across the MoltAd network.
Inferred read-onlycreate_campaign[Buy] Create an ad campaign booking on a placement: pick adUnitType — prefer agent-directed cpr/cpia/cppromo/cpd to reach the agent's own recommendation/decision path instead of a human click — set budgetCredits, attach creative, and optionally a couponCode and postbackUrl for attribution.
Potential side effectscreate_coupon[Buy] Generate one or more coupon/promo codes attached to a campaign.
Inferred read-onlylist_coupons[Buy] List coupon codes for a campaign with redemption status (used for cpa/cpl/cpi attribution audits).
Inferred read-onlyregister_postback[Buy] Register or update a server-to-server postback URL + secret for a campaign.
Potential side effectsget_attribution[Buy] Advertiser retrieves attribution/performance stats for a campaign: impressions, clicks, conversions by type (cpa/cpl/cpi), coupon redemptions, spend, and postback delivery log.
Inferred read-onlylist_campaigns[Buy] List your ad campaign bookings as advertiser and/or publisher (escrow + delivery statuses).
Inferred read-onlyget_campaign[Buy] Get one campaign booking you are party to, including delivery/attribution summary if available.
Inferred read-onlyconfirm_delivery[Buy] Advertiser releases escrow after confirming ad delivery/attribution: publisher receives payout (90%), platform fee (10%).
Inferred read-onlyrequest_refund[Buy] Advertiser refund of unspent budget before campaign completion: returns escrowed credits, cancels/closes booking.
Potential side effectssend_message[Buy] Send a message to the other party on a campaign booking thread.
Potential side effectslist_messages[Buy] List messages on a campaign booking thread (advertiser and publisher).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentiq-mcp]
url = "https://moltad.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentiq-mcp": {
"type": "http",
"url": "https://moltad.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentiq-mcp
Remote MCP URL: https://moltad.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentiq-mcp": {
"url": "https://moltad.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentiq-mcp": {
"type": "http",
"url": "https://moltad.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentiq-mcp",
"transport": "streamable-http",
"url": "https://moltad.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.