Epiphany MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Epiphany MCP ServerCheck available times for VSL-001 on 2025-02-10"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Epiphany MCP Server
MCP server for Epiphany booking automation - enables AI agents to check availability and create bookings.
Setup
Install dependencies:
npm installSet API key:
export EPIPHANY_API_KEY="ep_your_api_key_here"Add to Claude Desktop config (
~/Library/Application Support/Claude/claude_desktop_config.json):{ "mcpServers": { "epiphany": { "command": "node", "args": ["/path/to/epiphany-mcp-server.js"], "env": { "EPIPHANY_API_KEY": "ep_your_api_key_here" } } } }Restart Claude Desktop
Related MCP server: Zenoti MCP Server
Tools Available
list_vsls- Get all your VSLsget_vsl- Get VSL details + time slotsget_available_times- Check availability for a datecreate_booking- Book a time slotlist_bookings- View all bookingsget_booking- Get specific booking detailsget_waitlist- Get waitlist entries
FreightPhone Integration
For embedding in FreightPhone website agent:
Use
epiphany-agent-context.mdas system promptAdd VSL ID to environment variables
Agent flow: qualify → check times → collect info → book → confirm
Rate Limits
100 requests/minute
1000 requests/hour
Error Handling
All errors return structured messages. Common issues:
Invalid VSL ID
Time slot already booked
Missing required fields
Invalid date/time format
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityCmaintenanceEnables AI agents to manage spa/wellness operations via Zenoti API, including appointments, guests, services, and billing.Last updated2385MIT
- Flicense-qualityDmaintenanceExposes Cal.com scheduling tools to AI agents via MCP, enabling listing event types, checking availability, and managing bookings (create, cancel, reschedule).Last updated
- Alicense-qualityDmaintenanceConnects AI agents to Coordinalo's scheduling platform, enabling booking management, availability checks, client management, and reporting through MCP tools.Last updated1Apache 2.0
Related MCP Connectors
Agentic scheduling & booking for field service: availability, jobs, customers, crews, fleet.
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
Last-minute booking slots across 11 suppliers. Search, price, and execute bookings via AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/promptaholic/Epiphany-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server