General Tools
vitena.care
Searches the Vitena directory of health and wellness professionals and retrieves detailed public profiles including services, languages, locations, and booking availability.
ENDPOINT 1
https://api.vitena.care/mcp
MCP server metadata
- Name
- vitena-directory
- Version
- 1.0.0
Vitena's public directory of bookable health and wellness professionals across Europe and Turkey. Use list_directory_filters to learn valid city and specialization values, search_providers to find professionals, and get_provider for one professional's full public profile. All data is public; nothing here is patient or medical-record data.
Known tools 3
list_directory_filtersReturns the valid filter values currently available in the Vitena provider directory: cities, specialization codes (with human labels), and spoken-language codes.
Inferred read-onlysearch_providersSearches the public Vitena directory of health and wellness professionals who accept appointments (dietitians, dentists, physiotherapists, psychologists, beauty and aesthetics practitioners, child development specialists).
Inferred read-onlyget_providerReturns the full public profile of one professional by their slug (the value returned as 'slug' by search_providers): services offered, specializations, spoken languages, locations, working hours, contact details and whether online booking is available.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.vitena-directory]
url = "https://api.vitena.care/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vitena-directory": {
"type": "http",
"url": "https://api.vitena.care/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vitena-directory
Remote MCP URL: https://api.vitena.care/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"vitena-directory": {
"url": "https://api.vitena.care/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vitena-directory": {
"type": "http",
"url": "https://api.vitena.care/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vitena-directory",
"transport": "streamable-http",
"url": "https://api.vitena.care/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.