Rentsy
БесплатноНе проверенEnables AI assistants to search, book, and manage rentals on Rentsy.com.au, Australia's rental marketplace, through natural language.
Описание
Enables AI assistants to search, book, and manage rentals on Rentsy.com.au, Australia's rental marketplace, through natural language.
README
MCP server that connects AI assistants to Rentsy.com.au — Australia's fastest growing rental marketplace.
Tools
| Tool | Description |
|---|---|
search_rentals |
Search for rental items using natural language |
get_product_details |
Get detailed info about a specific item |
recommend_best_item |
Get the single best recommendation |
browse_by_category |
Browse items by category |
book_rental |
Submit a booking request |
view_my_bookings |
View all bookings |
get_rental_cost_estimate |
Get instant cost estimate |
find_available_today |
Find items available immediately |
get_rentsy_stats |
View marketplace statistics |
compare_items |
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.py
Claude 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.py - Add environment variables:
SUPABASE_URL,SUPABASE_KEY - Deploy!
Установка Rentsy
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/PrameshLuitel/rentsy-mcpFAQ
Rentsy MCP бесплатный?
Да, Rentsy MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Rentsy?
Нет, Rentsy работает без API-ключей и переменных окружения.
Rentsy — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Rentsy в Claude Desktop, Claude Code или Cursor?
Открой Rentsy на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Rentsy with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
