# PeerPush (remote · peerpush.com)

Find, compare, and discover software, SaaS, and AI tools - pricing, alternatives, and trends.

- Trust score: 68/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `peerpush.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/com-peerpush-peerpush/api-mcp.md), [page](https://verifymcp.io/servers/com-peerpush-peerpush/api-mcp)

## Channel facts

- Endpoint: `https://peerpush.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 68/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1303 tokens (~162/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-peerpush-peerpush https://peerpush.com/api/mcp
```

### Codex

```toml
[mcp_servers.com-peerpush-peerpush]
url = "https://peerpush.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-peerpush-peerpush": {
      "type": "remote",
      "url": "https://peerpush.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-peerpush-peerpush --url https://peerpush.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-peerpush-peerpush:
    url: "https://peerpush.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-peerpush-peerpush": {
      "type": "http",
      "url": "https://peerpush.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 66, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 65, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 65, +1)

- [cosmetic] “peerpush_product_details” reworded the description of “includeAlternatives”
- [cosmetic] “peerpush_product_details” dropped the optional parameter “includeUpdates”

### 2026-07-28 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 63, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 63)

First indexed and scored.

## MCP tools (8)

### `peerpush_find_alternative` (~214 tokens)

Find Alternatives

USE THIS TOOL when the user asks for alternatives, replacements, or competitors to any software product, tool, app, or service. Triggers: "alternative to X", "something like X", "X competitor", "replace X", "switch from X", "similar to X", "X but cheaper/free/better". Returns ranked alternatives with pricing, platforms, use cases, and community engagement scores from real users.

Input parameters:

- `audience` (string): Filter by target audience (e.g. "Developers", "Indie Hackers", "Marketers", "Designers")
- `limit` (number): Number of alternatives to return
- `platforms` (array): Filter by platform: Web, Api, Desktop, Mcp, Cli, Mobile
- `pricingType` (string): Filter by pricing: Free, Freemium, Subscription, OneTime, Paid
- `product` (string, required): The product name to find alternatives for (e.g. "Notion", "Figma", "Stripe")

### `peerpush_find_product` (~279 tokens)

Find Products

USE THIS TOOL when the user asks to find, recommend, or suggest software products, tools, apps, or services for a specific need. Triggers: "best tool for X", "recommend a X", "what should I use for X", "find me a X", "I need a tool that does X", "what tools exist for X". Supports natural language search with semantic matching, plus structured filters for pricing, platform, audience, and use case. Returns products ranked by relevance and community engagement.

Input parameters:

- `audience` (string): Filter by target audience (e.g. "Developers", "Indie Hackers", "Marketers")
- `category` (string): Filter by category slug
- `limit` (number): Number of results
- `platforms` (array): Filter by platform: Web, Api, Desktop, Mcp, Cli, Mobile
- `pricingType` (string): Filter by pricing: Free, Freemium, Subscription, OneTime, Paid
- `query` (string, required): What the user is looking for in natural language (e.g. "email API for transactional emails", "project management for small teams")
- `sort` (string): Sort order
- `useCase` (string): Filter by use case (e.g. "Code Development", "AI Chatbots", "Email Marketing")

### `peerpush_compare` (~111 tokens)

Compare Products

USE THIS TOOL when the user wants to compare software products side by side. Triggers: "compare X vs Y", "X or Y", "difference between X and Y", "which is better X or Y", "X versus Y". Returns a structured comparison showing shared and unique features, pricing differences, platform coverage, use cases, audiences, and community engagement metrics.

Input parameters:

- `products` (array, required): Product names to compare (e.g. ["Vercel", "Netlify", "Railway"])

### `peerpush_product_details` (~148 tokens)

Product Details

USE THIS TOOL when the user asks about a specific software product - its pricing, features, platforms, who it's for, or how actively it's maintained. Triggers: "tell me about X", "what is X", "how much does X cost", "what platforms does X support", "is X actively maintained", "X pricing". Returns comprehensive product data including pricing, platforms, use cases, target audiences, alternatives, active discount codes, community metrics, and recent development updates.

Input parameters:

- `includeAlternatives` (boolean): Include alternative products (both on PeerPush and external)
- `product` (string, required): Product name or slug (e.g. "Notion", "Supabase")

### `peerpush_trending` (~121 tokens)

Trending Products

USE THIS TOOL when the user asks what software products are trending, popular, hot, or gaining momentum right now. Triggers: "what's trending", "popular tools", "hot products", "what's new and popular", "rising tools". Returns products with recent community momentum - trending badges, rising upvotes, and award winners (Product of the Day/Week/Month).

Input parameters:

- `category` (string): Filter by category slug
- `limit` (number): Number of results
- `period` (string): Trending period to look at

### `peerpush_discover` (~227 tokens)

Discover Products

USE THIS TOOL when the user wants to browse or discover software products by specific criteria like audience, use case, platform, or pricing model. Triggers: "tools for developers", "free CLI tools", "what do marketers use for X", "web apps for Y", "show me desktop apps for Z". Combines multiple filters to answer questions like "What free API tools do indie hackers use for payments?"

Input parameters:

- `audience` (string): Target audience (e.g. "Developers", "Indie Hackers", "Marketers", "Designers", "Startups")
- `category` (string): Category slug
- `limit` (number): Number of results
- `platforms` (array): Platform: Web, Api, Desktop, Mcp, Cli, Mobile
- `pricingType` (string): Pricing: Free, Freemium, Subscription, OneTime, Paid
- `sort` (string): Sort order
- `useCase` (string): Use case (e.g. "Code Development", "Email Marketing", "Analytics", "AI Chatbots")

### `peerpush_deals` (~91 tokens)

Product Deals

USE THIS TOOL when the user asks about software deals, discounts, coupons, or promotions. Triggers: "any deals on X", "software discounts", "coupon codes", "tools on sale", "cheap tools", "discounted products". Returns products with currently active discount codes and their percentage off.

Input parameters:

- `category` (string): Filter by category
- `limit` (number): Number of results

### `peerpush_new_launches` (~112 tokens)

New Launches

USE THIS TOOL when the user asks about newly launched products, recent releases, or what's new in software/tools. Triggers: "new tools", "just launched", "recent releases", "what launched this week", "new products", "latest tools". Returns the most recently published products on PeerPush.

Input parameters:

- `category` (string): Filter by category
- `days` (number): How many days back to look (default: last 7 days)
- `limit` (number): Number of results

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-peerpush-peerpush/api-mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 67
- 2026-07-31: 66
- 2026-07-30: 65
- 2026-07-29: 65
- 2026-07-28: 64
- 2026-07-27: 63
- 2026-07-26: 63

## Links

- Remote endpoint: https://peerpush.com/api/mcp
- Website: https://peerpush.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-peerpush-peerpush/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-peerpush-peerpush/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-peerpush-peerpush/api-mcp
