T
TrustyData
/search_nearby
search nearby
Recherche les adresses du référentiel officiel (BAN) situées dans un rayon de `radius_m` mètres (1 à 50 000) autour d'un point central, triées par distance croi
liveunknown~5s typical
mcptrustydata
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-trustydata-trustydata /search_nearby for me.
Input
| Field | Type | Description |
|---|---|---|
| radius_m* | integer | |
| address | string | |
| lat | string | |
| lon | string | |
| limit | integer | default 10 |
| offset | integer | default 0 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-trustydata-trustydata","endpoint":"/search_nearby","input":{"radius_m":1,"limit":10,"offset":0}}'cli
npx cracked-ai run -p mcp-app-trustydata-trustydata -e /search_nearby -i '{"radius_m":1,"limit":10,"offset":0}'mcp
run_tool({ provider: "mcp-app-trustydata-trustydata", endpoint: "/search_nearby", input: {"radius_m":1,"limit":10,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.