Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Doodle API MCP
📊

Doodle API MCP MCP Server

Group scheduling and polling platform.

doodleschedulingpollinggroups

About

## Doodle API MCP Server: Advanced Scheduling The **Doodle API MCP Server** provides comprehensive access to Doodle's scheduling API in Google Antigravity, enabling advanced poll management, webhook integrations, and enterprise scheduling automation. ### Why Doodle API MCP? - **Full API Access**: Complete Doodle API v2 integration - **Enterprise Features**: Team management and organization settings - **Webhooks**: Real-time notifications for poll events - **Analytics**: Access scheduling patterns and usage data - **White-Label**: Customize branding for embedded experiences ### Key Features #### 1. Advanced Poll Operations ```python # Create poll with advanced options poll = await doodle_api.createPoll({ "title": "Quarterly Planning", "type": "date", "options": generate_time_slots("2024-12-16", "2024-12-20", 60), "settings": { "multiplePerParticipant": True, "limitPerOption": 5, "yesNoIfNeedBe": True, "askForAddress": False, "hidden": False, "askForName": True }, "notifications": { "participantReminder": True, "organizerDigest": "daily" } }) # Get detailed poll analytics analytics = await doodle_api.getPollAnalytics({ "pollId": poll.id }) print(f"Response rate: {analytics.responseRate}") print(f"Avg response time: {analytics.avgResponseTime}") ``` #### 2. Webhook and Team Management ```python # Register webhook webhook = await doodle_api.createWebhook({ "url": "https://your-app.com/webhooks/doodle", "events": ["poll.responded", "poll.finalized", "booking.created"], "secret": "webhook_secret" }) # Create team team = await doodle_api.createTeam({ "name": "Engineering Team", "members": ["user1@company.com", "user2@company.com"], "settings": { "defaultDuration": 60, "timezone": "America/New_York" } }) ``` ### Configuration ```json { "mcpServers": { "doodle-api": { "command": "npx", "args": ["-y", "@anthropic/mcp-doodle-api"], "env": { "DOODLE_API_KEY": "your-api-key", "DOODLE_WEBHOOK_SECRET": "your-webhook-secret" } } } } ``` ### Use Cases **Enterprise Scheduling**: Build custom scheduling solutions for large organizations. **Integration Development**: Connect Doodle with CRM, calendar, and communication tools. **Scheduling Automation**: Automate recurring poll creation and processing. The Doodle API MCP Server enables enterprise-grade scheduling automation.

Installation

Configuration
{
  "mcpServers": {
    "doodle-api": {}
  }
}

How to Use

    Related MCP Servers

    🧰

    Toolhouse MCP

    Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

    🔨

    Smithery Registry MCP

    The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

    🔍

    MCP Inspector

    Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

    ← Back to All MCP Servers