How to Use the Mashvisor MCP in Cursor
Write real estate analysis scripts in Cursor. Your agent calls Mashvisor to inject live property data and ROI metrics directly into your code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Mashvisor MCP to Cursor
Create your Vinkius account to connect Mashvisor to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build Scripts with Live Property Data
Stop working with stale CSVs or mock data. Tell your Cursor agent to 'find properties in Miami and write a Python script to print their cap rates.' It uses the `search_properties` tool to get live listings and writes the actual, working code for you. This changes how you build. Your first draft of a script runs against real-world data from the start. The agent doesn't just write code; it writes code that's already connected to the Mashvisor API.
Generate Typed Interfaces from API Calls
The `get_property` tool fetches a complete data object for any listing. You can highlight a property ID in your editor and have the agent not only fetch the data but also generate a TypeScript interface or Python dataclass that matches the response. Forget digging through API docs to figure out the data structure. The same goes for `get_airbnb_property`. Your agent calls the tool, inspects the live response, and builds the types for you, so you can get back to coding with full autocomplete.
Code Your Own Investment Analysis
The `get_investment_analysis` tool gives you the raw numbers for any property. You can ask your agent to wrap this in a helper function, like `calculate_roi(property_id)` that returns a formatted string with cash-on-cash return and other key metrics. This lets you build your own analysis tools right inside your project. Your agent calls the Mashvisor MCP server, gets the numbers, and integrates them into the functions you need, using the logic you define.
Set up Mashvisor MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Mashvisor MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Mashvisor transactions." If the MCP tools are loaded correctly, Cursor will call the Mashvisor tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"mashvisor-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Mashvisor. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Mashvisor MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Mashvisor MCP today
We host it, we monitor it, we maintain it. You just paste one token.