Query Here

Quickstart

Connect an agent to Query Here in three steps.

1. Create an API key

curl -X POST https://api.queryhere.com/v1/keys \
  -H "Content-Type: application/json" \
  -d '{"name":"agent quickstart"}'

2. Search for an actionable path

curl -X POST https://api.queryhere.com/v1/search \
  -H "Content-Type: application/json" \
  -H "x-api-key: qh_live_..." \
  -d '{"query":"find an MCP server for browser automation","mode":"hybrid","limit":5}'

3. Install a client

npm install -g @queryhere/cli
query-here search "browser automation MCP server"

npx -y @queryhere/mcp-server