← buypopart.com

INDIVIDUAL MCP TOOL

get_my_orders_details

The orders of the account this token belongs to, most recent first.

buypopart.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://direct.buypopart.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_my_orders_details and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name, description or schema mentions credentials.

Parent server

buypopart.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.aas-art-search]
url = "https://direct.buypopart.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aas-art-search": {
      "type": "http",
      "url": "https://direct.buypopart.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aas-art-search
Remote MCP URL: https://direct.buypopart.com/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": {
    "aas-art-search": {
      "url": "https://direct.buypopart.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aas-art-search": {
      "type": "http",
      "url": "https://direct.buypopart.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aas-art-search",
  "transport": "streamable-http",
  "url": "https://direct.buypopart.com/mcp"
}
MCP Inspector

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

Related tools

  • search_artworks — Full-text search of the artwork catalog by title, artist name and description.
  • search_museums — Full-text search of museums by name, optionally narrowed by city and country.
  • search_artists — Full-text search of artists by name and biography, optionally narrowed by birth city/country and by a year the artist was alive (born <= year <= died, or born + 80 years when the death year is unknown).
  • search_articles — Full-text search of website articles, optionally filtered by category code.
  • search_fts — Full-text search across artworks, artists, museums and articles at once (maximum 10 results per model, merged by relevance).
  • get_a_quotation — Price quotation for a reproduction of an artwork, as an art print or a hand-painted oil painting, at a given size and in a given currency.