MCP Directory

Handshake58/DRAIN-marketplace

GitHub
Productivity

Open marketplace for AI services — LLMs, image/video generation, web scraping, model hosting, data extraction, and more. Agents pay per use with USDC micropayments on Polygon. No API keys, no subscriptions.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y drain-marketplace

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from Handshake58/DRAIN-marketplace your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "drain-marketplace": {
      "command": "npx",
      "args": [
        "-y",
        "drain-marketplace"
      ]
    }
  }
}

Route Handshake58/DRAIN-marketplace intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add drain-marketplace

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Handshake58/DRAIN-marketplace directly without routing

npx -y drain-marketplace

New to Agent-CoreX? View setup guide →

Handshake58/DRAIN-marketplace MCP Server — Agent-CoreX