Call transcripts are visible in the HighLevel web UI, but they are not exposed by the official HighLevel MCP server. The REST API already has dedicated endpoints:
•  GET /conversations/locations/:locationId/messages/:messageId/transcription 
•  Get Recording by Message ID 
•  Download transcription by Message ID 
The official MCP server ( https://services.leadconnectorhq.com/mcp/ ) currently includes 36 tools and covers conversations, but it does not provide any tool that wraps these transcription or recording endpoints. As a result, AI agents connected via MCP cannot retrieve call transcript text or recordings, even though the data exists in the account.
I need MCP tools that:
• Return the full transcript text for a given message ID
• Return the recording URL/file for a given message ID
• Optionally download the transcript file
This is a high-impact feature for Voice AI, call automation, compliance, and knowledge-base workflows. Please add MCP tools for:
•  get_message_transcription(messageId, locationId) 
•  get_message_recording(messageId, locationId) 
•  download_transcription(messageId, locationId)