4,500+ servers built on MCP Fusion
Vinkius
Cordial logo
Vinkius
LlamaIndex logo

How to Use the Cordial MCP in LlamaIndex

Index your Cordial subscriber data and campaign metrics directly into LlamaIndex vector stores for grounded RAG queries.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Cordial MCP to LlamaIndex

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

Index contact attributes for LlamaIndex RAG

`list_contacts` pulls email addresses, opt-in statuses, and metadata directly into your LlamaIndex document store. This tool feeds raw subscriber profiles to your indexers to build a searchable database of user properties. Combining this with `get_subscriber_profile` lets you ground your agent's answers in actual, live customer data. Your queries pull from real-time profile states instead of stale database exports.

Search marketing campaigns with this MCP Server

`search_campaigns_by_name` locates active marketing runs and returns their schedules and high-level performance metrics. This MCP tool helps your indexer catalog past performance data for future analytical queries. Use `list_marketing_campaigns` alongside it to build a chronological index of your marketing history. Your LlamaIndex agent can then query this index to compare past campaign results.

Feed supplementary data tables to your index

`list_supplementary_data` retrieves metadata from your custom Cordial data collections. This tool exposes external tables used for message personalization so your agent can index custom relational structures. Your RAG pipeline queries these indexed tables to resolve complex context before generating email templates. It keeps your personalized content accurate without manual SQL exports.

Setup guide

Set up Cordial MCP in LlamaIndex

Prerequisites

  • Python 3.10+ installed
  • llama-index-tools-mcp package
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install llama-index-tools-mcp llama-index-llms-openai. The MCP tools package provides BasicMCPClient and McpToolSpec.

  2. 2

    Connect with BasicMCPClient

    Point BasicMCPClient to your Vinkius endpoint URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. Supports SSE and Streamable HTTP transports.

  3. 3

    Convert to LlamaIndex tools

    Call mcp_tool_spec.to_tool_list_async() to convert all Cordial MCP tools into native FunctionTool objects that any LlamaIndex agent can use.

  4. 4

    Run with any LLM

    Create a FunctionAgent with the tools and your preferred LLM. Swap OpenAI for Anthropic, Gemini, or any LlamaIndex-supported provider.

agent.py
from llama_index.tools.mcp import BasicMCPClient, McpToolSpec
from llama_index.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI

# Connect to the MCP
mcp_client = BasicMCPClient(
    "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
)
mcp_tool_spec = McpToolSpec(client=mcp_client)

# Convert MCP tools to LlamaIndex tools
tools = await mcp_tool_spec.to_tool_list_async()

# Create and run the agent
agent = FunctionAgent(
    tools=tools,
    llm=OpenAI(model="gpt-4o"),
    system_prompt="You have access to Cordial tools.",
)
response = await agent.run("List recent Cordial data")

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Cordial. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

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 Cordial MCP in LlamaIndex

Initialize the basic client and convert it to a tool spec using the LlamaIndex MCP adapter. Your pipeline can then fetch data from tools like `list_contacts` to build vector documents.
Yes, your agent can call `upsert_subscriber` when it needs to write new profile attributes back to your account. This action runs directly from your agent's function-calling toolset.
Your agent uses `search_campaigns_by_name` to find matching campaigns and then indexes the resulting JSON payload. This makes the campaign details searchable via semantic MCP queries.
You call `list_audience_segments` to retrieve segment IDs and subscriber counts. Your agent can use this information to filter index queries by specific user groups.
Your subscriber profiles and list memberships are processed in transit inside ephemeral V8 isolates. No custom attributes are ever written to persistent disk on our platform, keeping your customer records secure.

Start using the Cordial MCP today

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

Built & Managed by Vinkius 30s setup 10 tools

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

No hosting. No infrastructure. No complex setup.
All 10 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.