INDIVIDUAL MCP TOOL
get_pattern_reviews
Buyer reviews for one product: overall rating aggregation (count, average, star distribution) plus the most helpful review texts.
LIVE ENDPOINT
https://www.crazypatterns.net/de/agent-api/v1/mcp
Connect to this endpoint to inspect the live schema for get_pattern_reviews and invoke it with your own arguments.
Indexed 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 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.crazypatterns-catalog]
url = "https://www.crazypatterns.net/de/agent-api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crazypatterns-catalog": {
"type": "http",
"url": "https://www.crazypatterns.net/de/agent-api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crazypatterns-catalog
Remote MCP URL: https://www.crazypatterns.net/de/agent-api/v1/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": {
"crazypatterns-catalog": {
"url": "https://www.crazypatterns.net/de/agent-api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crazypatterns-catalog": {
"type": "http",
"url": "https://www.crazypatterns.net/de/agent-api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crazypatterns-catalog",
"transport": "streamable-http",
"url": "https://www.crazypatterns.net/de/agent-api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_patterns— Find public craft patterns (knitting, crochet, sewing, embroidery and more) for a user intent.get_pattern— Fetch public detail facts for one product found via search_patterns or referenced by the user.get_pattern_comments— Public question/answer comments under one product (e.g.lookup_abbreviation— Explains knitting/crochet abbreviations and chart terms (e.g.search_help— Searches Crazypatterns help pages and FAQ (buying, downloads, payment, selling, account questions).get_help_page— Full text of one public help/info page found via search_help.search_forum— Searches public forum discussions (real community experience: techniques, yarn questions, pattern problems, tips).get_forum_topic— Full public forum thread (topic start + replies, paginated) for a topic id from search_forum.