Squarespace MCP Server
for AI Agents
Connect your AI agent to StackOne's Squarespace MCP server and give it 27 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
27 Agent Actions
Create, read, update, and delete across Squarespace — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Squarespace MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Squarespace tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Max Agent Context. Min Cost.
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Squarespace call.
Tools Discovery →What is the Squarespace MCP Server?
A Squarespace MCP server lets AI agents read and write Squarespace data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Squarespace MCP server ships with 27 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
All Squarespace MCP Tools
Every action from Squarespace's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Site Informations
- Get Site Information
Retrieve basic website information for the connected Squarespace site.
Inventorys
- List Inventory
Retrieve all inventory items with pagination support.
- Get Inventory
Retrieve inventory details for specific items by their variant IDs.
Adjust Stock Quantities
- Adjust Stock Quantities
Adjust inventory stock quantities using increment, decrement, set finite, or set unlimited operations.
Orders
- Create Order
Import a third-party order into Squarespace.
- List Orders
Retrieve all orders with optional filtering by customer, date range, fulfillment status, and payment state.
- Get Order
Retrieve a specific order by its ID.
Fulfill Orders
- Fulfill Order
Add shipment information to an order to mark it as fulfilled.
Products
- Create Product
Create a new product in a store page with at least one variant.
- List Products
Retrieve all products with optional filtering by modification date, product type, or search query.
- Get Product
Retrieve specific products by their IDs.
- Update Product
Update an existing product's name, description, tags, visibility, or pricing.
- Delete Product
Permanently delete a product and all its variants and images.
Product Variants
- Create Product Variant
Add a new variant to an existing product with SKU and pricing.
- Update Product Variant
Update an existing product variant's SKU, pricing, attributes, or shipping measurements.
- Delete Product Variant
Delete a variant from a product (product must have more than one variant).
Product Images
- Upload Product Image
Upload an image file to a product (JPEG, PNG, or GIF, max 20MB).
- Update Product Image
Update the alt text of a product image for SEO and accessibility.
- Delete Product Image
Remove a product image and all variant references to it.
Product Image Upload Status
- Get Product Image Upload Status
Check the processing status of an uploaded product image.
Reorder Product Images
- Reorder Product Image
Change the display order of a product image.
Assign Product Image To Variants
- Assign Product Image To Variant
Assign a product image to a specific variant or remove the assignment.
Profiles
- List Profiles
Retrieve all customer, subscriber, and user profiles with optional filtering by status, email, and sorting.
- Get Profile
Retrieve specific profiles by their IDs.
Store Pages
- List Store Pages
Retrieve all store pages on the merchant site.
Transactions
- List Transactions
Retrieve all transactions with optional filtering by modification date or order ID.
- Get Transaction
Retrieve specific transactions by their document IDs.
Set Up Your Squarespace MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Squarespace in under 10 lines of code.
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Check More Commerce MCP Servers
172+ actions
133+ actions
128+ actions
125+ actions
120+ actions
85+ actions
83+ actions
Platform Resources
MCP Code Mode: Keeping Tool Responses Out of Agent Context
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
Indirect Prompt Injection Defense for MCP Tools: A Technical Guide
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
MCP vs A2A: Architecture, Security, and When to Use Each
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP vs API: What 200+ Connector Builds Taught Us
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
Squarespace MCP Server FAQ
Does StackOne have a Squarespace MCP server?
Squarespace MCP server vs direct API integration — what's the difference?
How does Squarespace authentication work for AI agents?
origin_owner_id.Are Squarespace MCP tools vulnerable to prompt injection?
What is the context bloat of a Squarespace agent and how do I avoid it?
Can I limit which actions my Squarespace agent can access?
Can I create custom agent actions for my Squarespace MCP server?
When should I NOT use a Squarespace MCP server?
What AI frameworks and AI clients does the StackOne Squarespace MCP server support?
Put your AI agents to work
All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.