INDIVIDUAL MCP TOOL
get_help_center_article
Fetch a Help Center article, including its parent section and category.
LIVE ENDPOINT
https://www.sofasandsectionals.com/mcp
Connect to this endpoint to inspect the live schema for get_help_center_article and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.sofasandsectionals-mcp]
url = "https://www.sofasandsectionals.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sofasandsectionals-mcp": {
"type": "http",
"url": "https://www.sofasandsectionals.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sofasandsectionals-mcp
Remote MCP URL: https://www.sofasandsectionals.com/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": {
"sofasandsectionals-mcp": {
"url": "https://www.sofasandsectionals.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sofasandsectionals-mcp": {
"type": "http",
"url": "https://www.sofasandsectionals.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sofasandsectionals-mcp",
"transport": "streamable-http",
"url": "https://www.sofasandsectionals.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search live shop products by keyword, with optional pagination and category/attribute filters.list_categories— List all shop categories.get_product— Fetch a shop product (or category/page) by its URL slug.get_swatch— Fetch a free fabric/material swatch by its URL slug.list_help_center_categories— List all Help Center categories.get_help_center_category— Fetch a Help Center category, including its sections and articles.search_help_center— Search Help Center articles by keyword.