rentsy-mcp
Click on "Deploy 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., "@rentsy-mcpfind a DSLR camera to rent in Melbourne"
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.
Rentsy MCP Server — Rent Anything, Rent Anywhere
MCP server that connects AI assistants to Rentsy.com.au — Australia's fastest growing rental marketplace.
Tools
Tool | Description |
| Search for rental items using natural language |
| Get detailed info about a specific item |
| Get the single best recommendation |
| Browse items by category |
| Submit a booking request |
| View all bookings |
| Get instant cost estimate |
| Find items available immediately |
| View marketplace statistics |
| Compare 2-3 items side-by-side |
Related MCP server: TenantCloud MCP Server
Architecture
Backend: FastAPI + FastMCP + Supabase
Scraper: Playwright + BeautifulSoup
Database: PostgreSQL (via Supabase)
Transport: SSE (for Claude Desktop/Web)
Setup
# Install
pip install -e .
# Set up Supabase
cp .env.example .env
# Edit .env with your SUPABASE_URL and SUPABASE_KEY
# Seed 1,941 products + 255 stores (requires DB credentials in .env)
python scripts/setup_and_seed.py
# Start server
python src/app.pyClaude Desktop Config
{
"mcpServers": {
"rentsy": {
"command": "python",
"args": ["-m", "src.server"]
}
}
}Claude Web (Remote)
{
"mcpServers": {
"rentsy": {
"type": "sse",
"url": "https://your-app.onrender.com/mcp/sse"
}
}
}Deploy to Render
Push to GitHub
Create a new Web Service on Render
Set build command:
pip install -e .Set start command:
python src/app.pyAdd environment variables:
SUPABASE_URL,SUPABASE_KEYDeploy!
This server cannot be deployed
Maintenance
Related MCP Connectors
Enables AI assistants to natively interact with the Serpzilla link-building marketplace.
Vacation rental discovery, direct booking, and property protection for AI agents.
- RevensiOAuthcom.revensi
Connect your AI assistant to Revensi OS agents, workflows, and business data.
Booking gateway for AI agents — discover events, movies & hotels, hand off to partner checkout.
Related MCP Servers
- FlicenseAqualityDmaintenanceConnects AI assistants to the Lanten property management API, allowing them to manage tenants, units, and work orders using natural language.156 npm-
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to manage rental properties on TenantCloud via natural language, including contacts, messaging, maintenance, and financials.-
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage film equipment inventory, clients, rental sessions, and statistics through the Film Equipment Rental WordPress plugin API.-

Toolzy MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceEnables AI assistants to search, view details, and check availability of tool rental listings from Toolzy's peer-to-peer marketplace.MIT