INDIVIDUAL MCP TOOL
list_directory_filters
Returns the valid filter values currently available in the Vitena provider directory: cities, specialization codes (with human labels), and spoken-language codes.
LIVE ENDPOINT
https://api.vitena.care/mcp
Connect to this endpoint to inspect the live schema for list_directory_filters and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search_providers— Searches the public Vitena directory of health and wellness professionals who accept appointments (dietitians, dentists, physiotherapists, psychologists, beauty and aesthetics practitioners, child development specialists).get_provider— Returns 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.