Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
SaaS
What are the exact steps to reproduce this issue?
Subject: MCP Server Error - “Cannot read properties of undefined (reading ‘tools’)”
Hello Baserow Support Team,
I’m trying to use the Baserow MCP (Model Context Protocol) server with Claude Desktop, but I’m encountering an error that prevents the connection from working properly.
Issue:
When Claude Desktop attempts to retrieve the list of available tools using the tools/list method, the MCP server returns an error instead of the expected tool list.
MCP Endpoint:
https://api.baserow.io/mcp/***/sse
Error Message:
SseError: SSE error: Cannot read properties of undefined (reading ‘tools’)
at _eventSource.onerror
Steps to Reproduce:
Configure Claude Desktop with the Baserow MCP endpoint
Claude Desktop sends an initialize request (succeeds)
Claude Desktop sends a tools/list request
The request either times out after 5 seconds or returns the error above
What’s Working:
The SSE endpoint connection is established successfully
The MCP initialization handshake
