Coupler.io official MCP server
@railsware
About Coupler.io official MCP server
Coupler.io MCP server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"coupler": {
"command": "docker",
"args": [
"run",
"--pull=always",
"-e",
"COUPLER_ACCESS_TOKEN",
"--rm",
"-i",
"ghcr.io/railsware/coupler-io-mcp-server"
],
"env": {
"COUPLER_ACCESS_TOKEN": "<your_token>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Coupler.io official MCP server?
The Coupler.io official MCP server is a Model Context Protocol (MCP) server that provides seamless integration with Coupler.io APIs. It is designed for users who need to extract and analyze data from Coupler.io data flows, and is currently in early alpha with incomplete features and subject to breaking changes.
How to use Coupler.io official MCP server?
Run the server in a Docker container using a Coupler.io Personal Access Token. Configure it in Claude Desktop by adding a JSON entry to mcpServers with the Docker command and the COUPLER_ACCESS_TOKEN environment variable.
Key features of Coupler.io official MCP server
- Extract data from Coupler.io data flows as SQLite files.
- Execute read‑only queries on extracted data flow results.
- Retrieve data flow schema files.
- Run entirely in a Docker container with STDIO transport.
- Authenticate via a Personal Access Token.
Use cases of Coupler.io official MCP server
- Analyzing data from Coupler.io data flows by running SQL queries.
- Inspecting data flow schemas for validation or debugging.
- Automating data extraction from dashboard or dataset template flows.
FAQ from Coupler.io official MCP server
What tools does the server provide?
It provides two tools: get-data (queries a data flow result as a SQLite file) and get-schema (retrieves the data flow schema file). Both require a dataflowId and executionId.
What are the prerequisites to run it?
You need Docker installed and running, and a Coupler.io Personal Access Token from your Coupler.io account.
Is this software stable?
No, it is alpha software under active development. Features are incomplete and subject to breaking changes.
How is the server transported and authenticated?
It uses STDIO transport and authenticates via the COUPLER_ACCESS_TOKEN environment variable (Personal Access Token).
Frequently asked questions
What tools does the server provide?
It provides two tools: `get-data` (queries a data flow result as a SQLite file) and `get-schema` (retrieves the data flow schema file). Both require a `dataflowId` and `executionId`.
What are the prerequisites to run it?
You need Docker installed and running, and a Coupler.io Personal Access Token from your Coupler.io account.
Is this software stable?
No, it is alpha software under active development. Features are incomplete and subject to breaking changes.
How is the server transported and authenticated?
It uses STDIO transport and authenticates via the `COUPLER_ACCESS_TOKEN` environment variable (Personal Access Token).
Basic information
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments