MCP.so
登录

Northbeam MCP Server

@mattcoatsworth

关于 Northbeam MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

mattcoatsworth

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "northbeam-mcp": {
      "command": "npx",
      "args": [
        "northbeam-mcp"
      ],
      "env": {
        "NORTHBEAM_API_KEY": "",
        "NORTHBEAM_BRAND": ""
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Northbeam MCP Server?

Northbeam MCP Server is a Model Context Protocol (MCP) server that provides tools and resources for querying metrics, dimensions, channel performance, cohort analysis, and attribution data from Northbeam marketing analytics. It is designed for developers and analysts who want to integrate Northbeam data into AI‑powered workflows.

How to use Northbeam MCP Server?

Install dependencies with npm install, create a .env file containing NORTHBEAM_API_KEY and NORTHBEAM_BRAND, then run the server with npm run dev. You can also use it as an npm package via npx northbeam-mcp.

Key features of Northbeam MCP Server

  • Query metric data from Northbeam
  • List all available metrics and dimensions
  • Get channel performance data
  • Perform cohort analysis
  • Retrieve attribution data
  • Access metric data via a URI resource

Use cases of Northbeam MCP Server

  • Retrieve a specific marketing metric for a dashboard
  • Analyze channel performance across campaigns
  • Run cohort analysis to understand customer behavior
  • Obtain attribution data for marketing ROI calculations
  • List available dimensions to explore data structure

FAQ from Northbeam MCP Server

What is the Northbeam MCP Server?

It is an MCP server that allows you to interact with Northbeam marketing analytics data using tools and resources.

What are the prerequisites to use this server?

You need Node.js, npm, a Northbeam API key, and your Northbeam brand name.

How do I set up the server?

Install dependencies (npm install), create a .env file with NORTHBEAM_API_KEY and NORTHBEAM_BRAND, then run npm run dev.

What tools are available?

The server provides six tools: get_metric, list_metrics, list_dimensions, get_channel_performance, get_cohort_analysis, and get_attribution.

How can I test the server?

You can test it using the MCP Inspector by running npm run inspect, which opens a web interface for testing all tools and resources.

评论

其他 分类下的更多 MCP 服务器