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

Elevar MCP

MCP Server

Elevar MCP Server是一个用于与Elevar API交互的模型上下文协议服务器,提供管理数据源和查询分析数据的工具和资源。

工具数

5

提示词数

0

GitHub Stars

0

资源数

0
数据管理数据分析JavaScriptAPI交互

安装说明

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

作者 / 组织

mattcoatsworth

提供方

mattcoatsworth

最后核验

2026/5/17 21:01

快速接入

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

详细介绍

Elevar MCP服务器

This is a Model Context Protocol (MCP) server for interacting with the Elevar API. It provides tools and resources for managing data sources and querying analytics data.

## Setup

1. Clone this repository
2. Install dependencies:

npm install

3. Create a `.env` file with your Elevar API key:

ELEVAR_API_KEY=your_api_key_here

4. Start 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:
- Browse available resources
- Test tools with different inputs
- View server logs

## Available Resources

- `elevar://account` - Get account information
- `elevar://data-sources` - List all data sources
- `elevar://data-source/{id}` - Get details for a specific data source

## Available Tools

- `create_data_source` - Create a new data source
- `update_data_source` - Update an existing data source
- `delete_data_source` - Delete a data source
- `query_data` - Query data from a data source
- `get_metadata` - Get available metrics and dimensions for a data source

## API Documentation

For more information about the Elevar API, see the .

目录标签

目录标签

数据管理数据分析JavaScriptAPI交互本地部署数据源管理

接入字段

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

stdio

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

api-key

工具数量(toolCount,工具数)

5

资源数量(resourceCount,资源数)

0

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

0

权限和风险

stdioapi-key部署方式未说明

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

安装前确认

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

仍需确认:installCommand

来源信息

继续浏览同类 MCP