io.github.treymerica1982/lead-stampede
io.github.treymerica1982/lead-stampedeFind SMBs by name, city, and business type in the Lead Stampede directory via public MCP tools.
Tools · 13
Search Lead Stampede's public client directory. Returns matching businesses with contact info, services, and ratings. Supports filtering by city, business type, and free-text query across name, descri…
Returns the full public Agent Card for a single Lead Stampede client by slug. Includes business details, contact info, services, hours, reviews, and booking URL.
Returns the distinct business types available in the Lead Stampede public client directory.
Returns the distinct cities served by public Lead Stampede clients. Useful for discovering which locations have businesses in the directory.
Returns business hours and booking options for a Lead Stampede client. If the business has online scheduling, returns a tracked booking URL; otherwise returns phone/email. Works for all client types (…
Returns social proof for a Lead Stampede client: review count, average rating, and a brief summary. Works for all client types.
Searches a dealership's vehicle inventory. Filters by stock type (new/used/certified), make, model, year range, price range, body type, and fuel type. Optional natural-language query for full-text sea…
Returns full details for a specific vehicle by VIN or stock number. Only available for automotive clients.
Returns the dealership's current specials and offers — new-vehicle APR/lease specials, pre-owned specials, service & parts coupons, manufacturer rebates, and incentive programs. Only available for aut…
Searches the product catalog of an e-commerce client. Supports natural-language queries plus optional filters for category, price range, collection, and stock status. Only works for e-commerce clients…
Returns full details for a single product by slug: name, description, price, sizes, colors, stock status, and product page URL. Only for e-commerce clients.
Captures a sales lead for an automotive dealership. Use for test drive requests, vehicle inquiries, financing questions, lease questions, trade-in conversations, or general interest. Requires at least…
Captures a service appointment request for an automotive dealership. Records the customer's contact info, vehicle details, requested services, and preferred timing as a service lead. The dealership's …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.treymerica1982/lead-stampede": {
"url": "https://lead-stampede-mcp-server-production.up.railway.app/mcp",
"transport": "streamable-http"
}
}
}