CBRE EA Connector for AI agents.
8 live capabilities
Pull global commercial real estate market data and forecasts.
Waiting for input…
Why people use CBRE EA
CBRE Econometric Advisors Commercial Real Estate Market Research
This Connector changes that by putting the CBRE EA database directly into your chat. You can ask for specific metrics like NOI growth or vacancy rates for a city and get the answer in seconds. You're moving from manual data collection to instant market intelligence.
What Vinkius changes
You get real-time commercial real estate data in your chat without manual searching.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Validating a new industrial site
An investor asks for rent growth in London and uses get_market_forecasts to see if the 4.
- Real-world use case 02
Macro research for a retail pitch
An analyst uses get_macroeconomic_data to pull Paris's population growth and median income for a presentation.
- Real-world use case 03
Portfolio audit
A manager uses get_market_cap_rates to compare current office cap rates in New York against historical benchmarks.
Complete set · 8capabilities
The complete CBRE EA capability set.
These are the exact actions your AI can choose when you ask it to work with CBRE EA.
01—04
4 capabilities in this set.
Part of 8 available through CBRE EA.
- 01 Capability
Get macroeconomic data
Retrieve population, employment, and income indicators for a market. These figures help you understand the underlying economic health of a region.
- 02 Capability
List asset sectors
See a list of all available real estate asset sectors. You can use this to identify the types of properties you can query.
- 03 Capability
List submarkets
Find specific submarkets within a major metropolitan area. This allows for a more granular look at local real estate dynamics.
- 04 Capability
Get market cap rates
Get cap rates and NOI metrics for a specific market sector. This helps you quickly evaluate the profitability of different asset classes.
05—08
4 capabilities in this set.
Part of 8 available through CBRE EA.
- 05 Capability
Get market forecasts
Pull historical and future data for any given market. Use this to see expert predictions on rent growth and market shifts.
- 06 Capability
Get market sector data
Fetch current metrics for a specific market and asset sector. It gives you a snapshot of vacancy rates and other key performance indicators.
- 07 Capability
List cbre markets
See all global real estate markets covered by the CBRE EA database. This ensures you know exactly which regions are available for analysis.
- 08 Capability
Search cbre assets
Search for specific real estate assets or indices. Use this to find information on specific properties or broader market benchmarks.
Set up in minutes
One URL. Then ask CBRE EA to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use CBRE EA from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_IGJFyXfBZO93ikmryT0GaRjL4CahsaZPOa0NTIwF/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it CBRE EA, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable CBRE EA for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_IGJFyXfBZO93ikmryT0GaRjL4CahsaZPOa0NTIwF/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the CBRE EA URL.
- Step 03
Save and start
Save the connection and enable CBRE EA in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"cbre-econometric-advisors-ea": {
"url": "https://edge.vinkius.com/vk_preview_IGJFyXfBZO93ikmryT0GaRjL4CahsaZPOa0NTIwF/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using CBRE EA
Open Agent mode in chat and ask: "Using CBRE EA, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"cbre-econometric-advisors-ea": {
"url": "https://edge.vinkius.com/vk_preview_IGJFyXfBZO93ikmryT0GaRjL4CahsaZPOa0NTIwF/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using CBRE EA
Ask Copilot: "Using CBRE EA, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"cbre-econometric-advisors-ea": {
"url": "https://edge.vinkius.com/vk_preview_IGJFyXfBZO93ikmryT0GaRjL4CahsaZPOa0NTIwF/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using CBRE EA
Open Cascade and ask: "Using CBRE EA, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"cbre-econometric-advisors-ea": {
"url": "https://edge.vinkius.com/vk_preview_IGJFyXfBZO93ikmryT0GaRjL4CahsaZPOa0NTIwF/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using CBRE EA
Ask Cline: "Using CBRE EA, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add cbre-econometric-advisors-ea --transport http "https://edge.vinkius.com/vk_preview_IGJFyXfBZO93ikmryT0GaRjL4CahsaZPOa0NTIwF/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using CBRE EA
Ask Claude: "Using CBRE EA, show me...". 8 tools are ready
Where the request belongs
Work CBRE EA can move forward.
This is for real estate professionals who need to move faster than a spreadsheet allows. It's for the analyst who's tired of manual data pulls and the investor who needs to validate a deal with hard numbers in seconds.
Real Estate Investor
Evaluates potential acquisitions by checking cap rates and market trends in a chat.
Portfolio Manager
Audits current performance against historical benchmarks across different regions.
Market Analyst
Grabs macroeconomic and asset-specific forecasts to build out reports quickly.
Asset Manager
Verifies vacancy rates and rent growth for portfolio strategy updates.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGreen Street
Manage commercial real estate & REIT data via Green Street. list companies, retrieve market analytics, and track transaction summaries directly via AI.
NCREIF
Access institutional commercial real estate data via NCREIF. track property performance, indices, and fund returns directly from your AI agent.
RentCast
Automate real estate data and valuation tracking via RentCast. manage properties, rental yields, and market trends directly from any AI agent.
NCREIF Custom Query
Institutional real estate data. execute custom SQL-like queries on NPI and other indices via NCREIF.
Mashvisor
Access real estate data, property search, and investment analytics. analyze rental rates, ownership info, and market performance via AI.
Zillow
Access real estate data, Zestimates, and property details directly from Zillow. search addresses, get valuations, and analyze market trends.
Bring your own AI
Change the model, client or framework. Keep CBRE EA connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about CBRE EA.
The practical details behind the request, access and result.
Can I use the CBRE Econometric Advisors MCP to see rent trends?
Yes. You can ask your agent to pull specific rent growth forecasts for various asset sectors and regions globally.
Does the CBRE Econometric Advisors MCP cover international markets?
It covers major markets across the U.S., Canada, Europe, and APAC, giving you a global view of commercial real estate.
How do I get the data for specific submarkets with CBRE Econometric Advisors?
You can ask your agent to list the submarkets within any major metropolitan area to find specific local data.
Can I use CBRE Econometric Advisors MCP for macroeconomic research?
Yes. You can pull population, employment, and income indicators for specific markets to see the bigger economic picture.
What asset sectors are available in the CBRE Econometric Advisors MCP?
The Connector provides data for major sectors including Office, Industrial, Retail, Multifamily, and Hotel.
Is the CBRE Econometric Advisors MCP good for investment analysis?
It's built for that. You can quickly check cap rates, NOI metrics, and vacancy rates to evaluate potential acquisitions.
Do I need a separate subscription for the CBRE Econometric Advisors MCP?
You'll need an existing CBRE EA licensed subscription. You'll provide your API Key and Client ID during the setup process.
Which asset sectors are covered by this integration?
The integration covers all major sectors including Office, Industrial, Retail, Multifamily, Hotel, and Medical Office. Use the list_asset_sectors capability to see all available options.
How do I see vacancy rate forecasts for a specific market?
Use the get_market_forecasts capability with your market ID and asset sector. The agent will retrieve the expert forecast data from CBRE EA.
Where do I get my CBRE EA API credentials?
API access is restricted to licensed clients. You must contact your CBRE Account Manager or the Global Helpdesk to enable API access and receive your credentials.
One connection away
Give your agent a direct line to CBRE EA.
Connect CBRE EA once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available