Hi Praveen,
Assuming you have a license per Christophe's reply, maybe my configuration used in connecting IBM Bob to the IBM PA Tools can help you:
{
"mcpServers": {
"planning-analytics": {
"type": "streamable-http",
"url": "https://eu-central-1.planninganalytics.saas.ibm.com/api/<tenant>/v0/agentic-ai/ibm-pa-tools/mcp",
"headers": {
"Authorization": "Basic YXBp...Tk=",
"Accept": "application/json, text/event-stream",
"Content-Type": "application/json",
"Cache-Control": "no-cache"
},