What is MCP?
The Model Context Protocol (MCP) is an open standard for connecting AI agents to external data and tools. Developed by Anthropic and adopted across the industry, MCP is becoming the common language enterprises use to expose data to AI systems—regardless of which vendor’s agents are consuming it. Think of MCP as a universal adapter. Instead of building custom integrations for every AI platform, you build one MCP server and any compliant agent can use it. This matters for enterprises because:- Standardization — Define once how your data is accessed, enforce it everywhere. Your CDP, product catalog, and internal knowledge base speak the same protocol whether Gradial, your internal tools, or other vendor agents are calling them.
- Interoperability — As more platforms adopt MCP, your agents can communicate with each other. A Gradial agent executing a content workflow can hand off to another vendor’s agent for specialized tasks, passing context seamlessly.
- Future-proofing — Investing in MCP means your data infrastructure works with tomorrow’s AI tools, not just today’s. The protocol is designed to evolve with the ecosystem.
- Control — You decide exactly what data and capabilities to expose. MCP servers sit in your infrastructure, behind your security controls, serving only what you explicitly permit.
Why Connect an MCP Agent?
MCP integrations let you extend what Gradial agents can do without waiting for native integrations. Common use cases include:- First-party data access — Connect your CDP, data warehouse, or customer database so agents can personalize content using real audience data
- Internal tool access — Expose internal APIs, proprietary calculators, or business logic to agents
- Custom content sources — Pull from internal knowledge bases, product catalogs, or pricing systems
- Workflow automation — Trigger actions in systems that don’t have native Gradial integrations
Prerequisites
Before you begin, make sure you have:- A running MCP server that implements the MCP specification
- The server’s base URL and endpoint path
- Authentication credentials (if required)
- Admin or Integrations permissions in Gradial
Your MCP server must be accessible from Gradial’s infrastructure. If your server is behind a firewall, you’ll need to allowlist Gradial’s IP addresses. Contact support for the current list.
Using Your MCP Agent
Once connected, your MCP agent becomes available to Gradial agents automatically. The agent capabilities description helps Gradial decide when to use your MCP tools. To explicitly invoke your MCP agent in a prompt or workflow:Example: First-Party Data MCP
A common pattern is connecting a first-party data MCP to personalize content at scale. Setup:- Integration Name:
Customer Data Platform - Base URL:
https://cdp-api.yourcompany.com - Endpoint Path:
/mcp - Capabilities: “Query customer segments, retrieve audience attributes, look up product affinity scores, and fetch personalization rules by segment ID.”