Servana
S
Servana
/estimate_service_request

estimate service request

Get a rough price estimate for a service in a given city, based on Servana vendors' posted rates. Always a heuristic ESTIMATE, not a quote from any specific ven

liveverifiedunknown~5s typical
mcpprobedservana
$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-ai-servana-servana /estimate_service_request for me.

Input

FieldTypeDescription
state*stringUS state slug, lowercase, hyphenated (e.g. 'florida')
city*stringCity slug, lowercase, hyphenated (e.g. 'tampa')
service*stringService slug, use search_services to find it (e.g. 'cleaning-and-organizing')
job_sizestring (small | medium | large)Rough size of the job. Defaults to 'medium'.
hoursnumberOptional: estimated hours needed, if known. Overrides job_size for hourly-rate services.

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-ai-servana-servana","endpoint":"/estimate_service_request","input":{"state":"...","city":"...","service":"..."}}'
cli
npx cracked-ai run -p mcp-ai-servana-servana -e /estimate_service_request -i '{"state":"...","city":"...","service":"..."}'
mcp
run_tool({ provider: "mcp-ai-servana-servana", endpoint: "/estimate_service_request", input: {"state":"...","city":"...","service":"..."} })

Try it

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