io.github.albermm/phos-sales-engine
Official4 toolsPhos Sales Engine
B2B lead generation — prospect discovery, ICP scoring, outreach, and pipeline management.
B2B lead generation with prospect discovery, ICP scoring, and pipeline management.
Captured live from the server via tools/list.
find_prospects
Find business prospects by industry and location in NZ. Uses Yellow Pages and other scrapers to discover real businesses, deduplicates against existing DB.
Parameters (4)
- industrystringrequired
Industry or business category (e.g. "plumber", "cafe", "gym")
- locationstringrequired
NZ city or region (e.g. "Auckland", "Wellington", "Christchurch")
- limitnumber
Max prospects to return (1-50)
- api_keystringrequired
Your Sales Engine API key
score_prospect
Score a prospect against your Ideal Customer Profile (ICP). Returns fit score 0-100 with detailed breakdown and contributing factors.
Parameters (2)
- prospect_dataobjectrequired
Prospect data to score
- api_keystringrequired
Your Sales Engine API key
generate_outreach
Generate a personalized outreach message for a prospect using Claude AI sales brain. Returns subject, body, personalization points, and alternative subjects.
Parameters (2)
- prospect_idstringrequired
UUID of the prospect to generate outreach for
- api_keystringrequired
Your Sales Engine API key
get_pipeline
Get pipeline statistics — prospects by stage, conversion rates, and daily metrics. Free (0 credits).
Parameters (2)
- productstring
Product name (default: phos)
- api_keystringrequired
Your Sales Engine API key
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"phos-sales-engine": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://se.phos.nz/mcp/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.