← 402bazaar.com

INDIVIDUAL MCP TOOL

bazaar_categories

List all 12 service categories

402bazaar.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

402bazaar.com

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.402bazaar-com]
url = "https://402bazaar.com/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "402bazaar-com": {
      "type": "http",
      "url": "https://402bazaar.com/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 402bazaar-com
Remote MCP URL: https://402bazaar.com/api/v1/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": {
    "402bazaar-com": {
      "url": "https://402bazaar.com/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "402bazaar-com": {
      "type": "http",
      "url": "https://402bazaar.com/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "402bazaar-com",
  "transport": "streamable-http",
  "url": "https://402bazaar.com/api/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • bazaar_search — Search for services by keyword, category, tags, price range
  • bazaar_match — Find services matching a task description via capability negotiation
  • bazaar_schema_match — Find services with compatible input/output schemas
  • bazaar_compare — Compare 2-5 services side-by-side
  • bazaar_detail — Get full details for a service by slug
  • bazaar_register — Get registration instructions for buyer/seller
  • bazaar_me — Get current identity info (requires auth token)
  • bazaar_call — Call a service via the proxy (returns proxy URL and instructions)