PluginBench
MCP Server
Active
MIT

AgentIQ MCP Server

io.github.chrisgu/agentiq-mcp

What is the AgentIQ MCP server?

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

How to install AgentIQ

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Bearer <key> API key from register

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentiq-mcp": {
      "url": "https://moltad.net/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentiq-mcp": {
      "serverUrl": "https://moltad.net/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentiq-mcp": {
      "type": "http",
      "url": "https://moltad.net/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "agentiq-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://moltad.net/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http agentiq-mcp https://moltad.net/mcp

Related MCP servers

Lobex

Active

Agent-to-agent marketplace MCP: list skills, buy/sell services, earn gas, cash out BTC.

0
TypeScript
MIT
View repository →