- Add mcp.json configuration for claude mcp add command - Create install.sh script for easy setup - Add comprehensive Claude setup documentation - Include both quick setup and manual configuration options - Document all available tools and environment variables
mcrentcast - Rentcast MCP Server
A Model Context Protocol (MCP) server that provides intelligent access to the Rentcast API with advanced caching, rate limiting, and cost management features.
Features
- 🏠 Complete Rentcast API integration
- 💾 Intelligent caching with hit/miss tracking
- 🛡️ Rate limiting with exponential backoff
- 💰 Cost management and API usage tracking
- ✨ MCP elicitation for user confirmations
- 🐳 Docker Compose development environment
- 🧪 Comprehensive test suite with beautiful reports
Quick Start
- Copy environment configuration:
cp .env.example .env
- Set your Rentcast API key in
.env
:
RENTCAST_API_KEY=your_api_key_here
- Start the development environment:
make dev
Development
This project uses uv for Python dependency management and Docker Compose for the development environment.
See docs/
directory for detailed documentation.
Description
Languages
Python
95.1%
Makefile
2.4%
Dockerfile
1.7%
Shell
0.8%