The server currently provides the following tools for LLM interaction:
get_api_status(): Check if the Cal.com API key is configured in the environment. Returns a string indicating the status.
list_event_types(): Fetch a list of all event types from Cal.com for the authenticated account. Returns a dictionary with the list of event types or an error message.
get_bookings(...): Fetch a list of bookings from Cal.com, with optional filters (event_type_id, user_id, status, date_from, date_to, limit). Returns a dictionary with the list of bookings or an error message.
create_booking(...): Create a new booking in Cal.com for a specific event type and attendee. Requires parameters like start_time, attendee details, and event type identifiers. Returns a dictionary with booking details or an error message.
list_schedules(...): List all schedules available to the authenticated user or for a specific user/team. Optional filters: user_id, team_id, limit. Returns a dictionary with the list of schedules or an error message.
list_teams(...): List all teams available to the authenticated user. Optional filter: limit. Returns a dictionary with the list of teams or an error message.
list_users(...): List all users available to the authenticated account. Optional filter: limit. Returns a dictionary with the list of users or an error message.
list_webhooks(...): List all webhooks configured for the authenticated account. Optional filter: limit. Returns a dictionary with the list of webhooks or an error message.
- Control Nanoleaf smart lights through MCP
- Features: turn on/off, adjust brightness, change colors, set effects, discover devices
- Built with TypeScript for Warp terminal integration
Co-authored-by: ghuff <your-email@example.com>
* mcp-server-chart
A Model Context Protocol (MCP) server that provides comprehensive chart generation capabilities. This server offers a wide variety of chart types with comprehensive Zod schema validation for type-safe chart configuration.
🎯 15+ Chart Types - Comprehensive chart library covering all major visualization needs
🔒 Type Safety - Full Zod schema validation for all chart configurations
🌐 Multiple Deployment Options - Local server, HTTP streaming, and SSE endpoints
🚀 Claude.AI Integration - Ready-to-use endpoints for Claude.AI integration
📊 Professional Charts - Support for financial, statistical, and business visualizations
* fix order
Added Facebook Ads Library reference to community servers in readme. It queries for a brand name to get its meta_platform_id and then able to retrieve and analyse ads.
Added MCP Plexus to the list of MCP server frameworks. MCP Plexus is a secure and scalable multi-tenant Python framework built on FastMCP 2.7. It simplifies the deployment of sophisticated MCP servers, enabling robust multi-tenancy, seamless OAuth 2.1 integrations, persistent user authentication, and API key management. Ideal for developing modern, context-rich AI applications while ensuring security and extensibility.
Adding Token Metrics MCP Server to the Official Servers list.
The Token Metrics Model Context Protocol (MCP) server provides comprehensive cryptocurrency data, analytics, and insights through function calling. This server enables AI assistants and agents to access Token Metrics' powerful API for real-time crypto market data, trading signals, price predictions, and advanced analytics.
Github: https://github.com/token-metrics/mcp
Webiste: https://www.tokenmetrics.com
This PR adds Taskade to the "Official Servers" section of the awesome-mcp-servers list. Taskade provides an MCP integration that allows AI models to access and manage tasks, projects, and AI agents in real time via the Taskade platform.
GitHub: https://github.com/taskade/mcp
Website: https://www.taskade.com/
Add MKP (Model Kontext Protocol Server for Kubernetes) to the README.md.
MKP is a native Go implementation that allows LLM-powered applications to interact with Kubernetes clusters through direct API integration, providing comprehensive resource management capabilities.
Repository: https://github.com/StacklokLabs/mkp
- Added StacklokLabs/osv-mcp to the Community Servers section
- Provides access to OSV (Open Source Vulnerabilities) database
- Supports querying vulnerabilities by package/commit and batch operations
- Added Creatify MCP Server for AI video generation capabilities
- Includes avatar videos, URL-to-video conversion, text-to-speech, and AI editing tools
- Positioned alphabetically between Comet Opik and Contentful
* Add DropBin remote SSE MCP server - Remote SSE MCP server for temporary content hosting and sharing - Enables file uploads and content management without authentication - Accessible at https://dropbin.org/mcp
* Fix DropBin description - clarify it hosts HTML webpages for content sharing