INDIVIDUAL MCP TOOL
palate_list_collections
List the credential owner's collections (owned), team collections available to the member, and favoriteCollections (saved from other users): a lean index with collectionId, entryCount (direct membership), resolvedItemCount (after collection resolution), deprecated itemCount, and hasPlaybook, plus a truncated flag.
LIVE ENDPOINT
https://palate.inc/mcp
Connect to this endpoint to inspect the live schema for palate_list_collections and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.palate]
url = "https://palate.inc/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"palate": {
"type": "http",
"url": "https://palate.inc/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: palate
Remote MCP URL: https://palate.inc/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": {
"palate": {
"url": "https://palate.inc/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"palate": {
"type": "http",
"url": "https://palate.inc/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "palate",
"transport": "streamable-http",
"url": "https://palate.inc/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
palate_save— Save anything the user shares into their Palate.palate_query— Answer only from returned Palate sources; cite every one as `<title> - curated by <displayName> - <sourcePalateUrl>`, verbatim; curator required.palate_save_status— Check and repair saves - status, retry, cancel - and list connected feeds.palate_list_collection_sources— List newest visible sources, either across the credential owner's whole library or inside one collection; credential owners can read their private/unlisted collections.palate_manage_collection— Create or change an owned collection.palate_delete_collection— Delete an owned collection permanently; this does not delete its items.palate_playbook— Manage a curator-authored playbook on one collection.palate_delete_playbook— Delete the playbook on one of the user's owned collections; on a team collection this is a team owner action.