← Registry

eCommerce

ayrgallery.com

Facilitates browsing, recommending, and purchasing fine art originals, including holds and private previews.

x402 supported1 endpoint8 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
ayr-gallery-concierge
Version
1.0.0
Capabilities
tools
Server instructions

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_catalog

Search Melissa Ayr's available fine-art catalog by keyword and optional price band.

Inferred read-only
recommend_for_me

Return works personalized to a returning agent's inferred taste (from prior searches, holds, and offers).

Inferred read-only
get_artwork

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

Potential side effects
request_hold

Request a time-limited hold on an available original on behalf of a collector.

Inferred read-only
request_private_preview

Open a private viewing-room request from a natural-language collector brief (palette, size, budget, room).

Inferred read-only
get_print_checkout

Return the human print-configuration URL for approved prints of a work.

Inferred read-only
create_stripe_checkout

Create a Stripe Checkout Session for a buyable artwork and return the hosted URL.

Potential side effects
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.