cre-mcp
Click on "Install 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: Qobrix CRM MCP Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/omar-k01/cre-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server