Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.treymerica1982/lead-stampede

io.github.treymerica1982/lead-stampede

Find SMBs by name, city, and business type in the Lead Stampede directory via public MCP tools.

Uptime
100.0%
2 direct probes · 30d
Response
702ms
last probe
Tools
13
callable
Resources
0
readable
Prompts
0
available

Tools · 13

search_clients

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…

get_client

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.

list_business_types

Returns the distinct business types available in the Lead Stampede public client directory.

list_cities

Returns the distinct cities served by public Lead Stampede clients. Useful for discovering which locations have businesses in the directory.

get_availability

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 (…

get_reviews

Returns social proof for a Lead Stampede client: review count, average rating, and a brief summary. Works for all client types.

search_inventory

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…

get_vehicle_details

Returns full details for a specific vehicle by VIN or stock number. Only available for automotive clients.

get_specials

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…

search_products

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…

get_product_details

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.

contact_sales

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…

schedule_service_appointment

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 …

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"
    }
  }
}