PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversdatabasescoupler-io-mcp-server
返回「databases」

coupler-io-mcp-server

modelscope·@railsware/coupler-io-mcp-server

databases0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

Lint & Test

Coupler.io official MCP server

The Coupler.io MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Coupler.io APIs. With Coupler.io MCP Server, you can analyze multi-channel marketing, financial, sales, e-commerce, and other business data within Claude by connecting to your Coupler.io data flows query marketing, sales, and finance metrics from hundreds of sources. Fetch and transform raw data from platforms like Google Ads, Facebook, HubSpot, and Salesforce into actionable intelligence for smarter, faster decision-making with accurate, up-to-date business information.

Use Cases

Get data from your Coupler.io data flows and ask your AI tool questions about it, like you would ask your fellow data analyst:

Marketing:

  1. What's our overall customer acquisition cost across all paid channels this quarter compared to last quarter? I need this for the board meeting.
  2. Show me the ROI breakdown by marketing channel for the past 6 months. I need to reallocate our annual budget.
  3. Which campaigns are contributing most to our pipeline revenue? I want to double down on what's working.

Sales:

  1. Can you pull the sales pipeline report for this month? I need to see how many deals are in each stage and the total value at each stage.
  2. What are our conversion rates from lead to opportunity and from opportunity to closed-won for the last quarter? How do they compare to our targets?
  3. How many deals are expected to close this month based on their probability scores? What's our forecasted revenue vs our monthly target?

Finance:

  1. Check the profit for this quarter, compare it to last quarter, and provide a breakdown by department.
  2. Could you provide a cash flow report for the last 30 days, including all incoming and outgoing transactions?
  3. Share the current accounts receivable status and tell me how many overdue invoices we have and which customers owe the most.

Prerequisites

  1. Install Docker to run the server in a container.
  2. Make sure Docker is running.
  3. Get a Coupler.io Personal Access Token.

OR

Build a .dxt file using the command below and use it to install the local MCP.

Running the server

Claude Desktop

{
  "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>"
      }
    }
  }
}

NOTE: "--pull=always" will ensure you always have the latest image by pulling it from the registry. Remove this line if you're offline or if you specifically want to use the image you've already pulled previously.

Tools

Data flows

  • get-data - Gets the result of a data flow run as a SQLite file and executes a read-only query on it. To get the data from a Coupler.io data flow, you need the data flow to have an AI destination.

    • dataflowId: Data flow ID (string, required)
    • executionId: Data flow run ID (string, required)
    • query: Query to run on the data flow SQLite file (string, required)
  • get-schema - Gets the data flow schema file. Currently, only data flows built from a dashboard or dataset template are supported.

    • dataflowId: Data flow ID (string, required)
    • executionId: Data flow run ID (string, required)
  • list-dataflows Gets the list of data flows that have an AI destination.

    • dataflowId: Data flow ID (string, required)
    • executionId: Data flow run ID (string, required)
  • get-dataflow Gets the metadata about the data flow, such as sources, data connections, last successfull execution, and error details (if present).

    • dataflowId: Data flow ID (string, required)
    • executionId: Data flow run ID (string, required)

Development

Install NodeJS:

asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
asdf install

Install dependencies:

npm install

Install Git hooks:

lefthook install

Set environment variables:

cp .env.example .env.local

Work with a raw server

Run the MCP server:

# Use `--silent` flag to prevent NPM logging to STDOUT which breaks server transport
npm run --silent dev

Run MCP server inspector for debugging

Caveat: make sure to keep only a single inspector tab open at all times, until this inspector bug is fixed.

# Run this and follow the instructions to view the inspector
npm run inspect:node

Tail logs

Our local MCP server uses STDIO transport, therefore logs must go to a file. This may come in handy when debugging.

tail -f log/development.log | npx pino-pretty

You can also optionally capture STDIO messages in the log file by setting LOG_STDIO=1 when running the server. If you're debugging a containerized server, you'd likely want to mount a dir at /app/log to be able to access the logs it generates.

Working with the development Docker image

Build Docker image for development:

bin/build_image

You can now run the container with the MCP inspector for debugging in UI mode:

npm run inspect:docker

Or run the container within Claude Desktop, configured with your .env.local file in the project. Grab the absolute path to your env file realpath .env.local. Navigate to Settings > Developer > Edit Config. Edit your claude_desktop_config.json, add an entry for our server:

{
  "mcpServers": {
 …

相关 MCP Servers(来自「databases」)

千牛安全审计

审计 npm 包依赖项以查找安全漏洞,提供详细的报告和修复建议,并集成 MCP。

@qianniuspace/mcp-security-audit

Claude 数据库连接器

通过API层将克劳德桌面版直接连接到数据库,使其能够探索数据库结构、编写SQL查询、分析数据集和创建报告。该API层还包含用于表探索和查询执行的工具。

@runekaagaard/mcp-alchemy

DBCode数据库管理工具

DBCode 是一个 Visual Studio Code 扩展,允许你管理许多数据库,包括 PostgreSQL、MySQL、SQL Server、DuckDB、Redis、MongoDB 等更多数据库。 DBCode 提供了运行 MCP 服务器的选项,可以访问这些数据库、它们的模式以及执行查询的能力。

@dbcodeio/public

DMS-数据库安全访问

AI 首选的统一数据访问通道,支持30多种数据源(阿里云全系/主流数据库/数仓)的安全访问。

@aliyun/alibabacloud-dms-mcp-server

Doris模型控制面板服务

后端服务,实现了模型控制面板协议,可连接到 Apache Doris 数据库,允许用户执行 SQL 查询、管理元数据,并且有可能利用大语言模型(LLMs)完成自然语言到 SQL 的转换等任务。

@apache/doris-mcp-server

Excel服务器

提供对Excel文件的操纵功能。此服务器启用工作簿创建、数据操纵、格式设置和高级Excel功能。

@haris-musa/excel-mcp-server

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/railsware-coupler-io-mcp-server/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

NOTE: `"--pull=always"` will ensure you always have the latest image by pulling it from the registry. Remove this line if you're offline or if you specifically want to use the image you've already pulled previously. ## Tools ### Data flows - **get-data** - Gets the result of a data flow run as a SQLite file and executes a read-only query on it. To get the data from a Coupler.io data flow, you need the data flow to have an AI destination. - `dataflowId`: Data flow ID (`string`, **required**) - `executionId`: Data flow run ID (`string`, **required**) - `query`: Query to run on the data flow SQLite file (`string`, **required**) - **get-schema** - Gets the data flow schema file. Currently, only data flows built from a dashboard or dataset template are supported. - `dataflowId`: Data flow ID (`string`, **required**) - `executionId`: Data flow run ID (`string`, **required**) - **list-dataflows** Gets the list of data flows that have an AI destination. - `dataflowId`: Data flow ID (`string`, **required**) - `executionId`: Data flow run ID (`string`, **required**) - **get-dataflow** Gets the metadata about the data flow, such as sources, data connections, last successfull execution, and error details (if present). - `dataflowId`: Data flow ID (`string`, **required**) - `executionId`: Data flow run ID (`string`, **required**) ## Development Install NodeJS: ```shell asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git asdf install ``` Install dependencies: ```shell npm install

基本信息

分类
databases / marketing / 金融
运行方式
No
许可证
MIT License
详情文件
railsware-coupler-io-mcp-server.md