rentsy-mcp
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 |
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!
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/PrameshLuitel/rentsy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server