squarespace-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SQUARESPACE_API_KEY | Yes | The Squarespace API key for authentication. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_productsA | List store products (Products v2; up to 50 per page). Use to browse the catalog. Filter with |
| get_productA | Retrieve product(s) by id (Products v2). Accepts a single id, or a comma-separated list of up to 50 ids to fetch several at once. Use when you already know the id(s). |
| list_inventoryA | List inventory items (stock levels) across variants, 50 per page. Use to audit stock. Page forward with |
| get_inventoryA | Retrieve inventory for specific variants (up to 50 ids per call). Use when you know exact variant ids and want their current stock. |
| list_ordersA | List store orders (up to 50 per page, newest-modified first). Filter with |
| get_orderA | Retrieve a single order by its id, including line items and totals. |
| list_transactionsA | List financial transactions for orders and donations (50 per page). Bound the window with |
| list_profilesA | List customer profiles (contacts/customers), 50 per page. Page forward with |
| get_profileA | Retrieve a single customer profile by its id. |
| adjust_inventoryA | MUTATES THE LIVE STORE. Set a variant's stock to an exact This overwrites the current stock level for |
| fulfill_orderA | MUTATES THE LIVE STORE. Mark an order fulfilled with shipment details.
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/The1Studio/squarespace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server