INDIVIDUAL MCP TOOL
peerpush_find_product
Searches the PeerPush product catalog with a natural language query and semantic matching, plus optional structured filters for pricing, platform, audience, and use case.
LIVE ENDPOINT
https://peerpush.com/api/mcp
Connect to this endpoint to inspect the live schema for peerpush_find_product and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.peerpush]
url = "https://peerpush.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"peerpush": {
"type": "http",
"url": "https://peerpush.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: peerpush
Remote MCP URL: https://peerpush.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"peerpush": {
"url": "https://peerpush.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"peerpush": {
"type": "http",
"url": "https://peerpush.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "peerpush",
"transport": "streamable-http",
"url": "https://peerpush.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
peerpush_find_alternative— Finds alternatives and competitors to a named software product, tool, app, or service.peerpush_compare— Compares 2-5 named software products side by side.peerpush_product_details— Looks up a single product on PeerPush by name or slug.peerpush_trending— Lists software products currently trending on PeerPush over a chosen period (day, week, or month).peerpush_discover— Browses the PeerPush catalog by structured criteria: use case, target audience, platform, pricing model, and category.peerpush_deals— Lists products on PeerPush with currently active discount codes.peerpush_new_launches— Lists products recently launched on PeerPush within a chosen number of days.