MCP ServerHTTPOfficialv1.0.2

TaScan MCP Server

Manage projects, tasks, workers, and QR codes through a universal task protocol. Built for teams running field operations, event logistics, or distributed task workflows who need API-driven project orchestration.

io.github.snowbikemike/tascan-mcp

Hosted URL

https://tascan-live-event.netlify.app/mcp

Transport

HTTP

Auth

1 required env var

What the TaScan MCP server does

How models use it and what it is built for.

Manage projects, tasks, workers, and QR codes through a universal task protocol. Built for teams running field operations, event logistics, or distributed task workflows who need API-driven project orchestration.

Connect to TaScan

Hosted endpoint — paste into any MCP client.

https://tascan-live-event.netlify.app/mcp

Environment variables

Configuration this server reads at startup.

  • TASCAN_API_KEYRequiredSecret

    Your TaScan API key (generate in Admin Portal > Team > API Keys)

  • TASCAN_API_URL

    TaScan API base URL (default: https://tascan-live-event.netlify.app/api/v1)

Resources

Where to find authoritative docs and source for TaScan.

Example prompts for TaScan

Paste any of these into Agent Studio after connecting TaScan.

  • List all active projects and their task counts
  • Create a new task assigned to worker ID 42 with QR code tracking
  • Generate a report of completed tasks for project XYZ this week
  • What environment variables do I need to authenticate with TaScan?

TaScan MCP server — FAQ

Common questions about connecting and running TaScan.

  • How do I get my TASCAN_API_KEY?

    Log into the TaScan Admin Portal, navigate to Team > API Keys, and generate a new key. Set it as the TASCAN_API_KEY environment variable when running the MCP server.

  • Can I use a custom TaScan API endpoint?

    Yes. The TASCAN_API_URL environment variable lets you override the default endpoint (https://tascan-live-event.netlify.app/api/v1). Leave it unset to use the default.

  • What does this MCP server actually do?

    It exposes TaScan's task management capabilities—projects, tasks, worker assignments, QR code generation, and reporting—through the Model Context Protocol, letting you automate workflows via Claude or other MCP clients.

  • Is there a self-hosted option or do I have to use the hosted endpoint?

    The registry lists a hosted endpoint at https://tascan-live-event.netlify.app/mcp. For self-hosting or private deployments, check the TaScan documentation or contact the team.

  • What's the difference between TASCAN_API_URL and the MCP hosted endpoint?

    TASCAN_API_URL is the backend API your MCP server calls to fetch/manage tasks. The hosted MCP endpoint (https://tascan-live-event.netlify.app/mcp) is where the MCP protocol itself runs. Both default to the same TaScan instance.

Run TaScan across 60+ AI models, side-by-side

Connect TaScan to Claude, GPT, Gemini, DeepSeek and 60+ AI models in MCP Agent Studio. Compare answers side-by-side, save reusable agent presets, share runs — all in your browser, no install required.

Open Agent Studio

Related servers

More on MCP Playground