PeerPush
Official8 toolsby peerpush
Find, compare, and discover software, SaaS, and AI tools - pricing, alternatives, and trends.
Compare and discover software, SaaS, and AI tools with pricing and alternative recommendations.
Captured live from the server via tools/list.
peerpush_find_alternative
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.
Parameters (5)
- productstringrequired
The product name to find alternatives for (e.g. "Notion", "Figma", "Stripe")
- pricingTypestring
Filter by pricing: Free, Freemium, Subscription, OneTime, Paid
- platformsarray
Filter by platform: Web, Api, Desktop, Mcp, Cli, Mobile
- audiencestring
Filter by target audience (e.g. "Developers", "Indie Hackers", "Marketers", "Designers")
- limitnumber
Number of alternatives to return
peerpush_find_product
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.
Parameters (8)
- querystringrequired
What the user is looking for in natural language (e.g. "email API for transactional emails", "project management for small teams")
- categorystring
Filter by category slug
- useCasestring
Filter by use case (e.g. "Code Development", "AI Chatbots", "Email Marketing")
- audiencestring
Filter by target audience (e.g. "Developers", "Indie Hackers", "Marketers")
- pricingTypestring
Filter by pricing: Free, Freemium, Subscription, OneTime, Paid
- platformsarray
Filter by platform: Web, Api, Desktop, Mcp, Cli, Mobile
- sortstring
Sort order
- limitnumber
Number of results
peerpush_compare
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.
Parameters (1)
- productsarrayrequired
Product names to compare (e.g. ["Vercel", "Netlify", "Railway"])
peerpush_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.
Parameters (3)
- productstringrequired
Product name or slug (e.g. "Notion", "Supabase")
- includeAlternativesboolean
Include list of alternative products
- includeUpdatesboolean
Include recent product updates/changelog - set to true if user asks about development activity
peerpush_trending
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).
Parameters (3)
- categorystring
Filter by category slug
- periodstring
Trending period to look at
- limitnumber
Number of results
peerpush_discover
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?"
Parameters (7)
- useCasestring
Use case (e.g. "Code Development", "Email Marketing", "Analytics", "AI Chatbots")
- audiencestring
Target audience (e.g. "Developers", "Indie Hackers", "Marketers", "Designers", "Startups")
- pricingTypestring
Pricing: Free, Freemium, Subscription, OneTime, Paid
- platformsarray
Platform: Web, Api, Desktop, Mcp, Cli, Mobile
- categorystring
Category slug
- sortstring
Sort order
- limitnumber
Number of results
peerpush_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.
Parameters (2)
- categorystring
Filter by category
- limitnumber
Number of results
peerpush_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.
Parameters (3)
- daysnumber
How many days back to look (default: last 7 days)
- categorystring
Filter by category
- limitnumber
Number of results
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://peerpush.com/api/mcpclaude_desktop_config.json
{
"mcpServers": {
"peerpush": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://peerpush.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.