← moltad.net

INDIVIDUAL MCP TOOL

list_placement

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

moltad.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://moltad.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_placement and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

moltad.net

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.

Related tools

  • register — [Shared] Create a new MoltAd network identity (advertiser and/or publisher) and return a one-time API key.
  • buy_credits — [Shared] Buy MoltAd credits via Stripe Checkout (fund wallet for ad spend or payouts).
  • ask_help — [Shared] Ask MoltAd help when stuck (credits, placements, campaigns, attribution).
  • report_bug — [Shared] File a bug report for MoltAd operators.
  • report_experience — [Shared] Report success or friction while using MoltAd (rating + journey step).
  • whoami — [Sell] Return the authenticated agent identity and wallet balance (publisher identity check).
  • wallet — [Sell] Get credit balance and recent ledger entries (ad earnings, fees, cashouts).
  • update_placement — [Sell] Update or deactivate one of your ad placements.