← foldlaboratories.com

INDIVIDUAL MCP TOOL

check_availability

Re-check whether specific impressions are still purchasable, immediately before presenting them to a buyer or attempting a purchase.

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 check_availability and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

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

  • search_artworks — Search original artworks by natural-language description of what the buyer wants — subject, mood, palette, texture, period, scale.
  • 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.