MCP.so
Sign In
Servers

Elevar MCP Server

@mattcoatsworth

Overview

What is Elevar MCP Server?

It is a Model Context Protocol (MCP) server that interacts with the Elevar API, providing tools and resources for managing data sources and querying analytics data.

How to use Elevar MCP Server?

Clone the repository, install dependencies with npm install, create a .env file containing your Elevar API key (ELEVAR_API_KEY=your_api_key_here), and start the server with npm run dev. Use npm run inspect to test with the MCP Inspector.

Key features of Elevar MCP Server

  • Access account information and list data sources via resources
  • Create, update, and delete data sources with dedicated tools
  • Query analytics data from a data source
  • Retrieve available metrics and dimensions for a data source
  • Test and debug through an interactive web inspector

Use cases of Elevar MCP Server

  • Automate the creation and management of Elevar data sources
  • Query analytics data from connected data sources in MCP-enabled clients
  • Retrieve a data source’s schema (metrics and dimensions) for dynamic reporting
  • Integrate Elevar data source operations into multi-step agent workflows

FAQ from Elevar MCP Server

How do I install Elevar MCP Server?

Clone the repository, run npm install, create a .env file with your Elevar API key, and start the server with npm run dev.

What are the runtime requirements for Elevar MCP Server?

Node.js and npm are required. The server is run locally via the npm run dev command.

How can I test Elevar MCP Server without a client?

Use the MCP Inspector by running npm run inspect; this opens a web interface where you can browse resources, test tools, and view logs.

What resources and tools does Elevar MCP Server expose?

Resources include elevar://account, elevar://data-sources, and elevar://data-source/{id}. Tools include create_data_source, update_data_source, delete_data_source, query_data, and get_metadata.

Where can I find more details about the Elevar API?

Refer to the official Elevar API documentation at docs.getelevar.com.

Tags

More from Other