Trade Sourcer

MCP server

Trade Sourcer publishes its catalog over the Model Context Protocol, so an AI assistant can search current sourcing lots as structured data instead of scraping pages. It is read-only and needs no account or API key.

Endpoint

https://tradesourcer.com/api/mcp

Streamable HTTP transport. No authentication.

Connect

Claude Code:

claude mcp add --transport http tradesourcer https://tradesourcer.com/api/mcp

Clients that take a JSON config (Claude Desktop, Cursor, and others):

{
  "mcpServers": {
    "tradesourcer": {
      "type": "http",
      "url": "https://tradesourcer.com/api/mcp"
    }
  }
}

Tools

What it does and does not expose

The server shows exactly what an anonymous visitor sees on the website, and nothing more.

Buying through an assistant?

Agents can browse and cite lots freely. To see indicative resale pricing and contact the team, create a free buyer account.