← Registry

Productivity

tascan.io

Manage TaScan projects, including creation, updates, and deletion.

1 endpoint32 known toolsFirst detected May 29, 2026Last detected July 25, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
tascan
Version
1.3.0
Capabilities
tools

Known tools 32

tascan_list_projects

List all TaScan projects in the organization

Inferred read-only
tascan_create_project

Create a new TaScan project (top-level container for events)

Potential side effects
tascan_get_project

Get details of a specific project

Inferred read-only
tascan_update_project

Update a project (name, location, status, dates)

Potential side effects
tascan_delete_project

Delete a project and all its events, tasks, and completions.

Potential side effects
tascan_create_event

Create a new event (task list) within a project.

Potential side effects
tascan_list_events

List all events (task lists) within a project

Inferred read-only
tascan_get_event

Get details of a specific event (task list) including its tasks

Inferred read-only
tascan_update_event

Update an event / task list (name, description, team_mode, multi_instance, timer_mode).

Potential side effects
tascan_delete_event

Delete an event (task list) and all its tasks and completions.

Potential side effects
tascan_add_tasks

Add one or more tasks to an event (task list).

Inferred read-only
tascan_dispatch_to_agent

PREFERRED tool for sending work to an AI agent.

Inferred read-only
tascan_list_agents

List all registered AI agents with their capabilities, inbox IDs, and status.

Inferred read-only
tascan_register_agent

Register a new AI agent in the agent registry.

Inferred read-only
tascan_list_tasks

List all tasks in an event (task list)

Inferred read-only
tascan_get_task

Get details of a specific task including completions

Inferred read-only
tascan_update_task

Update a task (title, description, response_type, flags, sort_order)

Potential side effects
tascan_delete_task

Delete a specific task and its completions.

Potential side effects
tascan_complete_task

Complete a task on behalf of a worker.

Inferred read-only
tascan_list_workers

List all workers (taskees) in the organization

Inferred read-only
tascan_create_worker

Create a new worker (taskee) in the organization

Potential side effects
tascan_update_worker

Update a worker profile (name, phone, email)

Potential side effects
tascan_generate_qr

Generate a QR code for a task list (event) that workers can scan to access tasks

Inferred read-only
tascan_apply_template

Apply a pre-built template to a task list, adding all template tasks

Inferred read-only
tascan_list_templates

List available task templates (built-in and saved)

Inferred read-only
tascan_get_report

Get completion report for a task list (event) including task status, completions, workers, and photos

Inferred read-only
tascan_list_issues

List all issues for a task list (event).

Inferred read-only
tascan_analyze_issue

Step 1 of the Closed-Loop Autonomous Operations Protocol.

Inferred read-only
tascan_recommend_fix

Step 2 of the Closed-Loop Autonomous Operations Protocol.

Inferred read-only
tascan_dispatch_instruction

Step 3 of the Closed-Loop Autonomous Operations Protocol.

Inferred read-only
tascan_auto_resolve

FULL Closed-Loop Autonomous Operations Protocol in one call.

Inferred read-only
tascan_send_task_email

Send a branded TaScan task notification email via SendGrid.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tascan]
url = "https://tascan-live-event.netlify.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tascan": {
      "type": "http",
      "url": "https://tascan-live-event.netlify.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tascan
Remote MCP URL: https://tascan-live-event.netlify.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tascan": {
      "url": "https://tascan-live-event.netlify.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tascan": {
      "type": "http",
      "url": "https://tascan-live-event.netlify.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tascan",
  "transport": "streamable-http",
  "url": "https://tascan-live-event.netlify.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.