← patentprecheck.com

INDIVIDUAL MCP TOOL

precheck_prior_art

Return the closest prior-art matches consulted for an invention (titles, sources, similarity scores, URLs).

patentprecheck.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

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: patent-precheck
Remote MCP URL: https://patentprecheck.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": {
    "patent-precheck": {
      "url": "https://patentprecheck.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • precheck_score — Run a patentability pre-check on source code or an invention description.
  • precheck_rejection_patterns — Preview examination-risk signals: similar office-action rejections, abandonment patterns, and the primary statutory basis an examiner might cite (§101/§102/§103).
  • precheck_legal_context — Return a short snippet of current US software-patent legal guidance (CAFC, USPTO, Alice/§101) relevant to scoring this invention.
  • precheck_pillars — List the five patentability pillars (with statutes and weights) and the band rules used by precheck_score.
  • precheck_start_review — Return the URL where the user can start a paid (or promo-unlocked) Interactive Code Review that strengthens each pillar with evidence and produces a filing package.
  • precheck_search_corpus — Fast semantic search against the 1M+ prior-art corpus without LLM scoring.
  • precheck_cpc_suggest — Suggest Cooperative Patent Classification (CPC) codes for an invention description.
  • precheck_session_status — Return status for an active Interactive Code Review session.