Apartments
FreeNot checkedEnables AI agents to search, compare, and interact with Apartments.com rental listings, including scheduling tours and contacting property managers.
About
Enables AI agents to search, compare, and interact with Apartments.com rental listings, including scheduling tours and contacting property managers.
README
MCP server for Apartments.com — let AI agents search rental listings, compare properties, schedule tours, contact managers, and more.
Tools
| Tool | Description |
|---|---|
apartments_status |
Check Apartments.com login status |
apartments_login |
Get login URL and instructions |
apartments_logout |
Log out and clear session |
apartments_search |
Search by location, price, beds, baths, pet policy, amenities |
apartments_filter |
Filter last search results in memory |
apartments_sort |
Sort last search results (price, rating, beds) |
apartments_details |
Full property details: floor plans, photos, fees, policies |
apartments_floor_plans |
Available floor plans and pricing for a property |
apartments_schedule_tour |
Schedule in-person, virtual, or self-guided tours |
apartments_contact |
Send a message to a property manager |
apartments_save_favorite |
Save a property to favorites (requires login) |
apartments_get_favorites |
Get your saved favorite properties (requires login) |
apartments_compare |
Compare up to 5 properties side by side |
apartments_price_alert |
Set a price drop alert for a property (requires login) |
apartments_neighborhood |
Walk/transit scores and nearby amenities for a location |
Requirements
- Node.js 18+
- Chromium (installed automatically via patchright)
Installation
npm install -g @striderlabs/mcp-apartments
npx patchright install chromium
MCP Configuration
Add to your MCP client config (e.g. ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"apartments": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-apartments"]
}
}
}
Or if installed globally:
{
"mcpServers": {
"apartments": {
"command": "striderlabs-mcp-apartments"
}
}
}
Authentication
Most tools work without login. Sign in for access to favorites, price alerts, and saved searches:
- Call
apartments_loginto get the sign-in URL - Open the URL in your browser and complete login
- Call
apartments_statusto confirm — session is saved locally
Session cookies are stored at ~/.strider/apartments/.
Usage Examples
Search for apartments
Search for 2-bedroom apartments in Austin TX under $2500/month that allow dogs
Tools called: apartments_search → apartments_filter (petFriendly)
Compare properties
Compare these three apartments side by side: [url1, url2, url3]
Tool called: apartments_compare
Schedule a tour
Schedule an in-person tour at [property url] for March 20 at 2pm
Tool called: apartments_schedule_tour (preview first, then confirm: true)
Get neighborhood info
What's the walkability and transit score for South Austin TX?
Tool called: apartments_neighborhood
Set a price alert
Alert me at [email protected] if this apartment drops below $1800/mo
Tool called: apartments_price_alert
Safety
Tools that submit data (apartments_schedule_tour, apartments_contact) require confirm: true. Without it, they return a preview of the action. This prevents accidental submissions.
Development
git clone <repo>
cd striderlabs-mcp-apartments
npm install
npx patchright install chromium
npm run build
npm start
Built by Strider Labs · MCP Protocol
Installing Apartments
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/markswendsen-code/mcp-apartmentsFAQ
Is Apartments MCP free?
Yes, Apartments MCP is free — one-click install via Unyly at no cost.
Does Apartments need an API key?
No, Apartments runs without API keys or environment variables.
Is Apartments hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Apartments in Claude Desktop, Claude Code or Cursor?
Open Apartments on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by 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
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Apartments with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
