VD
Vitena Directory
/get_provider
Get health professional details
Returns the full public profile of one professional by their slug (the value returned as 'slug' by search_providers): services offered, specializations, spoken
liveverifiedunknown~5s typical
mcpprobedvitenadirectory
$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-care-vitena-directory /get_provider for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Profile slug from search_providers, e.g. 'cristobal-diaz'. |
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-care-vitena-directory","endpoint":"/get_provider","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-care-vitena-directory -e /get_provider -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-care-vitena-directory", endpoint: "/get_provider", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.