← gleanmark.com

INDIVIDUAL MCP TOOL

get_latest_office_action

Get the latest office action for a trademark serial number, plus the latest recorded response if one exists, and the VERIFIED refusal grounds (with cited registration numbers) parsed from the OA text.

gleanmark.comnone authenticationAvailability not checked

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 endpoint

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-com]
url = "https://gleanmark.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: gleanmark-com
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-com": {
      "url": "https://gleanmark.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "gleanmark-com",
  "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

  • get_owner_ttab_enforcement — Analyze one trademark owner's TTAB enforcement in a single call.
  • search_ttab_proceedings — Search TTAB proceedings using the same discovery index as the GleanMark TTAB workspace.
  • 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.
  • search_claimed_colors — Search or count US trademarks by the colours they claim, parsed from USPTO colour-claim statements.
  • 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.
  • get_owner_ai_summary — Get an AI-generated strategic analysis of a trademark owner.
  • get_mark_ai_summary — Get an AI-generated deep-dive summary of a specific trademark.
  • run_dupont_analysis — Run a full 13-factor DuPont likelihood of confusion analysis between two trademarks.