CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
snowbikemike avatar

TaScan

snowbikemike/tascan-mcp
authSTDIO, HTTPregistry active
Summary

Connects Claude to TaScan's universal task protocol platform for managing physical-world work without app downloads. Exposes 22 tools across projects, events, tasks, workers, QR code generation, and completion reports. You can create construction safety checklists, set up hotel room turnovers, deploy warehouse receiving templates, or analyze worker performance across events. Tasks support multiple types including photo verification, checkpoints, and safety flags. Useful when you need AI-assisted coordination of real-world operations like live events, construction sites, or FEMA disaster response where workers scan QR codes to complete verified tasks. Requires a TaScan API key from the admin portal.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

TaScan MCP Server

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.

What is TaScan?

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.

Quickest Start: Claude.ai / Claude Mobile

No install required. Add TaScan as a custom connector in Claude:

  1. Settings > Connectors > Add custom connector
  2. Enter: https://app.tascan.io/mcp
  3. First time you use a tool, sign in with your TaScan email and password

That's it. Works on claude.ai and Claude mobile. Same sign-in experience as GitHub, Netlify, and Supabase connectors.


Installation (Claude Desktop / Claude Code)

npm install tascan-mcp

Or run directly with npx:

npx tascan-mcp

Configuration

Environment Variables

VariableRequiredDescription
TASCAN_API_KEYYesYour TaScan API key (generate in Admin Portal > Team > API Keys)
TASCAN_API_URLNoAPI base URL (default: https://app.tascan.io/api/v1)

Claude Desktop

Add to your Claude Desktop config file (claude_desktop_config.json):

{
  "mcpServers": {
    "tascan": {
      "command": "npx",
      "args": ["-y", "tascan-mcp"],
      "env": {
        "TASCAN_API_KEY": "your-api-key-here"
      }
    }
  }
}

Claude Code

claude mcp add tascan -- npx -y tascan-mcp

Then set your API key in the environment.

Remote (claude.ai / Claude Mobile)

TaScan MCP is also available as a remote server — no install, no API key needed:

https://app.tascan.io/mcp

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.

Tools (36)

Projects

ToolDescriptionType
tascan_list_projectsList all projects in the organizationRead
tascan_get_projectGet details of a specific projectRead
tascan_create_projectCreate a new projectCreate
tascan_update_projectUpdate project name, location, status, datesUpdate
tascan_delete_projectDelete a project and all its contentsDelete

Events (Task Lists)

ToolDescriptionType
tascan_list_eventsList all events within a projectRead
tascan_get_eventGet event details including tasksRead
tascan_create_eventCreate a new event in a projectCreate
tascan_update_eventUpdate event name, description, modesUpdate
tascan_delete_eventDelete an event and all its tasksDelete

Tasks

ToolDescriptionType
tascan_list_tasksList all tasks in an eventRead
tascan_get_taskGet task details including completionsRead
tascan_add_tasksBulk-create tasks in an eventCreate
tascan_update_taskUpdate task title, type, flags, orderUpdate
tascan_delete_taskDelete a task and its completionsDelete

Workers

ToolDescriptionType
tascan_list_workersList all workers in the organizationRead
tascan_create_workerCreate a new worker profileCreate
tascan_update_workerUpdate worker name, phone, emailUpdate

Operations

ToolDescriptionType
tascan_generate_qrGenerate a QR code for an eventCreate
tascan_apply_templateApply a pre-built template to an eventCreate
tascan_list_templatesList available task templatesRead
tascan_get_reportGet completion report for an event (optional include_responses returns submitted response data)Read
tascan_query_responsesOne task's responses across every list in a project — chronological progression seriesRead

Closed-Loop Autonomous Operations (Patent Pending)

ToolDescriptionType
tascan_list_issuesList field-reported issues with filtering by status, category, severityRead
tascan_analyze_issueAI classifies issue severity, identifies root cause, and scores urgencyAI
tascan_recommend_fixAI generates ranked remediation tasks with step-by-step instructionsAI
tascan_auto_resolveFull closed loop in ONE call — issue in, AI analyzes, fix dispatched, loop closesAI

Communications

ToolDescriptionType
tascan_dispatch_instructionMulti-channel delivery of instructions to workers (SMS, email, QR)Create
tascan_send_task_emailSend task links and notifications via emailCreate
tascan_complete_taskMark a task as completed with optional response dataUpdate

AI Agent Coordination (Patent #10)

ToolDescriptionType
tascan_list_agentsList registered AI agents in the systemRead
tascan_register_agentRegister a new AI agent with capabilitiesCreate
tascan_dispatch_to_agentRoute a task to a specific AI agent for executionCreate

Usage Examples

Example 1: Set up a construction site inspection

User: Create a construction project for the Downtown Tower site and set up a daily safety inspection with tasks for PPE check, fall protection, scaffolding inspection, and fire extinguisher check. Make all tasks safety checkpoints that require photos.

Claude will:
1. Call tascan_create_project with name "Downtown Tower" and location "123 Main St"
2. Call tascan_create_event with name "Daily Safety Inspection"
3. Call tascan_add_tasks with 4 safety checkpoint tasks requiring photos
4. Call tascan_generate_qr to create a scannable QR code for the foreman

Example 2: AI-powered autonomous issue resolution

User: Check if there are any open issues on the Marriott load-in and have TaScan fix them automatically.

Claude will:
1. Call tascan_list_issues to find open issues
2. Call tascan_auto_resolve for each issue — AI analyzes root cause, generates fix tasks, and dispatches instructions to the nearest qualified worker via SMS
3. Report back with resolution status and confidence scores

Example 3: Use templates to quickly deploy an event

User: We have a warehouse receiving shipment coming in tomorrow. Set up the standard receiving checklist.

Claude will:
1. Call tascan_list_templates with category "logistics" to find available templates
2. Call tascan_create_project for the warehouse
3. Call tascan_create_event for the receiving session
4. Call tascan_apply_template with the "warehouse-receiving" template slug
5. Call tascan_generate_qr for the receiving dock crew

Example 4: Analyze and triage field issues

User: We have 5 open issues on the concert setup. Analyze them all and tell me which ones are most urgent.

Claude will:
1. Call tascan_list_issues to get all open issues
2. Call tascan_analyze_issue for each one — AI classifies severity, root cause probability, and urgency score
3. Rank by urgency and recommend which to auto-resolve vs which need human attention

Task Types

Tasks support multiple response types:

TypeDescription
checkboxSimple done/not-done (default)
photoRequires photo upload to complete
textFree-text response
numberNumeric response
dateDate selection
choiceMultiple choice selection

Tasks can also be flagged as:

  • Safety checkpoints (is_safety_checkpoint: true) — highlighted in red, cannot be skipped
  • Photo required (requires_photo: true) — worker must attach a photo to complete

Getting an API Key

  1. Log in to the TaScan Admin Portal
  2. Navigate to Team in the sidebar
  3. Scroll to API Keys
  4. Click Generate API Key
  5. Copy the key (it's only shown once)
  6. Set it as TASCAN_API_KEY in your environment

API keys are scoped to your organization and support rate limiting (60 requests/minute).

Troubleshooting

"Connection failed" or OAuth redirect issues

  • Verify you're using the correct URL: https://app.tascan.io/mcp
  • Clear your browser cache and try reconnecting
  • If using Claude Desktop, restart the app after adding the connector

"Unauthorized" or 401 errors (local npm install)

  • Regenerate your API key in Admin Portal > Team > API Keys
  • Confirm TASCAN_API_KEY is set in your environment (not just in the config file)
  • Keys are organization-scoped — make sure you're using a key from the correct org

Tools not showing up in Claude

  • Disconnect and reconnect the TaScan connector
  • For Claude Code: run claude mcp list to verify the server is registered
  • Check that your TaScan account has an active organization (free tier is fine)

"Rate limited" errors

  • Default limit is 60 requests/minute per API key
  • Pro and Business tiers have higher limits
  • Batch operations (like tascan_add_tasks) are more efficient than individual calls

Task completions not appearing

  • Workers must submit via the task link (QR scan or direct URL)
  • Photo-required tasks won't show as complete until the photo uploads
  • Check the event's response mode (single vs. multi-response)

Privacy Policy

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

Support

  • Email: Michael@TaScan.io
  • Website: https://tascan.io
  • Issues: https://github.com/snowbikemike/tascan-mcp/issues

License

MIT License - Copyright (c) 2026 Michael Edward Love II / Love Productions LLC

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

TASCAN_API_KEY*secret

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)

Categories
Productivity & Office
Registryactive
Packagetascan-mcp
TransportSTDIO, HTTP
AuthRequired
UpdatedMar 3, 2026
View on GitHub

Related Productivity & Office MCP Servers

View all →
space.0 avatar
Space0

space.0/space0

Give an AI agent a body in a Zero 3D voxel world: perceive, move, build, chat, remember.
srotzin avatar
Execute Intent

srotzin/hive-execute

Intent execution engine for autonomous agent task routing
standardbeagle avatar
Dart Query

standardbeagle/dart-query

Dart AI task management MCP with batch operations, DartQL selectors, CSV import, zero context rot
starecz avatar
Karea Mcp

starecz/karea-mcp

Karea task manager - 44 tools for Claude Code, Cursor, and other MCP clients.
statelode avatar
StateLode

statelode/statelode

Shared task layer for AI coding agents. One MCP surface: task_search, task_get, task_mutate.
taskforcehq avatar
Taskforce

taskforcehq/taskforce

Task and planning workspace for humans collaborating with AI agents