Universal task protocol — manage projects, tasks, workers, QR codes, and reports.
MCPpedia last refreshed this data
io.github.snowbikemike/tascan-mcp is an MCP server that universal task protocol — manage projects, tasks, workers, QR codes, and reports. Its tool list has not been published yet over stdio and sse, requires no API key, and scores 71/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"tascan": {
"env": {
"TASCAN_API_KEY": "your-api-key-here"
},
"args": [
"-y",
"tascan-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI agent integration for TaScan — the universal task protocol platform. Manage projects, events, tasks, workers, QR codes, templates, and completion reports through Claude, GitHub Copilot, or any MCP-compatible AI client.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'tascan-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked tascan-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
MCP server for monday.com integration.
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
Give AI agents access to your Obsidian vault via local files or Self-hosted LiveSync.
MCP Server for Computer Use in Windows
MCP Security Weekly
Get CVE alerts and security updates for io.github.snowbikemike/tascan-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
npm install tascan-mcp
Or run directly with npx:
npx tascan-mcp
| 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):
{
"mcpServers": {
"tascan": {
"command": "npx",
"args": ["-y", "tascan-mcp"],
"env": {
"TASCAN_API_KEY": "your-api-key-here"
}
}
}
}
claude mcp add tascan -- npx -y tascan-mcp
Then set your API key in the environment.
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.
| 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 |
| T