← v17 index

/install/:slug — Install in Claude

STORE · 4 client tabs · one JSON block · 30-second path
v17
DESKTOP · 1280px · /install/lead-scorer · CLAUDE DESKTOP TAB ACTIVE
floom.dev/install/lead-scorer
LS
INSTALL IN CLAUDE

Run lead-scorer from Claude.

Pick your client. Copy the JSON block. Restart the app. Done — about 30 seconds.

Claude Desktop
Mac + Windows app
Claude Code
CLI · terminal
Cursor
IDE · MCP entry
Other MCP client
ChatGPT, Zed, VS Code…
1
Open the Claude Desktop config file
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
2
Paste this block. If the file already has an mcpServers key, add just the "lead-scorer" entry.
{ "mcpServers": { "lead-scorer": { "url": "https://mcp.floom.dev/app/lead-scorer", "headers": { "Authorization": "Bearer flm_live_a3f7_xxx" } } } }
← replace flm_live_a3f7_xxx with your key from /me → API keys
3
Quit & reopen Claude Desktop
Claude only loads MCP servers on startup.
4
Ask Claude to use it
// try this prompt use lead-scorer to score these 5 leads and rank them by fit
← when it works, you see the success panel below. See the mini chat preview for what to expect.
CONNECTED
Claude can now use lead-scorer.
MCP online
Try asking Claude to "score these 5 leads" or "rank my inbound from last week". Here is what that looks like:
You Use lead-scorer to score these 5 leads and rank them by fit: Acme, Linear, Notion, Figma, Ramp.
C Calling lead-scorer.score on 5 rows.
LS Top fit: Ramp (92) · Linear (88) · Figma (81).
Lower: Notion (64, wrong ICP tier), Acme (41, no domain match). Scored 5 leads, 3 high-fit. · 1.1s · via MCP
← first tool call is typically 1–2s. If you don't see a tool chip, restart Claude Desktop once more.
MOBILE · 375px
floom.dev/install/lead-scorer
LS
INSTALL IN CLAUDE

Run lead-scorer from Claude.

Pick client. Copy JSON. Restart.

Claude Desktop
Claude Code
Cursor
Other MCP client
COPY INTO claude_desktop_config.json
{ "mcpServers": { "lead-scorer": { "url": "mcp.floom.dev/app/lead-scorer" } } }
v17 notes