4,500+ servers built on MCP Fusion
Vinkius
Zinrelo logo
Vinkius
CrewAI logo

How to Use the Zinrelo MCP in CrewAI

Build autonomous loyalty operations with Zinrelo using CrewAI's specialized agent teams.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Zinrelo MCP on Cursor AI Code Editor MCP Client Zinrelo MCP on Claude Desktop App MCP Integration Zinrelo MCP on OpenAI Agents SDK MCP Compatible Zinrelo MCP on Visual Studio Code MCP Extension Client Zinrelo MCP on GitHub Copilot AI Agent MCP Integration Zinrelo MCP on Google Gemini AI MCP Integration Zinrelo MCP on Lovable AI Development MCP Client Zinrelo MCP on Mistral AI Agents MCP Compatible Zinrelo MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Zinrelo MCP to CrewAI

Create your Vinkius account to connect Zinrelo to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Automate Point Earning and Deduction

You can assign a 'Finance Agent' to handle point changes. This agent uses `award_points_purchase` for positive actions and `deduct_points` when points must be removed. The shared memory allows the monitoring agent to keep track of every adjustment, making auditing straightforward.

Manage Member Lifecycle

The 'Onboarding Agent' handles user records using `enroll_member`. It ensures that whether a member is new or updating their profile, the record remains current. A dedicated task can use `get_member_details` to pull all necessary account information before initiating any changes.

Process Rewards and View History

An 'Operations Agent' executes tasks like checking point eligibility or running a reward exchange using `redeem_reward`. It can also list all transactions via `list_member_transactions`. For high-level views, the crew can run `list_loyalty_members` to gather data on the entire user base.

Setup guide

Set up Zinrelo MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Zinrelo tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Zinrelo Analyst",
    goal="Access and analyze Zinrelo data via MCP.",
    backstory="Expert analyst with direct Zinrelo access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Zinrelo transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Zinrelo MCP in CrewAI

Assign a specialized agent to handle point tasks. This agent can run `award_points_activity` or manually use `deduct_points`. The crew ensures that these actions are logged correctly into the member's history.
The MCP Server deals with loyalty points, including purchase records and transaction histories. It manages specific user attributes like name and membership status.
Yes. You write a dedicated task for an agent to call `enroll_member`. This allows the crew to run autonomous onboarding operations without human intervention, creating or updating records as needed.
The 'Monitoring Agent' can use `list_loyalty_members` to pull the full list of enrolled users. This data is then passed to other specialized agents for analysis or reporting.
Absolutely. You can task an agent with calling `get_member_details` and passing that information to another agent, allowing the crew to make decisions based on the current membership standing.

Start using the Zinrelo MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 9 tools

We've already built the connector for Zinrelo. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 9 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.