MCP Changelog

Midpage MCP versioned endpoints let production integrations pin to a stable tool contract:

  • MCP v3: https://app.midpage.ai/mcp/v3
  • MCP v2: https://app.midpage.ai/mcp/v2
  • MCP v1: https://app.midpage.ai/mcp/v1
  • Current latest contract: https://app.midpage.ai/mcp/v3

The unversioned endpoint, https://app.midpage.ai/mcp, always points to the latest MCP tool version.

v3

MCP v3 adds federal docket tools in preview:

  • analyzeDocketReport
  • analyzeDocketFiling

The opinion research tools are unchanged from v2:

  • search
  • findInOpinion
  • analyzeOpinion

The unversioned endpoint, https://app.midpage.ai/mcp, now points to v3. Integrations that only need the stable opinion research contract can stay pinned to https://app.midpage.ai/mcp/v2.

The docket tools are in preview. They are available for federal docket report and filing analysis, but their contracts may change as we refine docket retrieval workflows.

v2

MCP v2 keeps the same three tools:

  • search
  • findInOpinion
  • analyzeOpinion

The search and findInOpinion tool contracts are unchanged.

analyzeOpinion changes its output contract:

v1 v2
supportedPropositions[].pinCiteUrl supportedPropositions[].deeplinkURL
No disposition field Required disposition field
No supportedPropositions[].opinionSection field Optional supportedPropositions[].opinionSection field

Use the MCP v2 docs for the complete v2 contract.

v1

MCP v1 is the original stable contract. Use MCP v1 if your integration depends on supportedPropositions[].pinCiteUrl or has not yet migrated to v2.