AgentFire Connector for AI agents.
10 live capabilities
Manage real estate listings and capture property leads through your AI client.
Waiting for input…
Why people use AgentFire
AgentFire Real Estate Listing & Lead Management
This Connector puts all that data in front of your AI client. You can just ask for a summary of new leads or check engagement on a specific listing. It turns your agent into a real estate coordinator that keeps you updated without the tab-switching.
What Vinkius changes
You get a hands-free way to manage your real estate marketing and lead 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 a lead's interest during a call
An agent is on a call and needs to know if a lead is interested in a specific condo.
- Real-world use case 02
Inventory auditing
A manager needs to see every property they have live.
- Real-world use case 03
Instant inquiry capture
A new inquiry comes in via a web form.
Complete set · 10capabilities
The complete AgentFire capability set.
These are the exact actions your AI can choose when you ask it to work with AgentFire.
01—04
4 capabilities in this set.
Part of 10 available through AgentFire.
- 01 Capability
Check agentfire status
Verify that your AgentFire API connection is active and working. Use this to troubleshoot connectivity.
- 02 Capability
Create lead
Create a new lead in your system by providing an email address. This helps you capture inquiries instantly.
- 03 Capability
Get lead
Fetch the full details for a specific lead. This provides the context you need for a specific person.
- 04 Capability
Get profile
Retrieve your personal AgentFire profile information. Use this to check your account status.
05—07
3 capabilities in this set.
Part of 10 available through AgentFire.
- 05 Capability
List contacts
Get a full list of all contacts currently in your database. It helps you see your entire reach at once.
- 06 Capability
List leads
Pull a list of all leads captured by your site. This gives you a quick overview of your latest prospects.
- 07 Capability
List listings
View every property listing currently active in your account. Use this to see your full inventory.
08—10
3 capabilities in this set.
Part of 10 available through AgentFire.
- 08 Capability
Search listings
Find specific properties based on your search criteria. This helps you locate items in a large portfolio.
- 09 Capability
Get listing
Get specific details for a single property listing. This is useful for pulling property specs quickly.
- 10 Capability
Update lead
Modify specific fields for an existing lead record. This keeps your CRM data fresh and accurate.
Set up in minutes
One URL. Then ask AgentFire to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use AgentFire 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_o6kQ9AR3uG6Rzxiwg25cjDBoi5ESNu5aU6jA2wNZ/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 AgentFire, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable AgentFire for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_o6kQ9AR3uG6Rzxiwg25cjDBoi5ESNu5aU6jA2wNZ/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 AgentFire URL.
- Step 03
Save and start
Save the connection and enable AgentFire in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"agentfire": {
"url": "https://edge.vinkius.com/vk_preview_o6kQ9AR3uG6Rzxiwg25cjDBoi5ESNu5aU6jA2wNZ/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 AgentFire
Open Agent mode in chat and ask: "Using AgentFire, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"agentfire": {
"url": "https://edge.vinkius.com/vk_preview_o6kQ9AR3uG6Rzxiwg25cjDBoi5ESNu5aU6jA2wNZ/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 AgentFire
Ask Copilot: "Using AgentFire, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"agentfire": {
"url": "https://edge.vinkius.com/vk_preview_o6kQ9AR3uG6Rzxiwg25cjDBoi5ESNu5aU6jA2wNZ/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 AgentFire
Open Cascade and ask: "Using AgentFire, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"agentfire": {
"url": "https://edge.vinkius.com/vk_preview_o6kQ9AR3uG6Rzxiwg25cjDBoi5ESNu5aU6jA2wNZ/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 AgentFire
Ask Cline: "Using AgentFire, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add agentfire --transport http "https://edge.vinkius.com/vk_preview_o6kQ9AR3uG6Rzxiwg25cjDBoi5ESNu5aU6jA2wNZ/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 AgentFire
Ask Claude: "Using AgentFire, show me...". 10 tools are ready
Where the request belongs
Work AgentFire can move forward.
Real estate agents and marketing managers who are tired of manually updating CRM records and missing property inquiries in a crowded inbox.
Real Estate Agent
Pulls lead summaries and checks property interest during a live client call.
Marketing Manager
Tracks web conversions and engagement metrics for specific listings to optimize spend.
Automation Developer
Connects AgentFire data into custom workflows for faster lead routing.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsLuxury Presence
Showcase luxury real estate listings with stunning IDX websites, lead capture, and branding capabilities built for premium agents.
DealMachine
Equip your AI agent to manage real estate leads, track properties, and monitor marketing campaigns via the DealMachine API.
kvCORE
Manage real estate leads. search contacts, track listings, and audit agent tasks.
Brokermint
Manage real estate back-office via Brokermint. track transactions, contacts, and commissions directly from any AI agent.
Apex27
Manage letting agency operations with property listings, tenant applications, and maintenance tracking built for estate agents.
Skylink
Connect your AI agents to Skylink to manage leads, deals, calls, contacts, tasks, and agent performance in a real estate CRM.
Bring your own AI
Change the model, client or framework. Keep AgentFire 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 AgentFire.
The practical details behind the request, access and result.
Can AgentFire help me manage my property listings?
Yes, it lets your agent see and search all active listings in your portfolio so you can find details instantly.
How does AgentFire handle new leads?
It can create and update lead records automatically, allowing you to capture inquiries without manual entry.
Can I use AgentFire to see who's clicking my site?
Yes, your agent can pull engagement data for specific properties to show you which listings are getting the most attention.
Is AgentFire good for real estate marketing?
It is excellent for tracking conversions and summarizing leads, which helps you stay on top of your marketing goals.
Can my agent update my CRM with AgentFire?
Yes, it can update specific lead fields via your AI client to keep your records fresh as you talk to prospects.
Does AgentFire work with Claude or Cursor?
Yes, it works with any MCP-compatible client, including Claude, Cursor, and Windsurf.
How do I find my AgentFire API Key?
Log in to your AgentFire dashboard, navigate to Integrations > REST API, and copy your unique Access Token.
Can I see individual property clicks via AI?
Yes! The list_leads capability allows your agent to retrieve interest signals and property engagement metadata for all your contacts.
How do I list my active listings?
Use the list_listings capability to retrieve your complete directory along with the unique identifiers for all managed properties.
One connection away
Give your agent a direct line to AgentFire.
Connect AgentFire once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available