5 Commits

Author SHA1 Message Date
3a5d1d9dc2 Add comprehensive Rentcast API documentation and pricing info
- Add official Rentcast API links (documentation, pricing, dashboard)
- Add pricing section explaining why caching saves money (70-90% cost reduction)
- Include Rentcast's description: 140+ million property records
- Add navigation links in header (API Home, Documentation, Repository)
- Enhance support section with Rentcast resources
- Clarify cost implications and cache benefits
2025-09-09 14:23:28 -06:00
03be4f202c Add Rentcast logo to README
- Add centered Rentcast logo from official brand assets
- Improve visual presentation with centered title and tagline
- Maintain professional appearance with proper alignment
2025-09-09 14:21:18 -06:00
adce62fa95 Add comprehensive testing and documentation
- Fix MCP server main() to use app.run() synchronously (FastMCP 2.x)
- Add comprehensive test suite with 32+ test methods for all 13 tools
- Add detailed installation guide (docs/INSTALLATION.md)
- Add complete usage guide with examples (docs/USAGE.md)
- Update README with production installation command
- Add pytest configuration with beautiful HTML reports
- Test caching, rate limiting, and error handling
- Document the production command: claude mcp add mcrentcast -- uvx --from git+https://git.supported.systems/MCP/mcrentcast.git mcrentcast
2025-09-09 14:09:17 -06:00
fedfc7a6cf Update repository URLs and add production installation instructions
- Update all GitHub URLs to git.supported.systems/MCP/mcrentcast
- Add production installation using uvx --from git+https://...
- Distinguish between development and production installation methods
- Fix pyproject.toml project URLs
2025-09-09 13:16:24 -06:00
8b4f9fbfff Initial implementation of mcrentcast MCP server
- Complete Rentcast API integration with all endpoints
- Intelligent caching system with hit/miss tracking
- Rate limiting with exponential backoff
- User confirmation system with MCP elicitation support
- Docker Compose setup with dev/prod modes
- PostgreSQL database for persistence
- Comprehensive test suite foundation
- Full project structure and documentation
2025-09-09 08:41:23 -06:00