← Registry

Learning Resources

stepbystepcrochet.com

Provides access to a database of crochet guides and tutorials, allowing users to search and retrieve step-by-step instructions.

1 endpoint2 known toolsFirst detected September 8, 2026Last detected September 8, 2026

ENDPOINT 1

https://stepbystepcrochet.com/api/mcp

No auth detected

MCP server metadata

Name
step-by-step-crochet
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

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_guides

Search public Step By Step Crochet tutorials by topic and language.

Inferred read-only
read_crochet_guide

Fetch the complete Markdown body of a Step By Step Crochet guide.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.