General Tools
crazypatterns.net
Searches for and retrieves public craft patterns, including details, reviews, and knitting/crochet abbreviations.
ENDPOINT 1
https://www.crazypatterns.net/de/agent-api/v1/mcp
MCP server metadata
- Name
- crazypatterns-catalog
- Version
- 1.0.0
Read-only access to crazypatterns.net (knitting, crochet, sewing and craft patterns marketplace with community forum, blog, help center and a craft abbreviation glossary). Results are locale-scoped to "de". The product page is authoritative for price, availability and legal terms: always show the product URL and ask users to verify details on Crazypatterns before buying. Responses can be incomplete or degraded; totals are approximate. Do not infer private author or buyer information, and do not request or reconstruct product files. Typical flows: search_patterns → get_pattern → get_pattern_reviews; lookup_abbreviation for stitch terms; search_help for marketplace how-tos; search_forum for community experience.
Known tools 12
search_patternsFind public craft patterns (knitting, crochet, sewing, embroidery and more) for a user intent.
Inferred read-onlyget_patternFetch public detail facts for one product found via search_patterns or referenced by the user.
Inferred read-onlyget_pattern_reviewsBuyer reviews for one product: overall rating aggregation (count, average, star distribution) plus the most helpful review texts.
Inferred read-onlysearch_helpSearches Crazypatterns help pages and FAQ (buying, downloads, payment, selling, account questions).
Potential side effectssearch_forumSearches public forum discussions (real community experience: techniques, yarn questions, pattern problems, tips).
Inferred read-onlyget_forum_topicFull public forum thread (topic start + replies, paginated) for a topic id from search_forum.
Inferred read-onlyget_blog_postFull text of one published blog post (id from search_blog), including recent public comments.
Potential side effectslist_categoriesFull public category taxonomy (localized names, parent relations, browse URLs).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for crazypatterns.net was fetched 2026-08-23T14:00:07.812Z.
crazypatterns.net is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.