Stdio MCP server for building and editing Bevr funnel content (quiz / onboarding / upsell / unsubscribe) via the funnel backend MCP API.
Project description
bevr-mcp
Stdio MCP server for building and editing Bevr funnel content — quizzes, onboarding, upsell, and unsubscribe flows (pages, nodes, dialogues, conditions/splitters, and shared components) — through the funnel backend's MCP API.
It is a thin proxy: it fetches the tool list from your backend and forwards every tool call over HTTPS, authenticating with a per-user API key. No data lives in the client.
Install / configure
Add to your MCP client config (e.g. Claude Desktop / Claude Code):
{
"mcpServers": {
"bevr": {
"command": "uvx",
"args": ["bevr-mcp"],
"env": {
"BEVR_MCP_BASE_URL": "https://your-funnel-backend.example.com",
"BEVR_MCP_TOKEN": "fmk_your_key_here"
}
}
}
}
| Env var | Meaning |
|---|---|
BEVR_MCP_BASE_URL |
Base URL of the funnel backend (no trailing /mcp). |
BEVR_MCP_TOKEN |
Your personal MCP key (starts with fmk_). Generate it on the funnel frontend's MCP keys settings page; it is shown once. |
All actions taken through the MCP are attributed to your user and audit-logged on the backend.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bevr_mcp-0.1.0.tar.gz.
File metadata
- Download URL: bevr_mcp-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.11 {"installer":{"name":"uv","version":"0.10.11","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f215a02192b66e5772b06bc78261162608ada4cb61cb7f54d03e6707fb5a67d7
|
|
| MD5 |
8cbbb57e658ea95ea8b7965b40ef7897
|
|
| BLAKE2b-256 |
c4193651fb3f08d52a26a19bb0e786bb1862a6d67b3bce963847f1be27eefbcf
|
File details
Details for the file bevr_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bevr_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.11 {"installer":{"name":"uv","version":"0.10.11","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6967c14e731ee96a81e6c4e0a95e70bdb24ca0ca2dbbeab0d332e205c57c8e05
|
|
| MD5 |
6c9173061f3d4d42979c090d4e7213de
|
|
| BLAKE2b-256 |
f31c60a3d16f0574af3724497c322c27096130bcd233af15527545b35706b58a
|