Palm Product MCP — Setup Guide¶
Connect to Palm's product knowledge base from Claude (or any MCP-compatible AI agent). This gives you AI-powered search across all product docs — domain knowledge, transcripts, roadmap, features, and more.
Quick Setup¶
In Claude Code¶
That's it — restart Claude Code and you can start searching.
In Claude Desktop¶
The Palm Product MCP should already be visible under Connectors in Claude Desktop. Just enable it from there.
If it doesn't appear, you can add it manually to your MCP config:
{
"mcpServers": {
"Palm Product MCP": {
"type": "sse",
"url": "https://product-docs-mcp.prod.usepalm.com/sse"
}
}
}
Restart Claude Desktop to connect.
What You Can Do¶
Once connected, you (or your AI agent) can:
| Tool | Purpose | Example |
|---|---|---|
search |
Hybrid search (semantic + keyword) | "What do treasurers say about cash visibility?" |
vector_search |
Semantic similarity search | "pain points around bank connectivity" |
keyword_search |
Text-based search | "Euroports bridging" |
list_documents |
List docs by path | "list all transcripts from ON" |
read_document |
Read full document content | "read the cash-forecasting domain overview" |
Example Queries¶
"What jobs to be done exist for scenario modelling?"
"Find conversations about FX hedging"
"What are the top pain points in cash positioning?"
"List all domain knowledge areas"
"Read the product roadmap"
Browse the Docs¶
You can also browse the full product knowledge base in your browser:
https://product-docs.prod.usepalm.com/
Troubleshooting¶
"Cannot connect to MCP server"¶
- Check that the URL is correct:
https://product-docs-mcp.prod.usepalm.com/sse - Verify you're on the Palm network / VPN if required
- Restart Claude Code or Claude Desktop
"No results found"¶
- Try broader search terms
- Use
list_documentsto browse what's available - Try
search(hybrid) instead ofkeyword_searchfor better recall
For Contributors¶
If you're managing this repo and need to set up Notion, Linear, or other MCPs for the product skills, see the README.