ENDPOINT 1
https://tascan-live-event.netlify.app/mcp
MCP server metadata
- Name
- tascan
- Version
- 1.3.0
Known tools 32
tascan_create_projectCreate a new TaScan project (top-level container for events)
Potential side effectstascan_delete_projectDelete a project and all its events, tasks, and completions.
Potential side effectstascan_update_eventUpdate an event / task list (name, description, team_mode, multi_instance, timer_mode).
Potential side effectstascan_delete_eventDelete an event (task list) and all its tasks and completions.
Potential side effectstascan_list_agentsList all registered AI agents with their capabilities, inbox IDs, and status.
Inferred read-onlytascan_update_taskUpdate a task (title, description, response_type, flags, sort_order)
Potential side effectstascan_generate_qrGenerate a QR code for a task list (event) that workers can scan to access tasks
Inferred read-onlytascan_apply_templateApply a pre-built template to a task list, adding all template tasks
Inferred read-onlytascan_get_reportGet completion report for a task list (event) including task status, completions, workers, and photos
Inferred read-onlytascan_dispatch_instructionStep 3 of the Closed-Loop Autonomous Operations Protocol.
Inferred read-onlytascan_send_task_emailSend a branded TaScan task notification email via SendGrid.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.