mcpbeat

TaScan MCP Server

io.github.snowbikemike/tascan-mcp
answering

TaScan is answering right now. Last checked 8 min ago. 61 installs a week from npm. It exposes 32 tools. Last commit 3 Mar 2026.

Universal task protocol — manage projects, tasks, workers, QR codes, and reports.

Installs per day peak 26 · avg 7 · +42% w/w
a month agotoday
Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
32
Tools
read from the server
687 ms
Response time
average over 24h
61
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add tascan-mcp --transport http https://tascan-live-event.netlify.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tascan-mcp": {
      "url": "https://tascan-live-event.netlify.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tascan-mcp]
url = "https://tascan-live-event.netlify.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "tascan-mcp": {
      "url": "https://tascan-live-event.netlify.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tascan-mcp": {
      "url": "https://tascan-live-event.netlify.app/mcp"
    }
  }
}

Available tools 32

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

tascan
tascan_add_tasks
Add one or more tasks to an event (task list). Supports bulk creation. IMPORTANT: Set response_type correctly — use "text" for info collection (names, phones, emails, notes), "photo" for visual verification (inspections, serial numbers, damage checks), "checkbox" only for simple confirmations. NOTE: To dispatch tasks to the Claude Code agent running on Mike's PC, use tascan_dispatch_to_agent instead — it routes directly to the agent's inbox with zero configuration needed.
tascan_analyze_issue
Step 1 of the Closed-Loop Autonomous Operations Protocol. Retrieves full issue context including worker info, message thread, project history, and recent similar issues. Use this data to reason about the root cause and generate a remediation plan. Also supports server-side AI analysis via POST (calls Anthropic API directly).
tascan_apply_template
Apply a pre-built template to a task list, adding all template tasks
tascan_auto_resolve
FULL Closed-Loop Autonomous Operations Protocol in one call. Server-side AI analyzes the issue, generates remediation tasks, creates a task list, and dispatches to the worker — all without human intervention. This executes Patent Claim 7: autonomous operations from issue detection through physical-world instruction delivery.
tascan_complete_task
Complete a task on behalf of a worker. Inserts a completion record and timer event. Use this to simulate or record task completions via the API.
tascan_create_event
Create a new event (task list) within a project. Supports team_mode (shared completions) and multi_instance (each worker gets isolated copy — great for surveys, onboarding, info collection). team_mode and multi_instance cannot both be true.
tascan_create_project
Create a new TaScan project (top-level container for events)
tascan_create_worker
Create a new worker (taskee) in the organization
tascan_delete_event
Delete an event (task list) and all its tasks and completions. This action is irreversible.
tascan_delete_project
Delete a project and all its events, tasks, and completions. This action is irreversible.
tascan_delete_task
Delete a specific task and its completions. This action is irreversible.
tascan_dispatch_instruction
Step 3 of the Closed-Loop Autonomous Operations Protocol. Dispatches remediation to the worker via MULTI-CHANNEL delivery: (1) issue thread message, (2) in-app notification, (3) progress feed update, (4) SMS if phone on file, (5) optional remediation task list creation. Closes the loop from digital AI analysis to physical worker execution.
tascan_dispatch_to_agent
PREFERRED tool for sending work to an AI agent. Dispatches a task to the agent's inbox — picked up and executed automatically. No list ID needed. Supports prefixes: CODE: SHELL: RESEARCH: WRITE: PLAN: for routing. Use "agent" param to target a specific agent (default: claude-code-local). Use tascan_list_agents to discover available agents.
tascan_generate_qr
Generate a QR code for a task list (event) that workers can scan to access tasks
tascan_get_event
Get details of a specific event (task list) including its tasks
tascan_get_project
Get details of a specific project
tascan_get_report
Get completion report for a task list (event) including task status, completions, workers, and photos
tascan_get_task
Get details of a specific task including completions
tascan_list_agents
List all registered AI agents with their capabilities, inbox IDs, and status. Like reading input labels on a video matrix — discover which agents are available and what they can do before dispatching work.
tascan_list_events
List all events (task lists) within a project
tascan_list_issues
List all issues for a task list (event). Returns open, acknowledged, and resolved issues with severity, type, and category. Use this to discover issues that need AI analysis via tascan_analyze_issue.
tascan_list_projects
List all TaScan projects in the organization
tascan_list_tasks
List all tasks in an event (task list)
tascan_list_templates
List available task templates (built-in and saved)
tascan_list_workers
List all workers (taskees) in the organization
tascan_recommend_fix
Step 2 of the Closed-Loop Autonomous Operations Protocol. Post an AI-generated recommendation to an issue thread. Accepts both a text recommendation and an optional structured_recommendation object with task definitions for auto-dispatch. The recommendation is persisted in the AI audit trail.
tascan_register_agent
Register a new AI agent in the agent registry. The agent will appear in tascan_list_agents and can receive dispatched tasks. Self-registration for AI agents joining the TaScan network.
tascan_send_task_email
Send a branded TaScan task notification email via SendGrid. Can notify anyone about a specific task list or task. Includes QR code, task summary, and "Open in TaScan" button.
tascan_update_event
Update an event / task list (name, description, team_mode, multi_instance, timer_mode). team_mode and multi_instance cannot both be true.
tascan_update_project
Update a project (name, location, status, dates)
tascan_update_task
Update a task (title, description, response_type, flags, sort_order)
tascan_update_worker
Update a worker profile (name, phone, email)

Endpoints

URLTransportStateLatencyChecked
https://tascan-live-event.netlify.app/mcp streamable-http answering 952 ms 8 min ago

TaScan — questions

Answers built from our own checks of this server.

What can TaScan do?
It exposes 32 tools, read directly from the server on our last check. Among them: tascan_add_tasks, tascan_analyze_issue, tascan_apply_template, tascan_auto_resolve, tascan_complete_task, tascan_create_event and 26 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is TaScan working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 687 ms. The bar chart above shows every period we have measured.
How do I connect TaScan?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does TaScan need an API key?
No. TaScan completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 32 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is TaScan?
It answers our handshake in 687 ms on average, which is faster than 12% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use TaScan?
The npm package tascan-mcp was installed 61 times in the last week. Week over week that is +42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is TaScan open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.