Elevar MCP Server
by mattcoatsworth
The Elevar MCP Server provides tools and resources for interacting with the Elevar API. It allows managing data sources and querying analytics data using the Model Context Protocol.
Last updated: N/A
What is Elevar MCP Server?
This is a Model Context Protocol (MCP) server designed to interact with the Elevar API, facilitating the management of data sources and querying of analytics data.
How to use Elevar MCP Server?
To use the server, clone the repository, install dependencies using npm install
, create a .env
file with your Elevar API key, and start the server with npm run dev
. You can test the server using the MCP Inspector with npm run inspect
.
Key features of Elevar MCP Server
Manages Elevar API data sources
Queries analytics data
Provides an MCP interface
Includes an MCP Inspector for testing
Use cases of Elevar MCP Server
Creating new data sources in Elevar
Updating existing data sources in Elevar
Deleting data sources in Elevar
Querying data from Elevar data sources
FAQ from Elevar MCP Server
How do I set up the server?
How do I set up the server?
Clone the repository, install dependencies (npm install
), create a .env
file with your Elevar API key, and start the server (npm run dev
).
How do I test the server?
How do I test the server?
Use the MCP Inspector by running npm run inspect
.
What resources are available?
What resources are available?
Available resources include elevar://account
, elevar://data-sources
, and elevar://data-source/{id}
.
What tools are available?
What tools are available?
Available tools include create_data_source
, update_data_source
, delete_data_source
, query_data
, and get_metadata
.
Where can I find more information about the Elevar API?
Where can I find more information about the Elevar API?
See the official documentation at https://docs.getelevar.com/docs/getting-started-overview.