Skip to main content
Glama
felixjoy89hevo

Hevo MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HEVO_REGIONYesYour Hevo region (us, eu, in, or asia)
HEVO_API_KEYYesYour Hevo API key
HEVO_API_SECRETYesYour Hevo API secret

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_pipelinesA

List all data pipelines in the Hevo account (id, name, source/destination type, status).

get_pipelineA

Get full configuration and status of a single pipeline.

create_pipelineA

Create a new Hevo pipeline. The shape of source and destination depends on their type (e.g. MYSQL, POSTGRES, S3, BIGQUERY, SNOWFLAKE). See https://edge-api-docs.hevodata.com/reference/post_api-v1-pipelines for full schemas.

enable_pipelineA

Enable (resume) a paused pipeline.

disable_pipelineC

Disable (pause) a running pipeline.

resync_pipelineA

Resync a pipeline by restarting its historical load. If drop_and_load=true, destination tables are dropped and recreated (destructive). If false (default), tables are kept and only differences are updated.

update_pipeline_configA

Modify pipeline-level config (name, schedule, query mode, auto-mapping). Send only fields to change.

update_source_configA

Modify the SOURCE configuration of an existing pipeline (host, port, database, credentials, etc.).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/felixjoy89hevo/Hevo-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server