Skip to main content
Glama

Tinybird MCP server

Official
by tinybirdco
TOKEN "prometheus" READ NODE logs SQL > % SELECT * FROM mcp_monitoring WHERE 1 {% if defined(date_from) and defined(date_to) %} and datetime between parseDateTimeBestEffort({{String(date_from)}}) and parseDateTimeBestEffort({{String(date_to)}}) {% end %} {% if defined(app_name) %} and app_name in {{Array(app_name)}} {% end %} {% if defined(version) %} and version in splitByChar(',', replaceRegexpAll({{String(version)}}, '[{}]', '')) {% end %} {% if defined(tool) %} and version in splitByChar(',', replaceRegexpAll({{String(tool)}}, '[{}]', '')) {% end %} {% if defined(log) %} and message like concat('%', {{String(log)}}, '%') {% end %} ORDER BY datetime desc LIMIT {{Int32(page_size, 10000)}} OFFSET {{Int32(page, 0) * Int32(page_size, 10000)}}

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tinybirdco/mcp-tinybird'

If you have feedback or need assistance with the MCP directory API, please join our Discord server