npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

hojokin-navi-mcp

v1.1.0

Published

MCP Server for 補助金ナビ - 5サイト横断(digital-ai-hojokin / shouryokuka / physical-ai / shinjigyo / seichou)と jGrants API(デジタル庁)を統合。補助金・助成金・専門家・ベンダー・記事の検索に加え、掲載者向けリード管理・統計・プロフィール更新を20ツールで提供。

Readme

hojokin-navi-mcp

npm version License: MIT Node.js

日本の補助金・助成金情報をAIエージェントから検索できるMCPサーバー。 MCP server for searching Japanese subsidies and grants from AI agents.

5つの補助金ナビサイトのデータ(1,966記事1,331社のIT導入支援事業者、14名の専門家)とjGrants(デジタル庁)APIを統合した14ツールを提供します。


Quick Start

npx hojokin-navi-mcp

環境変数 HOJOKIN_API_KEY が必要です(後述)。


Installation / Setup

Claude Desktop

~/.claude/claude_desktop_config.json に追記:

{
  "mcpServers": {
    "hojokin-navi": {
      "command": "npx",
      "args": ["hojokin-navi-mcp"],
      "env": {
        "HOJOKIN_API_KEY": "hk_your_api_key_here"
      }
    }
  }
}

.mcp.json(Claude Code / Cursor など)

プロジェクトルートの .mcp.json に追記:

{
  "mcpServers": {
    "hojokin-navi": {
      "command": "npx",
      "args": ["hojokin-navi-mcp"],
      "env": {
        "HOJOKIN_API_KEY": "hk_your_api_key_here"
      }
    }
  }
}

直接実行

HOJOKIN_API_KEY=hk_xxx npx hojokin-navi-mcp

Authentication / 認証

APIキーの取得: https://digital-ai-hojokin.jp

| 環境変数 | 説明 | 必須 | |----------|------|------| | HOJOKIN_API_KEY | APIキー(hk_ + hex48文字) | 必須 | | HOJOKIN_BASE_URL | APIベースURL(デフォルト: https://digital-ai-hojokin.jp) | 任意 |


Rate Limits / レート制限

| 操作 | 上限 | |------|------| | Read(検索・参照系) | 200 リクエスト/分 | | Write(申込み系) | 30 リクエスト/分 |


Tools / ツール一覧(14ツール)

ユーティリティ(3)

| ツール名 | 説明 | 主要パラメータ | |----------|------|--------------| | health | サーバーのヘルスチェック。認証不要。5サイトの記事数・専門家数・ベンダー数を返す | なし | | sites_list | 補助金ナビ5サイトの一覧(コード・名称・ドメイン・説明)を返す | なし | | categories | 補助金記事のカテゴリ一覧を記事数付きで返す | site_code |

補助金・助成金検索(4)

| ツール名 | 説明 | 主要パラメータ | |----------|------|--------------| | subsidies_search | jGrants API(デジタル庁)と自社記事データ(5サイト計1,966件)を統合して検索 | keyword, prefecture, industry, min_amount, max_amount, deadline_within_days, site_code, limit | | subsidies_detail | 補助金・助成金の詳細情報を取得 | slug(自社記事)または subsidy_id(jGrants ID)、site_code | | subsidies_deadline | 締切が近い補助金一覧を取得 | days, prefecture, limit | | subsidies_match | 業種・地域・企業規模・目的から最適な補助金をスコア付きで提案 | industry, prefecture, employee_count, purpose, limit |

専門家(2)

| ツール名 | 説明 | 主要パラメータ | |----------|------|--------------| | experts_search | 中小企業診断士・行政書士・税理士等の補助金専門家を検索 | prefecture, license_type, specialty, keyword, site_code, limit | | experts_detail | 専門家の詳細情報(経歴・専門分野・連絡先・相談URL)を取得 | slug(必須)、site_code |

ベンダー・IT導入支援事業者(2)

| ツール名 | 説明 | 主要パラメータ | |----------|------|--------------| | vendors_search | 登録1,331社からIT導入支援事業者を検索 | prefecture, industry, keyword, limit | | vendors_detail | ベンダーの詳細情報(住所・対応業種・プロセス・URL)を取得 | slug(必須) |

記事(2)

| ツール名 | 説明 | 主要パラメータ | |----------|------|--------------| | articles_search | 5サイト計1,966件の記事を横断検索 | keyword, category, site_code, limit | | articles_detail | 記事の詳細(タイトル・説明・カテゴリ・タグ・URL)を取得 | slug(必須)、site_code |

相談申込み(1)

| ツール名 | 説明 | 主要パラメータ | |----------|------|--------------| | consult_request | 無料相談を申し込む(Write操作) | name(必須)、email(必須)、prefecture(必須)、inquiry_type(必須)、message(必須)、phone, company_name, site_code |


Data Sources / データソース

| ソース | 説明 | |--------|------| | digital-ai-hojokin.jp | デジタル・AI補助金ナビ | | shouryokuka-hojokin.jp | 省力化補助金ナビ | | physical-ai-hojokin.jp | フィジカルAI補助金ナビ | | shinjigyo-hojokin.jp | 新事業進出補助金ナビ | | seichou-kasokuka-hojokin.jp | 成長加速化補助金ナビ | | jGrants API(デジタル庁) | 全国の補助金・助成金情報(公式API) |

jGrantsデータはデジタル庁が公開するjGrants APIから取得しています。データの正確性・最新性はデジタル庁のAPI提供状況に依存します。


Usage Example / 使用例

# AI エージェントからの利用例

「東京都の中小製造業が申請できるIT補助金を探して」
→ subsidies_match で industry=製造業、prefecture=東京都、purpose=IT導入 を実行

「IT導入補助金の締切まで30日以内のものをリストアップして」
→ subsidies_deadline で days=30 を実行

「東京都で中小企業診断士の補助金専門家を探して」
→ experts_search で prefecture=東京都、license_type=中小企業診断士 を実行

Disclaimer / 免責事項

本MCPサーバーが提供する補助金・助成金情報の正確性・完全性・最新性を保証するものではありません。申請前に必ず各補助金の公式情報・募集要項をご確認ください。

This MCP server does not guarantee the accuracy, completeness, or timeliness of subsidy information. Always verify with official sources before applying.


License

MIT


Operator / 運営

ASI inc.https://asi.co.jp

補助金ナビ各サイト: digital-ai-hojokin.jp