A Model Context Protocol server that wraps the Avantio PMS API. 53 endpoints exposed as MCP tools, every doc page exposed as an MCP resource, plus an explainer and code-generator that work without an API key.
Add this to your ~/.cursor/mcp.json (or Settings → MCP):
{
"mcpServers": {
"avantio": {
"url": "https://avantio-mcp.coders-tech.org/mcp",
"headers": {
"Authorization": "Bearer YOUR_AVANTIO_PMS_API_KEY"
}
}
}
}
{
"mcpServers": {
"avantio": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything-http",
"--url", "https://avantio-mcp.coders-tech.org/mcp",
"--header", "Authorization: Bearer YOUR_AVANTIO_PMS_API_KEY"]
}
}
}
You can use every explainer and code-generation tool
(list_categories, describe_endpoint,
search_endpoints, generate_code,
generate_integration, explain_auth) with no
API key at all. Live tools (whoami, list_bookings,
...) only run when you provide your key.
GET /healthz → ok