MCP Server

Give your AI agents real customer context.

Inoyu ships with a native Model Context Protocol (MCP) server — enabling AI assistants and agents to query live customer profiles, history, and segments in real time.

The standard for AI tool integration

Model Context Protocol (MCP) is the open standard that lets AI agents call external tools. Inoyu implements it natively — your agents get structured customer data with zero custom glue code.

AI-ready MCP integration illustration

MCP capabilities

Everything your AI agents need to deliver personalized, context-aware interactions at scale.

Native MCP server

Built-in MCP server with no configuration required. Connect any MCP-compatible AI client out of the box.

Real-time profile queries

AI agents can fetch complete customer profiles — traits, events, and summaries — in a single structured MCP call.

Segment membership

Check which segments a customer belongs to in real time — enabling agents to tailor responses based on audience membership.

Event history

Query a customer's full interaction history — purchases, page views, form fills — to give agents deep behavioral context.

Consent-aware responses

The MCP server automatically filters data based on consent status — agents only see what the customer has permitted.

Works with any MCP client

Compatible with Claude, ChatGPT, Cursor, and any tool that implements the Model Context Protocol standard.

Example integration

Connect in minutes

Add Inoyu's MCP server to your AI agent configuration and instantly unlock customer profile access. The example shows how an agent can retrieve a full customer profile with a single tool call.

  • No custom API wrappers required
  • Structured JSON responses every time
  • Consent and privacy enforced at the server level
  • Works with stdio and HTTP transport modes
mcp-config.json
// MCP server configuration
{
  "mcpServers": {
    "inoyu": {
      "command": "npx",
      "args": [
        "@inoyu/mcp-server"
      ],
      "env": {
        "INOYU_URL": "https://your-inoyu-instance",
        "INOYU_API_KEY": "your-api-key"
      }
    }
  }
}
// Example agent tool call
get_customer_profile({
  identifier: "user@example.com",
  include: [
    "traits",
    "segments",
    "recent_events",
    "ai_summary"
  ]
})

Works with your AI stack

Any tool that speaks MCP can connect to Inoyu. No custom integration work required.

Claude (Anthropic) ChatGPT (OpenAI) Cursor Windsurf Zed Custom MCP clients

Ready to give your AI agents real customer context?

Connect your AI stack to live customer data with Inoyu's native MCP server.

Get in touch