MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

D
Dealflow Alerts MCP

MCP server for Dealflow Alerts – query deals and alerts from Claude Desktop / Claude Code.

创建于 5/26/2026
更新于 about 7 hours ago
Repository documentation and setup instructions

@dealflowalerts/mcp-server

Model Context Protocol server for Dealflow Alerts. Lets Claude (and any other MCP-compatible client) query aggregated business-for-sale listings, manage saved alerts, and read account info directly from a chat.

Requires a PRO or Agency subscription and an API token generated at https://dealflowalerts.com/settings/api.

Install

npm install -g @dealflowalerts/mcp-server
# or use npx, no install needed

Configure (Claude Desktop / Claude Code)

Add to claude_desktop_config.json (or the equivalent MCP config):

{
  "mcpServers": {
    "dealflowalerts": {
      "command": "npx",
      "args": ["-y", "@dealflowalerts/mcp-server"],
      "env": {
        "DEALFLOW_API_TOKEN": "dfa_live_..."
      }
    }
  }
}

The token is stored in plaintext on disk – treat the config file like an SSH key.

Tools

| Tool | Purpose | |------|---------| | deals_search | Filter deals by source, price, MRR, keywords, business model. Cursor-paginated. | | deals_get | Fetch a single deal by id. | | alerts_list | List your saved alerts. | | alerts_create | Create a new saved alert. | | account_me | Plan, rate limits, today's API usage. |

Environment variables

| Var | Default | Purpose | |-----|---------|---------| | DEALFLOW_API_TOKEN | (required) | Bearer token from /settings/api | | DEALFLOW_API_URL | https://dealflowalerts.com/api/v1 | Override (e.g. for local dev) |

Develop

npm install
npm run build
DEALFLOW_API_TOKEN=dfa_live_... node dist/index.js
快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-dealflow-alerts-mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "flatnineorg-dealflow-alerts-mcp": { "command": "npx", "args": [ "flatnineorg-dealflow-alerts-mcp" ] } } }
作者服务器
其他服务器由 FlatNineOrg