
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@calcom/cal-mcp
Advanced tools
⚠️ Warning: This project is in active development and subject to rapid changes. Features and APIs may be modified frequently. If you have feedback or workflows you'd like to see supported, please get in touch.
Model Context Protocol (MCP) is a standardized protocol for managing context between large language models (LLMs) and external systems or services like Cal.com.
Cal.com's MCP server allows you to use any MCP Client (Claude Desktop, Cursor, Windsurf and many others) to use natural language and your LLM to accomplish things with Cal.com.
⚠️ Security Warning: Never share or commit your Cal.com API Key. If exposed, immediately rotate it in your Cal.com account.
Installation will vary depending on your client, but in most cases you'll need to add the JSON below to your MCP config file. Be sure to insert your Cal.com API token.
{
"mcpServers": {
"cal": {
"command": "npx",
"args": [
"@calcom/cal-mcp@latest"
],
"env": {
"CAL_API_KEY": "YOUR CAL API KEY"
}
}
}
}
This project supports tools for all Cal.com API endpoints by setting the --all-tools
flags`. It also supports some prompt workflows tested in Cursor which allow you to quickstart Cal.com applications.
By default, the following core Cal.com API tools are enabled:
getBooking
getBookings
createBooking
rescheduleBooking
cancelBooking
getEventTypes
getEventTypeById
updateEventType
deleteEventType
To access additional tools:
--all-tools
or -a
to args in your MCP configurationFAQs
An MCP server for Cal.com generated by @buildwithalyer
We found that @calcom/cal-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.