← foldlaboratories.com

INDIVIDUAL MCP TOOL

search_artworks

Search original artworks by natural-language description of what the buyer wants — subject, mood, palette, texture, period, scale.

foldlaboratories.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.foldlaboratories.com/mcp

No auth detected

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

Indexed 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 server

foldlaboratories.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.fold-laboratories-art]
url = "https://api.foldlaboratories.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fold-laboratories-art": {
      "type": "http",
      "url": "https://api.foldlaboratories.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fold-laboratories-art
Remote MCP URL: https://api.foldlaboratories.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": {
    "fold-laboratories-art": {
      "url": "https://api.foldlaboratories.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fold-laboratories-art": {
      "type": "http",
      "url": "https://api.foldlaboratories.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fold-laboratories-art",
  "transport": "streamable-http",
  "url": "https://api.foldlaboratories.com/mcp"
}
MCP Inspector

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

Related tools

  • get_artwork — Full detail for one artwork: attribution, medium, dimensions, edition structure, provenance, seller, and every individual impression that can be bought with its own price and availability.
  • check_availability — Re-check whether specific impressions are still purchasable, immediately before presenting them to a buyer or attempting a purchase.