# PeerPush MCP

PeerPush MCP helps you discover relevant tools, compare alternatives, and stay up to date with what’s trending.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add peerpush/peerpush_mcp

# Browse available tools
npx -y @smithery/cli@latest tool list peerpush/peerpush_mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get peerpush/peerpush_mcp peerpush_find_alternative

# Call a tool
npx -y @smithery/cli@latest tool call peerpush/peerpush_mcp peerpush_find_alternative '{}'
```

## Direct MCP Connection

Endpoint: `https://peerpush.run.tools`

## Tools (8)

- `peerpush_find_alternative` — USE THIS TOOL when the user asks for alternatives, replacements, or competitors to any software product, tool, app, or …
- `peerpush_find_product` — USE THIS TOOL when the user asks to find, recommend, or suggest software products, tools, apps, or services for a speci…
- `peerpush_compare` — USE THIS TOOL when the user wants to compare software products side by side. Triggers: "compare X vs Y", "X or Y", "dif…
- `peerpush_product_details` — USE THIS TOOL when the user asks about a specific software product - its pricing, features, platforms, who it's for, or…
- `peerpush_trending` — USE THIS TOOL when the user asks what software products are trending, popular, hot, or gaining momentum right now. Trig…
- `peerpush_discover` — USE THIS TOOL when the user wants to browse or discover software products by specific criteria like audience, use case,…
- `peerpush_deals` — USE THIS TOOL when the user asks about software deals, discounts, coupons, or promotions. Triggers: "any deals on X", "…
- `peerpush_new_launches` — USE THIS TOOL when the user asks about newly launched products, recent releases, or what's new in software/tools. Trigg…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get peerpush/peerpush_mcp <tool-name>
```
