Labsco
robcerda logo

RentCast

โ˜… 1

from robcerda

Access property data, valuations, and market statistics using the RentCast API.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeNeeds API keys

RentCast MCP Server

Model Context Protocol (MCP) server for connecting Claude with the RentCast API. It provides tools for accessing property data, valuations, and market statistics through the RentCast API.

Development and testing

Install development dependencies and run the test suite with:

uv sync --all-extras
pytest -v tests

Running the server locally

To start the server manually (useful when developing or testing), run:

rentcast-mcp

Alternatively, you can run it directly with:

uv run python src/rentcast_mcp_server/server.py

Installing MCP CLI globally

If you want to use mcp run commands, install the MCP CLI globally:

uv tool install "mcp[cli]"

Then you can run:

mcp run src/rentcast_mcp_server/server.py

License

MIT