A Universal MCP Application: universal_mcp_klaviyo
Project description
Welcome to the Universal MCP Klaviyo API. This project provides a starting point for your API application, generated automatically by MCP CLI to help you kickstart your development quickly.
📋 Prerequisites
Before you begin, ensure you have met the following requirements:
- Python 3.11+ (Recommended)
- uv installed globally (
pip install uv)
🛠️ Setup Instructions
Follow these steps to get the development environment up and running:
1. Sync Project Dependencies
Navigate to the project root directory (where pyproject.toml is located).
uv sync
This command uses uv to install all dependencies listed in pyproject.toml into a virtual environment (.venv) located in the project root.
2. Activate the Virtual Environment
Activating the virtual environment ensures that you are using the project's specific dependencies and Python interpreter.
- On Linux/macOS:
source .venv/bin/activate
- On Windows:
.venv\\Scripts\\activate
3. Start the MCP Inspector
Use the MCP CLI to start the application in development mode.
mcp dev src/universal_mcp_klaviyo/mcp.py
The MCP inspector should now be running. Check the console output for the exact address and port.
🚀 Usage
Once the server is running, you can test the tools and interact with them.
📁 Project Structure
The generated project has a standard layout:
.
├── src/ # Source code directory
│ └── universal_mcp_klaviyo/
│ ├── __init__.py
│ └── mcp.py # Server is launched here
│ └── app.py # Application tools are defined here
├── tests/ # Directory for project tests
├── .env # Environment variables (for local development)
├── pyproject.toml # Project dependencies managed by uv
├── README.md # This file
➡️ Next Steps
📄 License
This project was generated using MCP CLI — Happy coding! 🚀
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 universal_mcp_klaviyo-0.1.1.tar.gz.
File metadata
- Download URL: universal_mcp_klaviyo-0.1.1.tar.gz
- Upload date:
- Size: 160.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
373aca381eac6dec9cd1a2c6471c6e030d7a48e3a18497e87a5c0e233a95be97
|
|
| MD5 |
d7ed4848f266b8bdb0d2a47a2c81cdbd
|
|
| BLAKE2b-256 |
cfe7b937c87a40490fdffacb53a25c93e4de8e297fc26b677a9ab612f2802f6d
|
File details
Details for the file universal_mcp_klaviyo-0.1.1-py3-none-any.whl.
File metadata
- Download URL: universal_mcp_klaviyo-0.1.1-py3-none-any.whl
- Upload date:
- Size: 43.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b45d372297f3206c87502d3d5dea948c1e211340f7b4cf6f7ed833034d2cff35
|
|
| MD5 |
e63dd8d128a88e01221298cdb8d018da
|
|
| BLAKE2b-256 |
849c9df8ddb967300c10d567cc9631397449d268ef1d9cc5634864680e0803e7
|