kpi-dealflow-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kpi-dealflow-mcpAdd Jane Doe as a lead looking for a condo in Miami."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
kpi-dealflow-mcp
MCP (Model Context Protocol) server for KPI DealFlow — connect Claude, Cursor, or any MCP-compatible AI assistant directly to your real estate pipeline.
What it does
Gives your AI agent four tools:
Tool | Description |
| Add a new prospect to your pipeline |
| List and filter leads by stage or temperature |
| Pull full details on a specific lead |
| Move a lead through the funnel or update notes |
Related MCP server: Pipedrive MCP Server
Prerequisites
A KPI DealFlow account
An API key — generate one at Settings → API Access inside the app
Node.js 18 or newer
Setup
Claude Desktop (recommended)
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"kpi-dealflow": {
"command": "npx",
"args": ["kpi-dealflow-mcp"],
"env": {
"KPIDEALFLOW_API_KEY": "kpid_your_key_here"
}
}
}
}Config file locations:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Restart Claude Desktop after saving.
Other MCP clients
Any client that supports stdio MCP servers works the same way — point it at npx kpi-dealflow-mcp with your KPIDEALFLOW_API_KEY env var set.
Run directly (for testing)
KPIDEALFLOW_API_KEY=kpid_your_key npx kpi-dealflow-mcpUsage examples
Once connected, just talk to your agent:
"Add John Smith as a lead — he called in wanting to buy a 3-bed in Northampton, timeline is 90 days. Phone 413-555-1234."
"Who are my hot leads right now?"
"Move John Smith to Qualified Lead — we agreed to a buyer consultation Thursday."
"Show me all my Qualified Leads."
Environment variables
Variable | Required | Default | Description |
| Yes | — | Your API key from kpidealflow.com/settings |
| No |
| Override for self-hosted or staging |
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceIntegrates CRM data with AI agents to manage leads, track pipeline statistics, and search price catalogs via Supabase. It enables automated lead creation, stage updates, and history tracking through natural language commands.Last updated
- AlicenseBqualityAmaintenanceEnables users to manage Pipedrive CRM data including deals, contacts, and activities directly through an AI assistant. It supports full CRUD operations, email engagement analysis, and mapping of custom field metadata for comprehensive pipeline management.Last updated1003448MIT
- Alicense-qualityDmaintenanceProvides tools to access the Repliers API for real estate listings, property search, market analytics, and AI-powered data through natural language queries.Last updated321MIT
- FlicenseBqualityDmaintenanceEnables AI assistants to autonomously interact with Kommo CRM, providing tools for managing pipelines, leads, contacts, and custom fields via the Kommo API v4.Last updated271
Related MCP Connectors
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
LeadConnector / GoHighLevel MCP Pack — wraps the GoHighLevel CRM for AI agents.
Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ssaffhauser-web/kpi-dealflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server