Token导航 LogoToken导航TokenDH.com
Northbeam MCP Server logo
数据服务stdio官方级别未说明来源级核验

Northbeam MCP Server

MCP Server

Northbeam MCP Server是一个用于访问Northbeam营销分析数据的模型上下文协议服务器,提供查询指标、维度、渠道表现、队列分析和归因数据的工具和资源。

工具数

6

提示词数

0

GitHub Stars

1

资源数

0
数据分析JavaScriptAPI集成

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

mattcoatsworth

提供方

mattcoatsworth

最后核验

2026/5/17 20:22

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx northbeam-mcp

详细介绍

北波束MCP服务器

This is a Model Context Protocol (MCP) server for accessing Northbeam marketing analytics data. It provides tools and resources for querying metrics, dimensions, channel performance, cohort analysis, and attribution data from Northbeam.

## Setup

1. Install dependencies:

npm install


2. Create a `.env` file with your Northbeam API key and brand name:

NORTHBEAM_API_KEY=your_api_key_here NORTHBEAM_BRAND=your_brand_name_here


3. Run the server:

npm run dev


## Testing with MCP Inspector

You can test the server using the MCP Inspector:

npm run inspect


This will open a web interface where you can test all the available tools and resources.

## Available Tools

- `get_metric`: Get metric data from Northbeam
- `list_metrics`: List all available metrics in Northbeam
- `list_dimensions`: List all available dimensions in Northbeam
- `get_channel_performance`: Get channel performance data from Northbeam
- `get_cohort_analysis`: Get cohort analysis data from Northbeam
- `get_attribution`: Get attribution data from Northbeam

## Available Resources

- `northbeam://metrics/{metric_name}`: Get data for a specific metric

## Usage as a Package

You can also use this as an npm package:

npx northbeam-mcp


Or with the inspector:

npx @modelcontextprotocol/inspector npx northbeam-mcp

目录标签

目录标签

数据分析JavaScriptAPI集成营销分析本地部署数据查询渠道表现队列分析归因数据

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Node.js

工具数量(toolCount,工具数)

6

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdioapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP