Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

universal_mcp_klaviyo-0.1.1.tar.gz (160.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

universal_mcp_klaviyo-0.1.1-py3-none-any.whl (43.9 kB view details)

Uploaded Python 3

File details

Details for the file universal_mcp_klaviyo-0.1.1.tar.gz.

File metadata

File hashes

Hashes for universal_mcp_klaviyo-0.1.1.tar.gz
Algorithm Hash digest
SHA256 373aca381eac6dec9cd1a2c6471c6e030d7a48e3a18497e87a5c0e233a95be97
MD5 d7ed4848f266b8bdb0d2a47a2c81cdbd
BLAKE2b-256 cfe7b937c87a40490fdffacb53a25c93e4de8e297fc26b677a9ab612f2802f6d

See more details on using hashes here.

File details

Details for the file universal_mcp_klaviyo-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for universal_mcp_klaviyo-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b45d372297f3206c87502d3d5dea948c1e211340f7b4cf6f7ed833034d2cff35
MD5 e63dd8d128a88e01221298cdb8d018da
BLAKE2b-256 849c9df8ddb967300c10d567cc9631397449d268ef1d9cc5634864680e0803e7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page