Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

IP Contingency Server

БесплатноНе проверен

Enables AI-powered analysis of IP assignment compliance, including gap detection, anomaly detection, and risk prediction.

GitHubEmbed

Описание

Enables AI-powered analysis of IP assignment compliance, including gap detection, anomaly detection, and risk prediction.

README

Intelligent analysis server for IP assignment compliance. Provides AI-powered insights on IP ownership gaps.

Tools

  1. analyzeGaps - Identify patterns in IP ownership gaps
  2. recommendActions - Get specific actions for resolving gaps
  3. detectAnomalies - Find red flags and unusual patterns
  4. generateAdvisory - Generate executive compliance reports
  5. rankPriorities - Intelligently rank gaps by urgency
  6. queryAssignments - Natural language search
  7. checkCompliance - Validate against jurisdiction rules
  8. predictRisk - Predict likely outcomes

Architecture

src/
├── index.ts           # Main server entry
├── tools/             # Intelligence tools (8 tools)
├── prompts/           # System prompts for each tool
├── utils/             # Utilities (LLM client, data formatters)
└── types/             # TypeScript interfaces

Installation

npm install
cp .env.example .env
# Add your ANTHROPIC_API_KEY to .env

Development

npm run build
npm run dev

Usage Example

import { processTool } from './src/index.js';

const gaps = [
  {
    id: "gap1",
    personName: "John Doe",
    personRole: "EMPLOYEE",
    assetType: "PATENT",
    jurisdiction: "CN",
    riskScore: 85,
    riskLevel: "HIGH",
    daysOverdue: 120,
    // ... other fields
  }
];

const result = await processTool({
  tool: 'analyzeGaps',
  input: { gaps }
});

console.log(result.data);

Integration with IP Contingency Tracker

The MCP server provides intelligence endpoints that the main app calls:

  • GET /api/v1/intelligence/analyze-gaps → calls analyzeGaps
  • GET /api/v1/intelligence/recommendations → calls recommendActions
  • GET /api/v1/intelligence/anomalies → calls detectAnomalies
  • etc.

Modular Design

Each tool is:

  • Independent - Can be used separately
  • Testable - Has clear inputs/outputs
  • Reusable - Can be called from multiple places
  • Typed - Full TypeScript support

Tool Categories

Pattern Analysis

  • analyzeGaps
  • detectAnomalies
  • rankPriorities

Recommendations

  • recommendActions
  • generateAdvisory
  • predictRisk

Search & Validation

  • queryAssignments
  • checkCompliance

from github.com/nakulk02/ip_contingency_mcp

Установка IP Contingency Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/nakulk02/ip_contingency_mcp

FAQ

IP Contingency Server MCP бесплатный?

Да, IP Contingency Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для IP Contingency Server?

Нет, IP Contingency Server работает без API-ключей и переменных окружения.

IP Contingency Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить IP Contingency Server в Claude Desktop, Claude Code или Cursor?

Открой IP Contingency Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare IP Contingency Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai