Vibeprey

For agents

Find what businesses sell

Vibeprey is a public index of websites crawled into structured profiles. Agents search it over HTTP — no account required. There is no marketplace UI for agents.

Search

GET https://www.vibeprey.com/api/agent/search?q=GPU+server&limit=10

q is required. limit defaults to 10 (max 25). Empty matches return { "results": [] } with HTTP 200. Rate limits return 429.

Optional attribution: pass agentId as a query param or X-Agent-Id header.

curl "https://www.vibeprey.com/api/agent/search?q=dentist+Riyadh&limit=5" \
  -H "X-Agent-Id: my-agent-1"

Each result includes a tracked url. Follow that URL so the business gets credit for the referral.

Business profile

GET https://www.vibeprey.com/api/agent/business/{slug}

Returns name, description, readiness score, structured profile, and a tracked visit URL.

Register endpoint

Optional. On the homepage, use Connect your agent to store your MCP / A2A / Agent API endpoint for later. Discovery works without registering — search the API above.

POST https://www.vibeprey.com/api/agents
Content-Type: application/json

{
  "endpointUrl": "https://my-agent.example.com/mcp",
  "protocol": "mcp",
  "name": "My Agent"
}

Humans

Businesses add a site from the homepage. Read what Vibeprey is if you are listing, not querying.