Melo Connector for AI agents.
10 live capabilities
Manage on-chain property data and real estate market insights through conversation.
Waiting for input…
Why people use Melo
Melo Real Estate : Solving the On-Chain Data Gap
This Connector lets you skip the manual data entry. You just ask your agent for the neighborhood trends or the transaction history of a specific property. You get a clean summary of the data you need instantly, letting you spend more time on strategy and less on copy-pasting.
What Vinkius changes
You get a conversational interface for complex on-chain real estate data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking neighborhood demand
An investor wants to see if Miami is a good buy.
- Real-world use case 02
Verifying a property's past sales
A manager needs to check a property's past sales history.
- Real-world use case 03
Scouting for new rentals
A scout is looking for rentals in Austin.
Complete set · 10capabilities
The complete Melo capability set.
These are the exact actions your AI can choose when you ask it to work with Melo.
01—04
4 capabilities in this set.
Part of 10 available through Melo.
- 01 Capability
Get property
Pull specific details for a single property to see its current status. This helps you quickly verify property specs.
- 02 Capability
Get property history
View the full history of a property to see past sales and changes. It's useful for understanding price trends.
- 03 Capability
Get onchain metadata
Pull the underlying smart contract metadata for on-chain assets. This is essential for verifying technical property details.
- 04 Capability
List active listings
See all properties currently for sale or rent across the platform. Use this to scan for new inventory.
05—07
3 capabilities in this set.
Part of 10 available through Melo.
- 05 Capability
List property collections
Browse curated groups of properties based on specific themes or regions. It helps you find niche opportunities.
- 06 Capability
List neighborhoods
Get a list of all neighborhoods within a specific city. This is great for mapping out expansion zones.
- 07 Capability
List properties
Pull a broad list of real estate properties to scan for new opportunities. Use this for wide-scale data gathering.
08—10
3 capabilities in this set.
Part of 10 available through Melo.
- 08 Capability
List transactions
See a history of real estate transactions to understand market movement. It helps you see how often assets sell.
- 09 Capability
Search properties
Find specific properties using keywords like location, type, or price. This makes searching much faster than manual filters.
- 10 Capability
Get market insights
Get real-time market trends and neighborhood analytics for any location. Use this to see where demand is actually growing.
Set up in minutes
One URL. Then ask Melo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Melo 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_ZVNVXC6n8Jsxw9jporFoB42V4B7zwY0bga3DH4hU/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 Melo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Melo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZVNVXC6n8Jsxw9jporFoB42V4B7zwY0bga3DH4hU/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 Melo URL.
- Step 03
Save and start
Save the connection and enable Melo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"melo": {
"url": "https://edge.vinkius.com/vk_preview_ZVNVXC6n8Jsxw9jporFoB42V4B7zwY0bga3DH4hU/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 Melo
Open Agent mode in chat and ask: "Using Melo, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"melo": {
"url": "https://edge.vinkius.com/vk_preview_ZVNVXC6n8Jsxw9jporFoB42V4B7zwY0bga3DH4hU/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 Melo
Ask Copilot: "Using Melo, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"melo": {
"url": "https://edge.vinkius.com/vk_preview_ZVNVXC6n8Jsxw9jporFoB42V4B7zwY0bga3DH4hU/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 Melo
Open Cascade and ask: "Using Melo, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"melo": {
"url": "https://edge.vinkius.com/vk_preview_ZVNVXC6n8Jsxw9jporFoB42V4B7zwY0bga3DH4hU/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 Melo
Ask Cline: "Using Melo, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add melo --transport http "https://edge.vinkius.com/vk_preview_ZVNVXC6n8Jsxw9jporFoB42V4B7zwY0bga3DH4hU/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 Melo
Ask Claude: "Using Melo, show me...". 10 tools are ready
Where the request belongs
Work Melo can move forward.
This is for real estate investors and data analysts who need to move faster than manual spreadsheet updates allow. It's for the person tired of clicking through blockchain explorers to find basic property info.
Real Estate Investor
Analyzes on-chain assets for portfolio diversification and checks historical price shifts.
Property Data Analyst
Pulls neighborhood trends and transaction volumes to create market reports.
On-chain Asset Manager
Audits smart contract metadata for real estate holdings to ensure asset integrity.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsRentCast
Automate real estate data and valuation tracking via RentCast. manage properties, rental yields, and market trends directly from any AI agent.
AgentFire
Build high-converting real estate websites, manage property listings, and capture leads for your brokerage with ease.
ARGUS Cloud
Manage commercial real estate assets and portfolios with ARGUS. track valuations and alerts via AI.
Dotloop
Manage real estate transactions via Dotloop. list loops, manage participants, and oversee documents.
Brokermint
Manage real estate back-office via Brokermint. track transactions, contacts, and commissions directly from any AI agent.
Bridge Data Output
Access standardized real estate data via the Bridge API. browse MLS listings, property details, and agent info directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Melo 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 Melo.
The practical details behind the request, access and result.
Can I use Melo to see real-time real estate trends?
Yes, you can get market insights for any neighborhood to see where demand is growing and how property values are shifting in real-time.
How does Melo help with on-chain property data?
It pulls the smart contract metadata and transaction history for on-chain assets directly into your chat, saving you from manual blockchain searching.
Can I search for specific types of properties with Melo?
Yes, you can search by keywords or browse curated collections to find specific types of real estate that match your investment criteria.
Does Melo show historical sales for on-chain assets?
Yes, it retrieves the full history of a property so you can see past sales, transfers, and price changes over time.
Can I see what's currently for sale using Melo?
Yes, you can list all active property listings to see what is currently available for sale or rent across the platform instantly.
Is Melo good for auditing my real estate portfolio?
Yes, it allows you to pull metadata and history for all your assets, making it easy to audit your on-chain real estate holdings.
How do I find my Melo API Key?
Log in to Melo, go to your Dashboard settings, and look for the API section to generate or copy your key.
What is 'on-chain' property data?
This refers to real estate information recorded on a blockchain, providing a transparent and immutable history of ownership and events.
Is my real estate data secure?
Absolutely. Your token is encrypted at rest and injected securely at runtime.
One connection away
Give your agent a direct line to Melo.
Connect Melo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available