eCommerce
ayrgallery.com
Facilitates browsing, recommending, and purchasing fine art originals, including holds and private previews.
ENDPOINT 1
https://www.ayrgallery.com/api/mcp
MCP server metadata
- Name
- ayr-gallery-concierge
- Version
- 1.0.0
Concierge for Melissa Ayr fine art. Use search_catalog / get_artwork to browse the free catalog. create_stripe_checkout returns a Stripe Checkout URL for a buyable slug — a human must complete card + 3DS. get_print_checkout is the human print page. request_hold and request_private_preview engage a human. x402 remains testnet-only. Ownership never transfers without human confirmation.
Known tools 8
search_catalogSearch Melissa Ayr's available fine-art catalog by keyword and optional price band.
Inferred read-onlyrecommend_for_meReturn works personalized to a returning agent's inferred taste (from prior searches, holds, and offers).
Inferred read-onlyget_artworkGet full grounded detail for one artwork by id or slug, including medium, dimensions, provenance-safe description, and purchase options.
Potential side effectsrequest_holdRequest a time-limited hold on an available original on behalf of a collector.
Inferred read-onlyrequest_private_previewOpen a private viewing-room request from a natural-language collector brief (palette, size, budget, room).
Inferred read-onlyget_print_checkoutReturn the human print-configuration URL for approved prints of a work.
Inferred read-onlycreate_stripe_checkoutCreate a Stripe Checkout Session for a buyable artwork and return the hosted URL.
Potential side effectsget_market_reportReturn the latest weekly Ayr market brief: a synthesized read on the abstract/contemporary art market and its relevance to Melissa Ayr's program.
Inferred read-onlyCONNECT 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.ayr-gallery-concierge]
url = "https://www.ayrgallery.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ayr-gallery-concierge": {
"type": "http",
"url": "https://www.ayrgallery.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ayr-gallery-concierge
Remote MCP URL: https://www.ayrgallery.com/api/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": {
"ayr-gallery-concierge": {
"url": "https://www.ayrgallery.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ayr-gallery-concierge": {
"type": "http",
"url": "https://www.ayrgallery.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ayr-gallery-concierge",
"transport": "streamable-http",
"url": "https://www.ayrgallery.com/api/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.