Green Street Connector for AI agents.
12 live capabilities
Access commercial real estate and REIT data through your AI client.
Waiting for input…
Why people use Green Street
Green Street for Commercial Real Estate Market Intelligence
With this Connector, you just tell your agent what you need. It pulls the summaries, metrics, and projections into your chat window instantly. You get a clean view of the data you need without the clicking.
What Vinkius changes
You get direct access to Green Street's data library through a natural conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick REIT Health Checks
An analyst needs to check the health of five different REITs.
- Real-world use case 02
Market Sentiment Analysis
A broker wants to know why a certain office market is struggling.
- Real-world use case 03
Portfolio Risk Auditing
An asset manager wants to see if they are too heavy in one region.
Complete set · 12capabilities
The complete Green Street capability set.
These are the exact actions your AI can choose when you ask it to work with Green Street.
01—04
4 capabilities in this set.
Part of 12 available through Green Street.
- 01 Capability
Get forecast scenarios
Retrieves forward-looking market and sector projections. This lets you see what the advisory teams think is coming next.
- 02 Capability
Get historical transactions
Pulls summaries of past transactions. It's great for looking at historical price points and deal flow.
- 03 Capability
Get market grades
Gets the specific grades and rankings for a market. Use this to see how a location stacks up against competitors.
- 04 Capability
Get market projections
Pulls forward-looking NOI projections for a market. This helps you understand future revenue expectations.
05—08
4 capabilities in this set.
Part of 12 available through Green Street.
- 05 Capability
Get company summary
Pulls the financial summary for a specific company using its symbol. This helps you get a snapshot of a REIT's health quickly.
- 06 Capability
Get earnings metrics
Grabs FFO and FAD earnings data for a specific company. Use this to see how a company is actually performing on an earnings basis.
- 07 Capability
Get market sector summary
Gets analytics and grades for a specific real estate sector. Use this to compare different types of property types.
- 08 Capability
Get nav estimates
Pulls Net Asset Value estimates for a company. This is a core metric for anyone doing REIT valuation.
09—12
4 capabilities in this set.
Part of 12 available through Green Street.
- 09 Capability
Get news articles
Searches and pulls curated commercial real estate news. This keeps you updated on market shifts without manual browsing.
- 10 Capability
Get portfolio breakout
Shows geographic and property-type breakouts for a portfolio. Use this to audit where a company's assets are actually located.
- 11 Capability
List companies
Lists all the REITs and real estate companies covered by Green Street. Use this to see the full scope of available data.
- 12 Capability
List sectors
Lists the available real estate sectors. This helps you see what types of property data you can query.
Set up in minutes
One URL. Then ask Green Street to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Green Street 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_oLG2aELq1zAv1KbkVsr5EORjV3ruh9yc160QUSZn/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 Green Street, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Green Street for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_oLG2aELq1zAv1KbkVsr5EORjV3ruh9yc160QUSZn/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 Green Street URL.
- Step 03
Save and start
Save the connection and enable Green Street in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"green-street": {
"url": "https://edge.vinkius.com/vk_preview_oLG2aELq1zAv1KbkVsr5EORjV3ruh9yc160QUSZn/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 Green Street
Open Agent mode in chat and ask: "Using Green Street, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"green-street": {
"url": "https://edge.vinkius.com/vk_preview_oLG2aELq1zAv1KbkVsr5EORjV3ruh9yc160QUSZn/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 Green Street
Ask Copilot: "Using Green Street, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"green-street": {
"url": "https://edge.vinkius.com/vk_preview_oLG2aELq1zAv1KbkVsr5EORjV3ruh9yc160QUSZn/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 Green Street
Open Cascade and ask: "Using Green Street, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"green-street": {
"url": "https://edge.vinkius.com/vk_preview_oLG2aELq1zAv1KbkVsr5EORjV3ruh9yc160QUSZn/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 Green Street
Ask Cline: "Using Green Street, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add green-street --transport http "https://edge.vinkius.com/vk_preview_oLG2aELq1zAv1KbkVsr5EORjV3ruh9yc160QUSZn/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 Green Street
Ask Claude: "Using Green Street, show me...". 12 tools are ready
Where the request belongs
Work Green Street can move forward.
This is for real estate professionals who spend their days staring at spreadsheets and market reports. It's for the analyst who needs to pull NAV estimates fast or the broker who needs to stay on top of news without manual searching.
Investment Analyst
Pulls NAV estimates and earnings metrics during underwriting to speed up valuation models.
Asset Manager
Monitors market grades and sector analytics to adjust portfolio positioning on the fly.
Commercial Broker
Grabs historical transaction summaries and news to provide clients with instant market context.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNCREIF
Access institutional commercial real estate data via NCREIF. track property performance, indices, and fund returns directly from your AI agent.
CBRE Econometric Advisors (EA)
Access global real estate market data via CBRE EA. track rents, vacancy rates, and market forecasts directly from any AI agent.
NCREIF Custom Query
Institutional real estate data. execute custom SQL-like queries on NPI and other indices via NCREIF.
RentCast
Automate real estate data and valuation tracking via RentCast. manage properties, rental yields, and market trends directly from any AI agent.
Zillow
Access real estate data, Zestimates, and property details directly from Zillow. search addresses, get valuations, and analyze market trends.
Repliers
Search real estate listings. audit properties, neighborhoods, and stats via AI.
Bring your own AI
Change the model, client or framework. Keep Green Street 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 Green Street.
The practical details behind the request, access and result.
Does the Green Street MCP provide real-time stock prices?
No, this Connector focuses on commercial real estate intelligence and REIT data. It provides metrics like NAV estimates and earnings rather than live stock tickers.
Can I use the Green Street MCP to find specific news?
Yes, you can use the news capability to find curated commercial real estate news articles and excerpts to stay on top of market shifts.
How do I get my credentials for the Green Street MCP?
You need to contact your Green Street account representative to get your Client ID and Client Secret. Once you have those, you can plug them into your AI client.
Can the Green Street MCP help with REIT underwriting?
It's a great capability for that. You can pull company summaries, earnings metrics, and NAV estimates to feed into your underwriting models.
Does this Connector cover all types of real estate?
It covers the sectors and companies listed in the Green Street database, including various industrial, office, and retail categories.
Can I see future market projections with the Green Street MCP?
Yes, you can pull forward-looking market and sector projections, including NOI forecasts, directly through your agent.
Can my agent retrieve NAV estimates for a specific REIT in Green Street?
Yes. Use the 'get_nav_estimates' capability. The agent will fetch Net Asset Value estimates, helping you evaluate listed companies against their private market valuations flawlessly.
How do I access forward-looking market projections via chat?
Use the 'get_market_projections' capability. Your agent will retrieve NOI forecasts and sector growth projections generated by Green Street's advisory teams, providing deep strategic foresight flawlessly.
Can I search for recent news related to specific property sectors through the agent?
Absolutely. Use the 'get_news_articles' capability. Provide a keyword or sector (e.g., 'Industrial' or 'Office'). The agent will perform a scan across curated commercial real estate news and return ranked excerpts natively.
One connection away
Give your agent a direct line to Green Street.
Connect Green Street once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available