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.1
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.
ENDPOINT 2
https://api.foldlaboratories.com/ucp/mcp
MCP server metadata
- Name
- fold-laboratories-art-ucp
- Version
- 0.1.1
Known tools 3
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-ucp]
url = "https://api.foldlaboratories.com/ucp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fold-laboratories-art-ucp": {
"type": "http",
"url": "https://api.foldlaboratories.com/ucp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fold-laboratories-art-ucp
Remote MCP URL: https://api.foldlaboratories.com/ucp/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-ucp": {
"url": "https://api.foldlaboratories.com/ucp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fold-laboratories-art-ucp": {
"type": "http",
"url": "https://api.foldlaboratories.com/ucp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fold-laboratories-art-ucp",
"transport": "streamable-http",
"url": "https://api.foldlaboratories.com/ucp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for foldlaboratories.com was fetched 2026-09-18T21:19:54.188Z.
foldlaboratories.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.