Learning Resources
stepbystepcrochet.com
Provides access to a database of crochet guides and tutorials, allowing users to search and retrieve step-by-step instructions.
ENDPOINT 1
https://stepbystepcrochet.com/api/mcp
MCP server metadata
- Name
- step-by-step-crochet
- Version
- 1.0.0
Use find_crochet_guides to search public crochet learning content, then read_crochet_guide for a full Markdown article. All tools are anonymous and read-only.
Known tools 2
find_crochet_guidesSearch public Step By Step Crochet tutorials by topic and language.
Inferred read-onlyread_crochet_guideFetch the complete Markdown body of a Step By Step Crochet guide.
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.step-by-step-crochet]
url = "https://stepbystepcrochet.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"step-by-step-crochet": {
"type": "http",
"url": "https://stepbystepcrochet.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: step-by-step-crochet
Remote MCP URL: https://stepbystepcrochet.com/api/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": {
"step-by-step-crochet": {
"url": "https://stepbystepcrochet.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"step-by-step-crochet": {
"type": "http",
"url": "https://stepbystepcrochet.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "step-by-step-crochet",
"transport": "streamable-http",
"url": "https://stepbystepcrochet.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.