← skylitstudio.co.uk

INDIVIDUAL MCP TOOL

get_order_preview_url

Use this only on non-widget MCP clients (e.g.

skylitstudio.co.uknone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

skylitstudio.co.uk

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.skylitstudio-co-uk]
url = "https://agent.skylitstudio.co.uk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "skylitstudio-co-uk": {
      "type": "http",
      "url": "https://agent.skylitstudio.co.uk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: skylitstudio-co-uk
Remote MCP URL: https://agent.skylitstudio.co.uk/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": {
    "skylitstudio-co-uk": {
      "url": "https://agent.skylitstudio.co.uk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "skylitstudio-co-uk": {
      "type": "http",
      "url": "https://agent.skylitstudio.co.uk/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "skylitstudio-co-uk",
  "transport": "streamable-http",
  "url": "https://agent.skylitstudio.co.uk/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_star_map_variants — Use this when the user wants to see Skylit's available print sizes, finishes, or prices before placing an order.
  • create_star_map_order — Use this when the user wants to PLACE a new Skylit star-map order: a personalised print of the night sky for a specific moment (anniversary, wedding day, birth night, engagement).
  • get_order_status — Use this when the user wants to check or recap the current state of an existing draft order — to verify what's saved, see the latest preview link, or confirm the total.
  • update_order_style — Use this when the user wants to tweak an existing draft: the night sky itself (location, date, time), the visual design (shape, theme colour palette, the backdrop behind the disc, the star-map element toggles for constellations / equatorial grid / constellation labels / planets / Milky Way / border), the inscription text, or the fonts.
  • cancel_order — Use this only when the user explicitly asks to cancel or scrap an unpaid draft order.
  • list_gift_addons — Use this when the user wants to see Skylit's gift wrapping options — ribbon colours, gift wrap, the bundle, gift card designs and fonts — either before deciding on wrap or while fine-tuning an existing draft.
  • update_gift_addons — Use this when the user wants to change the gift wrap on an existing draft — pick or swap wrap type, change ribbon colour, edit the gift note, or switch card design/font.
  • attach_customer_details — Use this AFTER the customer has seen the preview and is happy with the design and ready to head to checkout.