@inoyu/mcp-unomi-server

general MCP Server

An implementation of Anthropic's Model Context Protocol for the Apache Unomi CDP

Install Ready
generalgeneral
1 views9 stars9 forksv0.2.0Apache-2.0

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
9
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx @inoyu/mcp-unomi-server

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-inoyu-mcp-unomi-server": {
      "command": "npx",
      "args": [
        "@inoyu/mcp-unomi-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

19
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (19)

Example

```json

Required

for event tracking and profile updates

search_profiles

Search for profiles

Supports

string, number, boolean, and null values

Takes

scope identifier and optional name/description

Searches

across firstName, lastName, and email fields

get_profile

Retrieve a specific profile by ID

get_tenant_info

Get information about the current tenant (V3 only)

update_my_profile

Update properties of your profile

No

parameters required

get_my_profile

Get your profile using environment variables

Optional

parameters:

Returns

tenant details, version information, and key status

Only

available when using Unomi V3

requireSegments

Include segment information

Uses

UNOMI_PROFILE_ID from environment or email lookup

requireScores

Include scoring information

Automatically

generates a session ID based on the current date

create_scope

Create a new Unomi scope