discover_businesses
Find businesses in the Facet Universal Business Index that an agent can transact with. Returns featured (claimed merchants with a live terminal_url — point your catalog and checkout calls there) and results (the wider directory). Use this first when you do not already know which merchant to talk to. REQUIRES IDENTITY: send a Facet KYA as Authorization: Bearer <kya> on the MCP request. A KYA is an ES256 JWT from Facet's default issuer https://issuer.facet.llc (or another issuer this Terminal trusts — see KYA-Issuers in its /.well-known/agents.txt). Calling without one returns 401 with a signup link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| near | No | Optional geographic center to rank by proximity. | |
| limit | No | Max matches to return. Default 10, cap 50. | |
| query | No | Free-text query, e.g. "flowers" or "makeup brushes". | |
| radius_km | No | Search radius around `near`, km. Default 25. |