← gleanmark.com

INDIVIDUAL MCP TOOL

get_cohort_event_intervals

Aggregate event-to-event pendency across a COHORT of marks — e.g.

gleanmark.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://gleanmark.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_cohort_event_intervals and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

gleanmark.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.gleanmark]
url = "https://gleanmark.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gleanmark": {
      "type": "http",
      "url": "https://gleanmark.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gleanmark
Remote MCP URL: https://gleanmark.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "gleanmark": {
      "url": "https://gleanmark.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gleanmark": {
      "type": "http",
      "url": "https://gleanmark.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gleanmark",
  "transport": "streamable-http",
  "url": "https://gleanmark.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • analyze_prosecution_history — Analyze the full prosecution history of a trademark — narrative timeline of office actions, responses, examiner decisions, and current status, with examiner-behavior patterns.
  • analyze_ttab_proceeding — Analyze a TTAB (Trademark Trial and Appeal Board) proceeding in depth — fetches and analyzes proceeding documents, identifies key arguments, and returns a structured summary with timeline, party positions, and strategic assessment.
  • check_brand_availability — Quick brand availability check — combines domain availability with a trademark conflict signal.
  • check_domain_availability — Check domain availability for a brand name.
  • compare_marks — Compare two trademarks for likelihood of confusion using DuPont-style analysis.
  • count_trademarks_by_attributes — Count and preview USPTO marks by record attributes rather than owner identity, with mark-type, standard-character, and Nice-class breakdowns plus metadata coverage.
  • get_class_relationships — Look up coordinated Nice classes or related Nice classes for a given class number.
  • get_correspondent_marks — Get all trademarks handled by a specific attorney/correspondent, with prosecution event counts and office action flags.