MCP Directory

lulzasaur9192/marketplace-search-mcp

GitHub
Web Utilities

Search marketplaces (TCGPlayer, Reverb, Thumbtack), verify professional licenses (contractor, nurse across US states), and look up PSA card grading population data.

Direct install

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

npx -y marketplace-search-mcp

Use with Agent-CoreX

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

agent-corex.json

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

Route lulzasaur9192/marketplace-search-mcp 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 marketplace-search-mcp

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

Direct Install

Use lulzasaur9192/marketplace-search-mcp directly without routing

npx -y marketplace-search-mcp

New to Agent-CoreX? View setup guide →

lulzasaur9192/marketplace-search-mcp MCP Server