Skip to main content
Glama

IP Defender Trademark Monitoring MCP

Server Details

Trademark filing monitor across 40+ countries - detect filings that resemble your brand.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Removedautoblog
  2. 1 tool update
    • Addedautoblog
  3. 1 tool update
    • Changedconflict9 fields changed
      • changedInput schema / description
        Previous value: -"List, read, or update IP Defender conflict records (conflicting trademark applications detected by an alert). The 'op' field selects the operation; 'id' is required for 'read' and 'update'; 'alertId' optionally filters 'list' to a single alert."New value: +"List, read, update, or delete IP Defender conflict records (conflicting trademark applications detected by an alert). The 'op' field selects the operation; 'id' is required for 'read', 'update', and 'delete'; 'alertId' optionally filters 'list' to a single alert."
      • changedInput schema / properties / alertId / description
        Previous value: -"Alert ID. When provided with op='list', only conflicts belonging to this alert are returned. Ignored for 'read' and 'update'."New value: +"Alert ID. When provided with op='list', only conflicts belonging to this alert are returned. Ignored for 'read', 'update', and 'delete'."
      • changedInput schema / properties / data / description
        Previous value: -"Conflict payload. Required for 'update'. Ignored for 'list' and 'read'."New value: +"Conflict payload. Required for 'update'. Ignored for 'list', 'read', and 'delete'."
      • changedInput schema / properties / id / description
        Previous value: -"Conflict ID. Required for 'read' and 'update'. Ignored for 'list'."New value: +"Conflict ID. Required for 'read', 'update', and 'delete'. Ignored for 'list'."
      • changedInput schema / properties / op / description
        Previous value: -"Operation to perform: 'list' returns all conflicts for the user (or for a single alert when 'alertId' is given); 'read' returns one conflict with its parent alert; 'update' changes the state of one conflict."New value: +"Operation to perform: 'list' returns all conflicts for the user (or for a single alert when 'alertId' is given); 'read' returns one conflict with its parent alert; 'update' changes the state of one conflict; 'delete' removes one conflict."
      • changedInput schema / properties / op / enum
        Previous value: -[
        -  "list",
        -  "read",
        -  "update"
        -]New value: +[
        +  "list",
        +  "read",
        +  "update",
        +  "delete"
        +]
      • changedOutput schema / description
        Previous value: -"Raw structured payload for the conflict MCP tool. Wrapped by the MCP gateway in { content, isError, structuredContent }. The 'data' field is always present; 'baseURL' is present for op='list', 'read', and 'update'; 'counts' is present for op='list'; 'alert' is present for op='read'."New value: +"Raw structured payload for the conflict MCP tool. Wrapped by the MCP gateway in { content, isError, structuredContent }. The 'data' field is always present; 'baseURL' is present for op='list', 'read', 'update', and 'delete'; 'counts' is present for op='list'; 'alert' is present for op='read'."
      • changedOutput schema / properties / data / description
        Previous value: -"Conflict data. For 'list' it is an array of conflict objects. For 'read' and 'update' it is a single conflict object."New value: +"Conflict data. For 'list' it is an array of conflict objects. For 'read' and 'update' it is a single conflict object. For 'delete' it is an object with { deleted: true }."
      • changedOutput schema / properties / data / oneOf
        Previous value: -[
        -  {
        -    "description": "Array of conflicts (op='list').",
        -    "items": {
        -      "$ref": "#/$defs/conflict"
        -    },
        -    "type": "array"
        -  },
        -  {
        -    "$ref": "#/$defs/conflict"
        -  }
        -]New value: +[
        +  {
        +    "description": "Array of conflicts (op='list').",
        +    "items": {
        +      "$ref": "#/$defs/conflict"
        +    },
        +    "type": "array"
        +  },
        +  {
        +    "$ref": "#/$defs/conflict"
        +  },
        +  {
        +    "additionalProperties": false,
        +    "description": "Deletion result (op='delete').",
        +    "properties": {
        +      "deleted": {
        +        "const": true,
        +        "description": "Always true when the conflict was deleted.",
        +        "type": "boolean"
        +      }
        +    },
        +    "required": [
        +      "deleted"
        +    ],
        +    "type": "object"
        +  }
        +]
  4. 1 tool update
    • Removedecho
  5. 3 tool updates
    • Addedbilling
    • Addedconflict
    • Addedsettings
  6. 3 tool updates
    • First observedalert
    • First observedecho
    • First observedgetPricingList

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    A trademark research and monitoring MCP server that provides access to a normalized trademark corpus across 30+ registers, with provenance on every record, watch/monitoring capabilities, conflict research via Nice class, and portfolio management tools—without returning legal verdicts, leaving availability judgments to qualified professionals.
    6
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Not another TSDR wrapper. Most trademark MCP servers wrap the USPTO's TSDR endpoint, which returns a single record when you already know its serial or registration number. Ours searches and filters the whole register. Your agent can find the marks it doesn't already have the numbers for.
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides comprehensive trademark information services, including fuzzy company search, detailed trademark status tracking, and statistical analysis. Users can analyze trademark portfolios by tracking application trends, registration data, and category distributions for specific companies.
    2
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation4/5

Each tool targets a distinct domain area: alerts, conflicts, billing, pricing, and settings. There is minor potential confusion between billing's 'rate' operation and getPricingList, since both relate to pricing, but the descriptions make the difference clear.

Naming Consistency3/5

Four tools follow a simple single-word lowercase noun pattern (alert, billing, conflict, settings), while getPricingList breaks the pattern with camelCase and a verb prefix. The naming is readable but not fully consistent.

Tool Count5/5

Five tools is a well-scoped set for a trademark monitoring service. Each tool covers a necessary functional area without unnecessary redundancy or bloat.

Completeness4/5

The set covers the main lifecycle needs: alert CRUD, conflict management, billing visibility, pricing discovery, and account settings. Minor gaps exist, such as no direct tool for managing monitored territories, but core workflows are supported.

Resources