MCP server

Tool-based access to every vetted loop in the directory — plus the same A–F safety grader that curates it. No auth, no API key; read tools are open, rate limit 60 req/min per IP.

Install

Claude Code:

claude mcp add --transport http looprepo https://mcp.looprepo.dev/mcp
→ Claude

Cursor / Windsurf / VS Code — add to your MCP config:

{ "mcpServers": { "looprepo": { "url": "https://mcp.looprepo.dev/mcp" } } }
→ Claude

Tools

Endpoints

https://mcp.looprepo.dev/mcp

MCP transport (Streamable HTTP, JSON-RPC 2.0)

https://mcp.looprepo.dev/health

health check

https://mcp.looprepo.dev/.well-known/oauth-protected-resource

auth discovery — declares the server open (no authorization servers)

Prefer plain HTTP? The catalog is also directly fetchable — see the agents page for catalog.json, catalog.txt and llms.txt. Want to check a loop before running it? Grade it →