← ribblr.com
INDIVIDUAL MCP TOOL
get_pattern_details
Get metadata for a specific Ribblr pattern by its numeric ID or URL slug.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.ribblr-com]
url = "https://ribblr.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ribblr-com": {
"type": "http",
"url": "https://ribblr.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ribblr-com
Remote MCP URL: https://ribblr.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": {
"ribblr-com": {
"url": "https://ribblr.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ribblr-com": {
"type": "http",
"url": "https://ribblr.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ribblr-com",
"transport": "streamable-http",
"url": "https://ribblr.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search public Ribblr craft patterns by keyword, craft type, and difficulty.fetch— Fetch details for one public Ribblr pattern using an ID returned by search, a numeric pattern ID, a slug, or a Ribblr pattern URL.search_patterns— Search Ribblr for crochet, knitting, sewing, or other craft patterns by keyword.get_trending_patterns— Get currently trending and popular patterns on Ribblr.search_materials— Search Ribblr's yarn and materials shop by keyword.get_pattern_materials— Get the list of materials (yarn, hooks, needles, notions) required for a specific Ribblr pattern.