Telitask Ai — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Telitask Ai (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.
<p align="center"> <img src="assets/logo-full.png" alt="TeliTask" width="280" /> </p>
<p align="center">AI-powered phone calls, task management, and contact organization</p>
<p align="center"> <a href="https://www.npmjs.com/package/@telitask/mcp-server"><img src="https://img.shields.io/npm/v/@telitask/mcp-server?label=npm%20package&color=blue" alt="npm version" /></a> </p>
<p align="center"> <a href="https://telitask.ai">Website</a> · <a href="https://www.npmjs.com/package/@telitask/mcp-server">npm</a> · <a href="https://github.com/Telitask/telitask-ai/issues">Report Bug</a> · <a href="https://github.com/Telitask/telitask-ai/discussions">Discussions</a> </p>
The @telitask/mcp-server package lets you manage contacts, tasks, and calls directly from your AI assistant.
npx @telitask/mcp-server loginThis opens your browser to sign in and authorize the MCP server.
<details> <summary><strong>Claude Desktop</strong></summary>
Add to your claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"telitask": {
"command": "npx",
"args": ["-y", "@telitask/mcp-server"]
}
}
}Restart Claude Desktop after saving.
</details>
<details> <summary><strong>Claude Code</strong></summary>
claude mcp add telitask -- npx -y @telitask/mcp-server</details>
<details> <summary><strong>Cursor</strong></summary>
Add to .cursor/mcp.json in your project or globally:
{
"mcpServers": {
"telitask": {
"command": "npx",
"args": ["-y", "@telitask/mcp-server"]
}
}
}</details>
<details> <summary><strong>VS Code (Copilot)</strong></summary>
Ctrl+Shift+P / Cmd+Shift+P)npx -y @telitask/mcp-servertelitaskOr add manually to .vscode/settings.json:
{
"mcp": {
"servers": {
"telitask": {
"command": "npx",
"args": ["-y", "@telitask/mcp-server"]
}
}
}
}</details>
<details> <summary><strong>Windsurf</strong></summary>
Add to your mcp_config.json:
{
"mcpServers": {
"telitask": {
"command": "npx",
"args": ["-y", "@telitask/mcp-server"]
}
}
}</details>
Note: Don't see your client? Most MCP-compatible tools use the same config format. Check your client's MCP documentation and use the config above.
| Tool | Description |
|---|---|
call_me | Request a call to your phone |
make_call | Make a call to a contact |
schedule_call | Schedule a call for later |
cancel_call | Cancel a scheduled call |
list_calls | List call history |
get_call | Get call details with transcript |
list_contacts | List your contacts |
create_contact | Create a new contact |
list_tasks | List your tasks |
create_task | Create a new task |
update_task | Update an existing task |
send_phone_code | Send a verification code to a phone number |
verify_phone_code | Verify a phone number with a 6-digit code |
See CHANGELOG.md for release history.
© 2026 Telitask. All rights reserved.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.