← ayrgallery.com

INDIVIDUAL MCP TOOL

get_artwork

Get full grounded detail for one artwork by id or slug, including medium, dimensions, provenance-safe description, and purchase options.

ayrgallery.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.ayrgallery.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_artwork 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

ayrgallery.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.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.

Related tools

  • search_catalog — Search Melissa Ayr's available fine-art catalog by keyword and optional price band.
  • recommend_for_me — Return works personalized to a returning agent's inferred taste (from prior searches, holds, and offers).
  • request_hold — Request a time-limited hold on an available original on behalf of a collector.
  • request_private_preview — Open a private viewing-room request from a natural-language collector brief (palette, size, budget, room).
  • get_print_checkout — Return the human print-configuration URL for approved prints of a work.
  • create_stripe_checkout — Create a Stripe Checkout Session for a buyable artwork and return the hosted URL.
  • get_market_report — Return the latest weekly Ayr market brief: a synthesized read on the abstract/contemporary art market and its relevance to Melissa Ayr's program.