UPC-Intel
⚡ Developer & KM Syndication Center

Integrations, MCP & Developer API

Connect your AI reasoning agents (Claude Desktop, Cursor, ChatGPT), law firm intranets (Slack, Teams, Feedly), and enterprise KM dockets directly into UPC-Intel's pan-European patent radar.

Live Production MCP Endpoint

https://www.upcintel.com/api/mcp

Supports JSON-RPC 2.0 over HTTP POST & Server-Sent Events (SSE) stream over GET.

Cursor ConfigurationRecommended

In Cursor, open Settings > Features > MCP, click Add New MCP Server, set Type to SSE / HTTP, and paste the URL. Or add to .cursor/mcp.json:

{
  "mcpServers": {
    "upc-intel": {
      "url": "https://www.upcintel.com/api/mcp"
    }
  }
}
Smithery RegistrySmithery Badge

Install directly via the official Smithery registry or Claude Code CLI:

smithery mcp add @george-mvur/UPC-Intel
# Or via Claude Code CLI:
claude mcp add --transport http upc-intel https://www.upcintel.com/api/mcp

For Claude Desktop JSON config (claude_desktop_config.json):

{
  "mcpServers": {
    "upc-intel": {
      "url": "https://www.upcintel.com/api/mcp"
    }
  }
}

Exposed Model Context Protocol Tools

When connected, your AI assistant autonomously chooses and executes these 4 native tools:

search_european_docketsCross-Border

Search active European patent litigation proceedings across UPC, UK High Court, EPO Munich, Swiss BPatG, Spanish Commercial Courts, and Warsaw IP Court.

Parameters: query (string), limit (integer)
get_case_intelligenceStrategic Dossier

Retrieve plain-English strategic case teardowns, 15-second executive holdings, and actionable litigator practice pointers for any case.

Parameters: caseNumber (string, e.g. "UPC_CFI_1/2023")
get_judge_benchmarksJudicial Intelligence

Get empirical judicial intelligence on European patent judges: median days to preliminary injunction, grant rate propensity, and procedural bench tendencies.

Parameters: judgeName (string, e.g. "Dr. Matthias Zigann")
get_patent_asset_riskAsset Exposure

Analyze the European litigation posture of a specific patent: Unitary Patent (UP) status, opt-out risk, SEP/FRAND classification, and active proceedings.

Parameters: patentNumber (string, e.g. "EP 3 883 351")