← signaturetuft.com
INDIVIDUAL MCP TOOL
place_order
Place a guest order for a ready-made SignatureTuft rug — no account or login needed.
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
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.signaturetuft-com]
url = "https://rug.signaturetuft.com/mcp/signaturetuft"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"signaturetuft-com": {
"type": "http",
"url": "https://rug.signaturetuft.com/mcp/signaturetuft"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: signaturetuft-com
Remote MCP URL: https://rug.signaturetuft.com/mcp/signaturetuft
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": {
"signaturetuft-com": {
"url": "https://rug.signaturetuft.com/mcp/signaturetuft"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"signaturetuft-com": {
"type": "http",
"url": "https://rug.signaturetuft.com/mcp/signaturetuft"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "signaturetuft-com",
"transport": "streamable-http",
"url": "https://rug.signaturetuft.com/mcp/signaturetuft"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search SignatureTuft rugs by keyword, category and/or price range (BDT).get_product_detail— Get full details for a single SignatureTuft rug by its slug: description, price (BDT), SKU, stock, images, rating and features.place_custom_order— Place a guest order for a made-to-order custom rug from the customer's own artwork (logo, photo, anime design).track_order— Look up the current status of a SignatureTuft order by its tracking code (order_code).