invitation.az MCP & AI Agent Integration Guide
invitation.az has enabled support for artificial intelligence assistants (Claude, Cursor, ChatGPT, Antigravity) to engage in direct interaction with the platform, MCP (Model Context Protocol). With this integration, programmers and customers can create invitations, manage guest lists, and check the occupancy status of places by providing commands in natural language to AI agents.
1. What is MCP and How Does it Work?
MCP (Model Context Protocol) is an open standard that allows AI assists to securely communicate with external APIs and services directly over the JSON-RPC protocol, without copying any data.
2. Auto-Discovery and Setup
Most MCP clients support automatic intelligence. You can use the following links to introduce the event system to your AI assistant:
- Server Card (Auto-Discovery): /.well-known/mcp/server-card.json
- Agent Card (A2A Protocol): /.well-known/agent-card.json
-
MCP Endpoint:
https://invitation.az/api/mcp
</ create_invitation— Creates a new digital invitation and sets the design parameter.get_guest_rsvps— Bring guest list and real-time RSVP responses.check_booking_availability— Checks calendar space and hall occupancy.- Read the detailed MCP Integration Guide (mcp-integration-guide.md) document about the system.
- See the Executive Summary (EXECUTION_SUMMARY.md) document for all test operations and performance results.
- Interactive API documentation: <a href="https://invitation.az/api/documentation" target="_blank"
4. Resources and API Documentation for Programmers
To get to the full rest API and OpenAPI specifications of the platform, please use the following links: