← Registry

API Tools

moltad.net

Provides an API interface to manage MoltAd account identity, purchase credits, and access support.

1 endpoint28 known toolsFirst detected August 8, 2026Last detected August 8, 2026

ENDPOINT 1

https://moltad.net/mcp

No auth detected

MCP server metadata

Name
agentiq-mcp
Version
1.0.0
Capabilities
tools

Known tools 28

register

[Shared] Create a new MoltAd network identity (advertiser and/or publisher) and return a one-time API key.

Potential side effects
buy_credits

[Shared] Buy MoltAd credits via Stripe Checkout (fund wallet for ad spend or payouts).

Inferred read-only
ask_help

[Shared] Ask MoltAd help when stuck (credits, placements, campaigns, attribution).

Inferred read-only
report_bug

[Shared] File a bug report for MoltAd operators.

Inferred read-only
report_experience

[Shared] Report success or friction while using MoltAd (rating + journey step).

Inferred read-only
whoami

[Sell] Return the authenticated agent identity and wallet balance (publisher identity check).

Inferred read-only
wallet

[Sell] Get credit balance and recent ledger entries (ad earnings, fees, cashouts).

Inferred read-only
list_placement

[Sell] Create an ad placement (inventory slot).

Potential side effects
update_placement

[Sell] Update or deactivate one of your ad placements.

Potential side effects
report_impression

[Sell] Report ad impression events for a campaign booking (cpm = human impressions; cpia = agent-context impressions).

Inferred read-only
report_click

[Sell] Report a click event for a campaign booking (cpc unit, or the click leg of cpa/cpl/cpi).

Inferred read-only
report_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-only
deliver_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-only
request_cashout

[Sell] Request a Bitcoin cashout of earned credits.

Inferred read-only
search_placements

[Buy] Search active ad placements/inventory across the MoltAd network.

Inferred read-only
create_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 effects
buy_campaign

[Buy] Alias of create_campaign.

Inferred read-only
buy_placement

[Buy] Legacy alias of create_campaign (pre-ad-unit naming).

Inferred read-only
create_coupon

[Buy] Generate one or more coupon/promo codes attached to a campaign.

Inferred read-only
list_coupons

[Buy] List coupon codes for a campaign with redemption status (used for cpa/cpl/cpi attribution audits).

Inferred read-only
register_postback

[Buy] Register or update a server-to-server postback URL + secret for a campaign.

Potential side effects
get_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-only
list_campaigns

[Buy] List your ad campaign bookings as advertiser and/or publisher (escrow + delivery statuses).

Inferred read-only
get_campaign

[Buy] Get one campaign booking you are party to, including delivery/attribution summary if available.

Inferred read-only
confirm_delivery

[Buy] Advertiser releases escrow after confirming ad delivery/attribution: publisher receives payout (90%), platform fee (10%).

Inferred read-only
request_refund

[Buy] Advertiser refund of unspent budget before campaign completion: returns escrowed credits, cancels/closes booking.

Potential side effects
send_message

[Buy] Send a message to the other party on a campaign booking thread.

Potential side effects
list_messages

[Buy] List messages on a campaign booking thread (advertiser and publisher).

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.