Sponsored by Deepsite.site

Meeting Intelligence Mcp

Created By
stock-vibesa month ago
AI scheduling assistant for agents. Timezone conversion, public holidays for 100+ countries, business hours checker, multi-timezone meeting slot finder, and Google Calendar event creation. x402 native — pay $0.01 per call, no signup needed. Works with Claude, ChatGPT, Cursor and all MCP clients.
Overview

Meeting Intelligence MCP

AI scheduling assistant for agents · x402 native · MCP compatible · Cloudflare Workers

Live at: https://meeting-mcp.com


What It Does

Meeting Intelligence gives AI agents the scheduling tools they need to handle real-world booking workflows — timezone conversion, public holiday checking, business hours validation, multi-timezone slot finding, and Google Calendar event creation.

Instead of an agent guessing or hallucinating timezone offsets and holiday dates, it calls structured tools and gets reliable structured data back.


Tools

convert_time

Convert any time between timezones. Use when scheduling across countries.

{
  "time": "2026-06-01T14:00:00",
  "from": "America/New_York",
  "to": "Europe/London"
}

Returns: Local times in both zones, UTC reference, offset difference.


get_holidays

Get all public holidays for any country and year. Use before confirming a meeting date.

{
  "country": "GB",
  "year": 2026
}

Returns: Complete list of public holidays with dates and names. Covers 100+ countries.


check_business_hours

Check if it is currently business hours in any timezone. Use before scheduling outreach or calls.

{
  "timezone": "Asia/Tokyo",
  "work_start": "09:00",
  "work_end": "18:00"
}

Returns: Current local time, day of week, open/closed status.


find_meeting_slots

Find optimal meeting windows that work across multiple participant timezones. Returns up to 10 available slots.

{
  "participants": "Europe/London,America/New_York,Asia/Singapore",
  "duration_minutes": 60,
  "days": 5
}

Returns: Up to 10 time slots with local time shown for every participant.


Generate Google Calendar and Outlook add-to-calendar links. Use at the end of every scheduling workflow.

{
  "title": "Product Review",
  "start": "2026-06-01T14:00:00Z",
  "end": "2026-06-01T15:00:00Z",
  "description": "Quarterly product review with the team",
  "location": "https://zoom.us/j/123456"
}

Returns: Ready-to-share Google Calendar link, Outlook link, and ICS file content.


create_event

Create a real event directly in Google Calendar. Requires the user's access token.

{
  "access_token": "ya29.your_token_here",
  "title": "Strategy Session",
  "start": "2026-06-01T14:00:00Z",
  "end": "2026-06-01T15:00:00Z",
  "attendees": ["alice@company.com", "bob@company.com"],
  "description": "Q3 planning session",
  "timezone": "Europe/London"
}

Returns: Event ID, confirmation link, attendees. Token available from Google OAuth Playground — select https://www.googleapis.com/auth/calendar scope.


Payment — x402 Protocol

This server uses the x402 micropayment protocol. $0.01 USDC per call on Base network. No account. No subscription. Agents pay automatically.

How it works:

  1. Agent calls any tool → server returns 402 Payment Required with wallet address
  2. Agent sends 0.01 USDC on Base network → gets transaction hash
  3. Agent retries with X-Payment: <tx_hash> header → gets data
# Example with curl
curl -X POST https://YOUR-URL.workers.dev/mcp \
  -H "Content-Type: application/json" \
  -H "X-Payment: 0x_your_tx_hash_here" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_holidays","arguments":{"country":"GB","year":2026}}}'

Connect via MCP

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "meeting-intelligence": {
      "command": "npx",
      "args": ["-y", "@smithery/cli", "run", "YOUR-SMITHERY-URL"]
    }
  }
}

Smithery

Install directly: smithery.ai/server/stockvibes07/meeting-mcp

Any MCP Client

MCP endpoint: https://YOUR-URL.workers.dev/mcp

Discovery: https://YOUR-URL.workers.dev/.well-known/mcp.json


Real Workflow Example

Agent task: "Schedule a 1-hour call with someone in New York and someone in Tokyo next week. Make sure it avoids UK bank holidays."

The agent calls:

  1. get_holidays → checks for UK holidays next week
  2. find_meeting_slots → finds windows across London/New York/Tokyo
  3. convert_time → confirms the best slot in all three timezones
  4. check_business_hours → verifies all three locations are in working hours
  5. create_calendar_link → generates links for all participants
  6. create_event → books it in Google Calendar

Six tool calls. One complete workflow. $0.06 total cost.


Endpoints

EndpointMethodAuthDescription
/healthGETFreeStatus check
/.well-known/mcp.jsonGETFreeMCP discovery
/mcpPOSTFree (protocol) / x402 (tools)MCP JSON-RPC
/convert-timeGETx402Timezone conversion
/holidaysGETx402Public holidays
/business-hoursGETx402Business hours check
/find-slotsGETx402Meeting slot finder
/calendar-linkGETx402Calendar link generator
/create-eventPOSTx402Google Calendar event

Data Sources

  • Public holidays: Nager.Date — free, covers 100+ countries
  • Timezone data: JavaScript Intl API — built-in, always accurate
  • Calendar events: Google Calendar API — requires user access token

Compatible With

Claude · ChatGPT · Cursor · VS Code · Windsurf · Cline · Claude Code · Any MCP client


Deploy Your Own

  1. Clone this repo
  2. Replace wallet address in worker.js line 13
  3. Deploy to Cloudflare Workers:
npm install
npx wrangler deploy

No other configuration needed. All data sources are free with no API keys required.


Built on Cloudflare Workers · x402 Protocol · MCP 2024-11-05 spec

Server Config

{
  "mcpServers": {
    "meeting-mcp": {
      "type": "http",
      "url": "https://meeting-mcp.com/mcp"
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Playwright McpPlaywright MCP server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
ChatWiseThe second fastest AI chatbot™
WindsurfThe new purpose-built IDE to harness magic
CursorThe AI Code Editor
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Tavily Mcp
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Serper MCP ServerA Serper MCP Server
DeepChatYour AI Partner on Desktop
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Amap Maps高德地图官方 MCP Server