How to Use the AgentFire MCP in Windsurf
Let Windsurf's Cascade agent manage your AgentFire listings and leads, all from your IDE.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AgentFire MCP to Windsurf
Create your Vinkius account to connect AgentFire to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Let Cascade Manage Your Leads
Give Cascade a goal, not a command. "Find new leads from last week interested in downtown condos and draft an email." It automatically chains `list_leads` and `search_listings` to get the job done. No step-by-step prompting needed. It figures out the plan and executes. This is different from other agents where you have to manually guide them. Cascade can create a new prospect with `create_lead` and then immediately update its profile using `update_lead` in one seamless flow.
Search Listings Inside Windsurf
Stop switching to your browser to look up properties. Just ask Windsurf, "Are there any 4-bedroom homes in the 90210 zip code under $2M?" Cascade uses the `search_listings` tool and drops the results right into your editor. From there, you can ask it to do something with that data, like create a summary or add it to a client's file. That's the point of having an MCP Server.
Instant API & Profile Checks
Not sure if your connection is live? Don't guess. Ask Windsurf, "Is AgentFire working?" and it runs `check_agentfire_status` for you. You get a clear yes or no. You can also pull your agent details with `get_profile`. It's a fast way to confirm you're authenticated correctly before you run a big, multi-step task with this MCP connection.
Set up AgentFire MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the AgentFire MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my AgentFire payment history." If connected, Cascade will call the AgentFire tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"agentfire-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 AgentFire. 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 AgentFire MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AgentFire MCP today
We host it, we monitor it, we maintain it. You just paste one token.