INDIVIDUAL MCP TOOL
tascan_get_worker_passport
Get a worker's verified work passport — task counts, lists worked, photos submitted, GPS-verified hours, points, streaks, and earned merit badges, all computed from real completion data (not self-reported).
LIVE ENDPOINT
https://app.tascan.io/mcp
Connect to this endpoint to inspect the live schema for tascan_get_worker_passport and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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://app.tascan.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tascan": {
"type": "http",
"url": "https://app.tascan.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tascan
Remote MCP URL: https://app.tascan.io/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://app.tascan.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tascan": {
"type": "http",
"url": "https://app.tascan.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tascan",
"transport": "streamable-http",
"url": "https://app.tascan.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
tascan_list_projects— List all TaScan projects in the organizationtascan_create_project— Create a new TaScan project (top-level container for events)tascan_get_project— Get details of a specific projecttascan_update_project— Update a project (name, location, status, dates)tascan_delete_project— Delete a project and all its events, tasks, and completions.tascan_create_event— Create a new event (task list) within a project.tascan_list_events— List all events (task lists) within a projecttascan_get_event— Get details of a specific event (task list) including its tasks