MCP.so
Sign In

Coupler.io official MCP server

@railsware

About Coupler.io official MCP server

Coupler.io MCP server

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

railsware

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).

Comments

More Other MCP servers