mcp-hevo-service
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-hevo-servicelist all active pipelines"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-hevo-service
A read-only MCP server for the Hevo Data public API (v2.0).
Self-hosted: your API credentials stay on your machine and never reach a third party.
Exposes monitoring/inspection tools over pipelines, objects, destinations, models and
workflows. Every tool maps to a GET endpoint, so the server cannot mutate Hevo state.
Quick start
git clone <this-repo>
cd mcp-hevo-service
pip install -r requirements.txt
cp .env.template .env # then fill in your credentialsRelated MCP server: xendit-mcp
Configuration
Generate an API Key + Secret in Hevo (Account Settings > API) and set them in .env:
Variable | Description |
| API key (used as the Basic-auth username). |
| API secret (used as the Basic-auth password). |
| One of |
Verify
python test_connection.pyConfirms the credentials authenticate against GET /pipelines. No MCP client needed.
Register in an MCP client
{
"mcpServers": {
"hevo": {
"command": "/path/to/python3",
"args": ["/path/to/mcp-hevo-service/server.py"]
}
}
}Tools
All tools are read-only (GET).
Tool | Hevo endpoint |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Security
Read-only by construction: the client only issues
GETrequests and no write tool is registered. There is no way to start/pause/edit a pipeline through this server.Credentials are read from
.env(gitignored) and sent as HTTP Basic auth directly to Hevo. They are not logged and never leave your host.
Notes
Auth and endpoints follow the official Hevo API docs.
Pagination uses limit + starting_after where supported (see per-tool descriptions).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceA read-only MCP server that enables users to query Databricks SQL, browse metadata, and monitor Delta Lake tables. It also supports tracking Databricks Jobs, DLT Pipelines, and cluster metrics through natural language interfaces.254MIT
- AlicenseAqualityDmaintenanceA read-only MCP server for securely accessing Xendit payment platform data. It enables querying balances, invoices, transactions, disbursements, refunds, and virtual account payments while preventing any money-moving operations.13MIT

KVMFleet MCP Serverofficial
AlicenseAqualityCmaintenanceRead-only MCP server that allows AI assistants to query and monitor KVM Fleet devices, audit logs, and console sessions through the official REST API.5111MIT- AlicenseBqualityBmaintenanceRead-only MCP server for self-hosted Airbyte OSS 1.6.x, enabling monitoring of connections, jobs, and health via public and internal APIs. Optionally supports triggering syncs and canceling jobs.9MIT
Related MCP Connectors
Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.
Read-only MCP server for wafergraph.com's semiconductor & AI supply-chain data: 30 tools, no auth.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/alvaromunoz-gk/mcp-hevo-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server