The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the TaScan listing page.
AI agent integration for TaScan — the closed-loop autonomous operations protocol. Manage projects, events, tasks, workers, QR codes, templates, completion reports, and AI-powered issue resolution through Claude, GitHub Copilot, or any MCP-compatible AI client.
Task. Scan. Done.
TaScan is a zero-download task assignment and verification platform for physical-world work. Workers scan a QR code, complete tasks with photo verification, and managers get real-time completion reports — no app download, no login, no training required.
When something breaks, AI analyzes the issue, generates fix instructions, and dispatches them to the right worker — closing the loop autonomously in under 10 seconds.
Industries: live events, construction, hospitality, warehousing, property management, healthcare, aviation, FEMA disaster response, and more.
10 Provisional Patents Filed — 265 claims, ~1000+ pages of specification. USPTO Applications #63/995,189 through #64/001,286.
No install required. Add TaScan as a custom connector in Claude:
https://app.tascan.io/mcpThat's it. Works on claude.ai and Claude mobile. Same sign-in experience as GitHub, Netlify, and Supabase connectors.
Or run directly with npx:
| Variable | Required | Description |
|---|---|---|
TASCAN_API_KEY | Yes | Your TaScan API key (generate in Admin Portal > Team > API Keys) |
TASCAN_API_URL | No | API base URL (default: https://app.tascan.io/api/v1) |
Add to your Claude Desktop config file (claude_desktop_config.json):
Then set your API key in the environment.
TaScan MCP is also available as a remote server — no install, no API key needed:
Add as a custom connector in Claude (Settings > Connectors). When you first use a tool, you'll be redirected to sign in with your TaScan email and password — just like connecting GitHub or Netlify. OAuth 2.0 with PKCE handles everything automatically.
| Tool | Description | Type |
|---|---|---|
tascan_list_projects | List all projects in the organization | Read |
tascan_get_project | Get details of a specific project | Read |
tascan_create_project | Create a new project | Create |
tascan_update_project | Update project name, location, status, dates | Update |
tascan_delete_project | Delete a project and all its contents | Delete |
| Tool | Description | Type |
|---|---|---|
tascan_list_events | List all events within a project | Read |
tascan_get_event | Get event details including tasks | Read |
tascan_create_event | Create a new event in a project | Create |
tascan_update_event | Update event name, description, modes | Update |
tascan_delete_event | Delete an event and all its tasks | Delete |
| Tool | Description | Type |
|---|---|---|
tascan_list_tasks | List all tasks in an event | Read |
tascan_get_task | Get task details including completions | Read |
tascan_add_tasks | Bulk-create tasks in an event | Create |
tascan_update_task | Update task title, type, flags, order | Update |
tascan_delete_task | Delete a task and its completions | Delete |
| Tool | Description | Type |
|---|---|---|
tascan_list_workers | List all workers in the organization | Read |
tascan_create_worker | Create a new worker profile | Create |
tascan_update_worker | Update worker name, phone, email | Update |
| Tool | Description | Type |
|---|---|---|
tascan_generate_qr | Generate a QR code for an event | Create |
tascan_apply_template | Apply a pre-built template to an event | Create |
tascan_list_templates | List available task templates | Read |
tascan_get_report | Get completion report for an event (optional include_responses returns submitted response data) | Read |
tascan_query_responses | One task's responses across every list in a project — chronological progression series | Read |
| Tool | Description | Type |
|---|---|---|
tascan_list_issues | List field-reported issues with filtering by status, category, severity | Read |
tascan_analyze_issue | AI classifies issue severity, identifies root cause, and scores urgency | AI |
tascan_recommend_fix | AI generates ranked remediation tasks with step-by-step instructions | AI |
tascan_auto_resolve | Full closed loop in ONE call — issue in, AI analyzes, fix dispatched, loop closes | AI |
| Tool | Description | Type |
|---|---|---|
tascan_dispatch_instruction | Multi-channel delivery of instructions to workers (SMS, email, QR) | Create |
tascan_send_task_email | Send task links and notifications via email | Create |
tascan_complete_task | Mark a task as completed with optional response data | Update |
| Tool | Description | Type |
|---|---|---|
tascan_list_agents | List registered AI agents in the system | Read |
tascan_register_agent | Register a new AI agent with capabilities | Create |
tascan_dispatch_to_agent | Route a task to a specific AI agent for execution | Create |
Tasks support multiple response types:
| Type | Description |
|---|---|
checkbox | Simple done/not-done (default) |
photo | Requires photo upload to complete |
text | Free-text response |
number | Numeric response |
date | Date selection |
choice | Multiple choice selection |
Tasks can also be flagged as:
is_safety_checkpoint: true) — highlighted in red, cannot be skippedrequires_photo: true) — worker must attach a photo to completeTASCAN_API_KEY in your environmentAPI keys are scoped to your organization and support rate limiting (60 requests/minute).
"Connection failed" or OAuth redirect issues
https://app.tascan.io/mcp"Unauthorized" or 401 errors (local npm install)
TASCAN_API_KEY is set in your environment (not just in the config file)Tools not showing up in Claude
claude mcp list to verify the server is registered"Rate limited" errors
tascan_add_tasks) are more efficient than individual callsTask completions not appearing
TaScan collects and processes task completion data, worker information (name, phone, email), GPS coordinates (with consent), and photos uploaded during task completion. Data is stored securely in Supabase with row-level security policies. API access is authenticated and rate-limited.
For the full privacy policy, visit: https://tascan.io/faq.html
For data deletion requests or privacy inquiries, contact: Michael@TaScan.io
MIT License - Copyright (c) 2026 Michael Edward Love II / Love Productions LLC