Skip to main content
Glama
railsware

Coupler Analytics

by railsware

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoOptional logging level
LOG_STDIONoOptional flag to capture STDIO messages in the log file
COUPLER_API_HOSTNoOptional Coupler.io API host URLhttps://app.coupler.io/mcp
COUPLER_ACCESS_TOKENYesYour Coupler.io Personal Access Token

Tools

Functions exposed to the LLM to take actions

NameDescription
get-data

Get data from a Coupler.io data flow run. Make sure to first query a sample of 5 rows from data table, e.g. SELECT * from data LIMIT 5, and then run the get-schema tool, to better understand the structure. The get-schema tool will return the JSON-encoded schema of the data table. When visualizing the data, do not try to read any files or fetch any URLs, just generate a static page and use the data you get from the tools.

get-schema

Get data table schema from a Coupler.io data flow. Get column names from columnName properties in column definitions. Example: {"columns":[{"key":"Row Updated At.0","label":"Row Updated At","schema":{"type":"string"},"typeOptions":{},"columnName":"col_0"},{"key":"Dimension: Source.0","label":"Dimension: Source","schema":{"type":"string"},"typeOptions":{},"columnName":"col_1"}]}. Here the columns are col_0 and col_1.

list-dataflows

List my Coupler.io data flows. Use this to get the ID (uuid format) of a data flow by its name.

get-dataflow

Get a Coupler.io data flow by ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/railsware/coupler-io-mcp-server'

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