MCP server for Rezdy Agent API - search marketplace products, manage bookings, and handle customer relationships
MCP server for Rezdy Agent API - search marketplace products, manage bookings, and handle customer relationships. That is what the rezdy agent mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
A Model Context Protocol (MCP) server for integrating with the Rezdy Agent API. This server provides tools for travel agents to search marketplace products, manage bookings, handle customer relationships, and process payments through Claude.
The server publishes 2 tools. What each one is for:
Cursor — 1. Open Cursor Settings 2. Navigate to Extensions > MCP 3. Add server: json { "mcpServers": { "rezdy-agent": { "command": "node", "args"Configuration — The Configuration tool exposed by this serverThe server ships on npm as npm, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Configuration is passed through the environment: REZDY_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Rezdy Agent MCP's toolset — Cursor, Configuration — is a fair guide to whether it matches your workflow. It is maintained by jezweb; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Rezdy Agent MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Cursor | 1. Open Cursor Settings 2. Navigate to Extensions > MCP 3. Add server: json { "mcpServers": { "rezdy-agent": { "command": "node", "args": ["/path/to/rezdy-agent-mcp/build/index.js"] } } } |
| Configuration | The Configuration tool exposed by this server. |
{
"mcpServers": {
"rezdy-agent": {
"command": "npx",
"args": ["-y", "npm"],
"env": {
"REZDY_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| REZDY_API_KEY | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.