Skip to main content
Glama
nakulk02

IP Contingency MCP Server

by nakulk02

IP Contingency MCP Server

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

Related MCP server: patent-mcp

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

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nakulk02/ip-contingency-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server