PeerBump

Get found by people and AI

Every published product on PeerBump is structured data first — a page for people, and a queryable source for AI assistants and crawlers.

MCP Server

Connect Claude, Cursor, or any MCP-compatible client directly to PeerBump. Three tools are exposed: search_products, get_product_by_slug, and list_by_category.

{
  "mcpServers": {
    "peerbump": {
      "url": "http://localhost:3000/api/mcp"
    }
  }
}
API

A public REST API for product search, listing, and detail lookups. No auth required for basic access (20 requests/min per IP). Generate an API key in Settings for a higher tier (120 requests/min) via an Authorization: Bearer pb_... header.

curl "http://localhost:3000/api/products?sort=today"

curl "http://localhost:3000/api/products/some-product-slug"
For AI agents

robots.txt explicitly allows GPTBot, ClaudeBot, PerplexityBot, Google-Extended, and CCBot. Every product page ships JSON-LD structured data, and the read API above requires no authentication for basic lookups — an agent can go from a search query to a structured product record without a human in the loop.