eCommerce
foldlaboratories.com
Provides access to an art marketplace for searching artworks, retrieving detailed information, and checking availability of purchasable impressions.
ENDPOINT 1
https://api.foldlaboratories.com/mcp
MCP server metadata
- Name
- fold-laboratories-art
- Version
- 0.1.0
Known tools 3
search_artworksSearch original artworks by natural-language description of what the buyer wants — subject, mood, palette, texture, period, scale.
Inferred read-onlyget_artworkFull 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.
Inferred read-onlycheck_availabilityRe-check whether specific impressions are still purchasable, immediately before presenting them to a buyer or attempting a purchase.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.