Todoist Api Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Todoist Api Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for Todoist API integration. Provides full access to Todoist functionality through a simple and convenient MCP protocol.
{
"mcpServers": {
"todoist": {
"command": "npx",
"args": ["todoist-api-mcp", "--mode", "stdio"],
"env": {
"TODOIST_API_TOKEN": "your_todoist_api_token"
}
}
}
}# stdio mode (for single user)
npx todoist-api-mcp --mode stdio --todoist-token YOUR_TODOIST_API_TOKEN
# SSE mode (for multi-user access)
# Clients send their Todoist tokens via Authorization: Bearer TOKEN header
npx todoist-api-mcp --mode sse
# HTTP Stream mode (for multi-user access)
# Clients send their Todoist tokens via Authorization: Bearer TOKEN header
npx todoist-api-mcp --mode httpStream
# With MCP Access token restriction
npx todoist-api-mcp --mode sse --mcp-access-token YOUR_MCP_ACCESS_TOKEN
# Setting the port for HTTP modes
npx todoist-api-mcp --mode sse --port 8080--todoist-token parameter or the TODOIST_API_TOKEN environment variable.Authorization: Bearer TOKEN header. Server access can be restricted through an MCP Access token (--mcp-access-token), which is verified in the X-Mcp-Token header.Authorization: Bearer TOKEN header. Server access can be restricted through an MCP Access token (--mcp-access-token), which is verified in the X-Mcp-Token header.MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.