cre-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cre-mcpFind sales comps for properties in San Francisco"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Moody's CRE MCP Server
MCP server for the Moody's Commercial Real Estate (CRE) API v3. Provides 37 tools for property lookups, market analytics, comps, CMBS data, tax records, and more.
Setup
1. Configure credentials
Create a .env file in the project root:
CRE_EMAIL=your-email@example.com
CRE_API_KEY=your-api-key-here2. Install dependencies
pip install -r requirements.txt3. Run the server
stdio mode (default, for Claude Code / Claude Desktop):
python server.pyHTTP mode (for remote/web access):
MCP_TRANSPORT=http PORT=3000 python server.py4. Add to Claude Code
Add to your Claude Code MCP settings (claude mcp add):
{
"mcpServers": {
"cre": {
"command": "python",
"args": ["C:/Users/khano3/cre-mcp/server.py"],
"env": {
"CRE_EMAIL": "your-email@example.com",
"CRE_API_KEY": "your-api-key"
}
}
}
}Or with Docker:
docker build -t cre-mcp .
docker run -it cre-mcpRelated MCP server: geographic-data
Tools Reference
Typical Workflow
Find a property ->
search_properties(returnspropertyKey)Get property details ->
get_property,get_amenities,get_unitmixGet comps ->
get_sales_comps,get_rent_comps,get_new_construction_compsGet transaction data ->
get_sales_history,get_recent_sale,get_listings,get_leasesGet analytics ->
get_performance,get_cls,get_contactsGet CMBS data ->
get_cmbs_valuations,get_cmbs_loansGet tax data ->
get_tax_history,get_deed(requires parcel FIPS + APN)Market analysis ->
get_markets->get_market_trends,get_market_overview, etc.
Property Tools
Tool | Description | Key Parameters |
| Search by address. Returns |
|
| Full property attributes by key. |
|
| Look up by parcel FIPS + APN. |
|
| Bulk lookup by metro/zip + category. |
|
| Amenity data for a property. |
|
| Unit mix (bedrooms, rents, sizes). |
|
| Match a property by address or lat/long. |
|
Comps Tools
Tool | Description | Key Parameters |
| Sales comparables. |
|
| Rent comparables. | Same location params. Filters: |
| New construction comparables. | Same location params + filters |
Sales, Leases & Listings
Tool | Description | Key Parameters |
| Full sales history for a property. |
|
| Most recent sale. |
|
| Active listings. |
|
| Lease details for a listed space. |
|
Performance, Contacts & CLS
Tool | Description | Key Parameters |
| Rent performance history. |
|
| Owners, managers, etc. |
|
| Commercial Location Score. |
|
CMBS
Tool | Description | Key Parameters |
| CMBS valuations summary. |
|
| CMBS loan data. |
|
Tax & Deed
Tool | Description | Key Parameters |
| Tax history by parcel. |
|
| Assessment history. |
|
| Detailed assessment. |
|
| Deed/ownership info. |
|
Market Tools
Tool | Description | Key Parameters |
| List all metro markets. |
|
| Historical vacancy, rent, absorption. |
|
| Latest market snapshot. |
|
| AI-generated market narrative. |
|
| Population, employment, etc. |
|
| Sales transaction analytics. |
|
| Vintage performance data. |
|
Submarket Tools
Tool | Description | Key Parameters |
| List submarkets in a metro. |
|
| Historical submarket trends. |
|
| Latest submarket snapshot. |
|
| Vintage data for a submarket. |
|
Reference Data & Geo
Tool | Description | Key Parameters |
| List all CRE sectors. | (none) |
| List property categories. | (none) |
| Subcategories for a category. |
|
| Find market/submarket for a lat/long. |
|
Example Prompts
Once the MCP server is connected, you can ask Claude things like:
"Search for the property at 30 Hudson Yards, New York, NY"
"Get the sales history for property key ABC123..."
"Find sales comps within 5 miles of downtown Chicago for office buildings sold in the last 2 years"
"What are the market trends for the New York office sector quarterly?"
"List all submarkets in the Boston metro area for the apartment sector"
"Get the Commercial Location Score for this property"
"Show me CMBS loan data for this property"
"What are the tax assessments for this parcel?"
Auth Note
The server authenticates via Basic Auth (email + API key) to get a JWT bearer token, which is cached and auto-refreshed. If you see 401 errors on data endpoints, your API key may need the CRE product subscription enabled in the Moody's API Hub portal. The auth token endpoint will work, but data endpoints require active CRE entitlements on the API key.
Rate Limits
Standard: 20 requests/second
Premium: 30 requests/second
This server cannot be deployed
Maintenance
Related MCP Connectors
Free MCP server: 32 security & developer API tools -- WHOIS, DNS, CVE checks, IP reputation.
33 pay-per-call market and news data tools over MCP with free discovery and x402 payments.
Unofficial MCP server for the public PortlandMaps property/permit/zoning API. Not city-affiliated.
Related MCP Servers
- AlicenseAqualityAmaintenanceA read-only MCP server providing 56 tools to query Qobrix real-estate CRM data, covering listings, leads, viewings, offers, contracts, analytics, and more, with RESO Data Dictionary alignment and caching support.643Apache 2.0
- AlicenseAqualityCmaintenanceMCP server for the loc8n Geographic Data API. Exposes U.S. demographics, housing, mortgage, migration, employment, and geographic data as tools.2351 npmMIT
- AlicenseCqualityDmaintenanceEnterprise-level MCP server integrating with Vista CRM (Loft Edition) for real estate operations, offering 40+ tools for property search, pipeline management, lead capture, and agenda control.42MIT
- FlicenseNot gradedqualityCmaintenanceA production-grade MCP server enabling Claude to perform comprehensive NJ real estate workflows including property search, valuation, neighborhood intelligence, investment analysis, and agent tools via 20 tools and 15+ data sources.-