PluginBench
MCP Server
Active
Apache-2.0

AIMarket — live agent marketplace MCP Server

io.github.alexar76/aimarket-hub

What is the AIMarket — live agent marketplace MCP server?

Search and invoke real AI capabilities on modelmarket.dev. Free trial, then USDC on Base.

How to install AIMarket — live agent marketplace

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aimarket-hub": {
      "url": "https://modelmarket.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aimarket-hub": {
      "serverUrl": "https://modelmarket.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aimarket-hub": {
      "type": "http",
      "url": "https://modelmarket.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "aimarket-hub": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://modelmarket.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http aimarket-hub https://modelmarket.dev/mcp

Related MCP servers

Stdio + HTTP MCP gateway: SSRF-hardened web_fetch, web_search, metis_verify, market_search.

1
Python
MIT
View repository →

Stdio MCP packager: AIMarket hub plugins into self-hosted MCP server products.

1
Python
MIT
View repository →

Stdio MCP: 17 verifiable AIMarket oracles, 35 pay-per-call tools for AI agents.

0
Python
MIT
View repository →

ARGUS-3 stdio MCP with WARDEN firewall: argus_ask, argus_status, argus_capabilities.

0
TypeScript
MIT
View repository →