弁理士向け 商標公報 + 特許助成 fan-out

商標公報 OCR pivot (49K record)、特許庁/JST/NEDO 特許助成 fan-out、知財制度 timeline、技術導入補助加点要件を Claude Desktop 経由で 1 query。¥3/billable unit 完全従量、anonymous 3 req/日 free per IP

4 つの活用ケース

1. 商標公報 OCR pivot (49K record)

商標公報 49K record の Textract XML pivot 抽出。商標名・出願人・指定商品役務・分類で検索。CID glyph 日本語 PDF は XML metadata 経路で完全 recall。

example query: 「商標 X の類似先行登録 + 出願人 コホート + 指定商品/役務 同一クラス」

推奨 tool: trademark_ocr_search

// MCP sample call (¥3)
trademark_ocr_search({"q": "商標名", "class": "09"})

2. 特許助成 fan-out (中小企業向け)

特許庁・JST・NEDO・自治体の知財助成 コホート fan-out。中小企業特許出願補助 + PCT 国際出願補助 + 中小企業外国出願支援を一次 URL で整理。

example query: 「中小企業向け特許出願補助 + PCT 国際出願補助 一覧 + 採択事例」

推奨 tool: search_programs + saiyou_cohort_lookup

// MCP sample call (¥3 × 2 = ¥6)
search_programs({"q": "特許出願補助", "target": "sme"})
saiyou_cohort_lookup({"program_family": "ip_subsidy"})

3. 知財制度 timeline (法令 + 通達)

特許法・実用新案法・商標法・意匠法 + INPIT 通達 timeline。直近改正条文を一次 URL 引用付きで整理。

example query: 「特許法 直近 3 年 改正条文 + INPIT 通達 timeline」

推奨 tool: get_law_article_am + tsutatsu_search

// MCP sample call (¥3 × 2 = ¥6)
get_law_article_am({"law_id": "tokkyo", "article_range": "29-70"})
tsutatsu_search({"agency": "inpit", "since": "2023-01-01"})

4. ものづくり補助金 + 知財加点要件

ものづくり補助金・事業再構築 等の知財加点要件と過去採択事例 (特許保有・実用新案・意匠登録 等) を コホート 別に整理。

example query: 「ものづくり補助金 知財加点要件 + 採択事例 コホート」

推奨 tool: seido_lineage + saiyou_cohort_lookup

// MCP sample call (¥3 × 2 = ¥6)
seido_lineage({"program_family": "monodukuri"})
saiyou_cohort_lookup({"program_family": "monodukuri", "filter": "ip_extra_points"})

MCP install (Claude Desktop)

Claude Desktop の claude_desktop_config.json に下記を追加してください。

{
  "mcpServers": {
    "jpcite": {
      "command": "uvx",
      "args": ["autonomath-mcp"]
    }
  }
}

paid usage を有効化する場合は env に API key を追加。anonymous 3 req/日 free per IP は API key なしで利用可 (JST 翌日 00:00 リセット)。

使い始める

tier・seat・年間最低額なし。¥3/billable unit 完全従量のみ、anonymous 3 req/日 free per IP。