Find SMBs by name, city, and business type in the Lead Stampede directory via public MCP tools.
The live backend that powers Lead Stampede Agent Cards. Exposes SMB business data as tools that AI agents can call over HTTP. An Express server that implements four MCP tools: Tool | What it returns | | Name, description, industry, service area, contact info | | List of services + pricing summary | | Hours + booking URL (or phone/email fallback) | | Review count, average rating, summary | Each…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
The live backend that powers Lead Stampede Agent Cards. Exposes SMB business data as tools that AI agents can call over HTTP. An Express server that implements four MCP tools: Tool | What it returns | | Name, description, industry, service area, contact info | | List of services + pricing summary | | Hours + booking URL (or phone/email fallback) | | Review count, average rating, summary | Each request is authenticated via an header that maps to a row in the table in Supabase. Clients are scoped…