D Fetcher
DF
D Fetcher
/geocode

Resolve a place to lat/lon

Turn a place name, postal code, or "code, CC" string into { lat, lon, label }. Auto-detects US/CA/GB/NL/JP/BR postal patterns; ambiguous digit-only codes defaul

liveverifiedunknown~5s typical
mcpprobeddfetcher
$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-com-dfetcher-vitamin-d /geocode for me.

Input

FieldTypeDescription
query*stringCity name, postal code, or "CODE, CC" (e.g. "75001, FR").

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-com-dfetcher-vitamin-d","endpoint":"/geocode","input":{"query":"..."}}'
cli
npx cracked-ai run -p mcp-com-dfetcher-vitamin-d -e /geocode -i '{"query":"..."}'
mcp
run_tool({ provider: "mcp-com-dfetcher-vitamin-d", endpoint: "/geocode", input: {"query":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.