Vinkius
Refiner logo
Vinkius
Vinkius runs on CrewAI

How to Use the Refiner MCP in CrewAI

Deploy a crew of specialized agents using CrewAI and this MCP Server to analyze Refiner feedback.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Refiner MCP to CrewAI

Create your Vinkius account to connect Refiner 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

Key Capabilities

Multi-Agent NPS Analysis with CrewAI

Instead of one agent doing everything, CrewAI lets you split the work. This MCP Server lets you split tasks: a research agent uses `list_refiner_responses` to pull recent NPS scores, while an analyst agent categorizes the qualitative text feedback into feature requests and bug reports. This multi-agent setup uses shared memory to keep context across tasks. The agents collaborate to isolate high-value accounts that left poor scores, ensuring your product team gets a curated list of issues that actually matter.

Autonomous User Profile Enrichment

Let your crew keep your CRM and survey tools in sync without human intervention. An operations agent can run `list_refiner_contacts` to find profiles missing key company details, then pass those contacts to a research agent. Once the research agent finds the missing data, a third agent uses `identify_refiner_user` to update the profile in Refiner. You can configure this using standard CrewAI sequential execution to run every night.

Targeted Survey Distribution by CrewAI

Stop blasting surveys to every user at random times. Your CrewAI agents can analyze product usage patterns and call `list_refiner_surveys` to find the right in-app questionnaire for a specific user cohort. The crew then triggers `track_refiner_event` to fire the exact event that prompts the micro-survey in your web app. This ensures your NPS and feedback prompts only appear when users are highly engaged.

Setup guide

Set up Refiner 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 Refiner tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Refiner 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 Refiner MCP in CrewAI

The easiest way is passing your Vinkius HTTP endpoint URL directly into the `mcps` array when initializing your CrewAI agent. The framework handles the tool discovery and registration automatically.
Yes, you can use `MCPServerHTTP` along with a `tool_filter` to only expose safe read tools like `list_refiner_segments` while blocking write tools like `identify_refiner_user`.
CrewAI manages task execution sequentially or hierarchically. This prevents your agents from spamming `track_refiner_event` simultaneously and helps you stay within your API rate limits.
You can have a starter task run `check_refiner_status`. If the task succeeds, your crew knows the API is live and can proceed with analyzing surveys and updating contacts.
Your user segments accessed via `list_refiner_segments` are processed entirely in memory during the crew's execution. Vinkius runs the underlying MCP Server in an ephemeral sandbox, leaving no persistent footprint of your user data.

Start using the Refiner MCP today

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

Built & Managed by Vinkius 30s setup 8 tools

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

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

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on 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.