Meeting Intelligence Mcp
About
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
Details
- Author
- stock-vibes
- Downloads
- 284
- Categories
- Communication, Productivity
Jump to
- Time zone conversion using JavaScript Intl API.
- Public holiday lookup covering 100+ countries via Nager.Date.
- Business hours check with open/closed status.
- Multi-timezone meeting slot finder (up to 10 slots).
- Google Calendar and Outlook add-to-calendar link generation.
- Real Google Calendar event creation (requires user access token).
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Meeting Intelligence McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Connect via MCP clients like Claude Desktop, Smithery, or any MCP client. For Claude, add the configuration to claude_desktop_config.json. The MCP endpoint is https://YOUR-URL.workers.dev/mcp. Each tool call costs $0.01 USDC on the Base network, paid via the x402 protocol. The server returns a 402 Payment Required with a wallet address, the agent sends 0.01 USDC, then retries with an X-Payment header containing the transaction hash.
convert_time
Convert a time from one timezone to another. Use when scheduling across countries or checking what time an event is locally.
get_holidays
Get all public holidays for any country and year. Use before scheduling to avoid booking on national holidays.
check_business_hours
Check if it is currently business hours in a given timezone. Use before scheduling a call or sending an outreach.
find_meeting_slots
Find optimal meeting times that work across multiple participant timezones within business hours. Returns up to 10 available time slots.
create_calendar_link
Generate Google Calendar and Outlook add-to-calendar links. Use at the end of any scheduling workflow so participants can add the meeting.
create_event
Create a real event in Google Calendar. Requires the user's Google Calendar access token.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"meeting intelligence mcp": {
"meeting-mcp": {
"type": "http",
"url": "https://meeting-mcp.com/mcp"
}
}
}
}
McpServers
{
"meeting-mcp": {
"type": "http",
"url": "https://meeting-mcp.com/mcp"
}
}
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.
---
create_calendar_link
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
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



