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 endpoint
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.veganbites-xyz]
url = "https://veganbites.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"veganbites-xyz": {
"type": "http",
"url": "https://veganbites.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: veganbites-xyz
Remote MCP URL: https://veganbites.xyz/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": {
"veganbites-xyz": {
"url": "https://veganbites.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"veganbites-xyz": {
"type": "http",
"url": "https://veganbites.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "veganbites-xyz",
"transport": "streamable-http",
"url": "https://veganbites.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_restaurants— Search for vegan and plant-based restaurants, coffee shops, and grocery stores.get_restaurant— Get full details for a specific restaurant by ID, including hours, menu items, reviews, coordinates, contact info, and vegan classification.list_cities— List all cities with vegan restaurant counts, filterable by country or region.get_city_guide— Get a curated guide to vegan dining in a specific city.