Skip to main content
Glama
TomPhillipsLabs

loopquest-mcp

loopquest-mcp

A Model Context Protocol server for LoopQuest. Lets any MCP-capable agent (Claude Desktop, Cursor, Windsurf, custom agents) send its output for gamified human-in-the-loop review and get a verdict back.

Tools

  • create_review_task — send content for a human to approve or flag. Returns a task id; the verdict arrives via webhook (callback_url) or get_task_status.

  • get_task_status — check a task's status / verdict.

Related MCP server: Datashift MCP Server

Configure

Set LOOPQUEST_API_KEY (Workspaces → API keys). Optionally LOOPQUEST_BASE_URL for a self-hosted deployment.

Claude Desktop

In claude_desktop_config.json:

{
  "mcpServers": {
    "loopquest": {
      "command": "npx",
      "args": ["-y", "loopquest-mcp"],
      "env": { "LOOPQUEST_API_KEY": "lq_your_key" }
    }
  }
}

Cursor / Windsurf use the same command / args / env shape in their MCP settings.

Develop

npm install
npm test          # unit tests
npm run build     # tsc -> dist/
node dist/index.js

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables AI agents to submit tasks for human or AI review and receive decisions via MCP tools, adding human review checkpoints to workflows.
    MIT
  • A
    license
    D
    quality
    F
    maintenance
    Enables AI assistants to request human input by creating tasks on Amazon Mechanical Turk, integrating human-in-the-loop capabilities via the MCP standard.
    2
    22
    26
    ISC

View all related MCP servers

Related MCP Connectors

  • A paid remote MCP for HyperFrames, built to return verdicts, receipts, usage logs, and audit-ready J

  • A paid remote MCP for Skybridge, built to return verdicts, receipts, usage logs, and audit-ready JSO

  • A paid remote MCP for Context7 MCP docs, built to return verdicts, receipts, usage logs, and audit-r

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TomPhillipsLabs/loopquest-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server