How to Use the AgentFire MCP in Claude Code
Automate AgentFire tasks and build real estate data pipelines right from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AgentFire MCP to Claude Code
Create your Vinkius account to connect AgentFire to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Lead Management in Scripts
This is built for the command line. You can pipe data directly into AgentFire. For example, `cat new_leads.csv | claude mcp agentfire create_lead`. Claude Code processes each line and creates the leads for you. It's perfect for building shell scripts to sync leads from another source. Use `update_lead` for nightly updates or `list_leads` to generate daily reports, all completely headless.
Run Real Estate Checks in CI/CD
Add this MCP Server to your GitHub Actions or other CI/CD pipelines. A common use is running a daily job to monitor your listings. Set up a simple cron job that runs `claude mcp agentfire search_listings --criteria 'status=new'` and pipes the output to a Slack notification script. You can automate your team's entire workflow.
Quick Data Lookups from the CLI
Forget logging into a web UI. Just open a terminal and run `claude mcp agentfire get_listing --id 456` to pull details on a property instantly. You can also check your own permissions with `get_profile` or test the API connection with `check_agentfire_status`. It gives you raw, direct access without writing a line of integration code.
Set up AgentFire MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeagentfire-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest AgentFire transactions." It will automatically discover and invoke the available AgentFire tools.
claude mcp add --transport http agentfire-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
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.