get_abstract

Pack: epo-ops · Endpoint: https://gateway.pipeworx.io/epo-ops/mcp

Abstract text for a patent.

Parameters

NameTypeRequiredDescription
numberstringyesPatent number, epodoc format

Example call

curl -X POST https://gateway.pipeworx.io/epo-ops/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_abstract","arguments":{}}}'

Response shape

FieldTypeDescription
abstractobjectAbstract content
Full JSON Schema
{
  "type": "object",
  "description": "Abstract text and metadata for a patent",
  "properties": {
    "abstract": {
      "type": "object",
      "description": "Abstract content",
      "properties": {
        "p": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Abstract paragraphs"
            }
          ]
        }
      }
    }
  }
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "epo-ops": {
      "url": "https://gateway.pipeworx.io/epo-ops/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026