jgrants-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jgrants-mcp中小企業向けの補助金を検索して"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jグランツ MCP サーバー
デジタル庁の補助金電子申請システム「Jグランツ」の公開APIをラップしたModel Context Protocol (MCP) サーバー。Claude DesktopなどのLLMが自然言語で補助金・助成金情報を検索・取得できるようにします。
🚀 クイックスタート
1. セットアップ
# リポジトリのクローン
git clone https://github.com/42tahara/jgrants-mcp.git
cd jgrants-mcp
# 仮想環境の作成と有効化
python3 -m venv venv
source venv/bin/activate # macOS/Linux
# 依存関係のインストール
pip install -r requirements.txt2. Claude Desktopへの設定
設定ファイル: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
{
"mcpServers": {
"jgrants": {
"command": "/絶対パス/venv/bin/python",
"args": ["/絶対パス/jgrants_mcp_server.py"]
}
}
}設定例は examples/claude_desktop_config.example.json を参照してください。
3. 動作確認
# MCPサーバーのテスト
python tests/test_mcp_server.pyRelated MCP server: jgrants-mcp-server
📚 ドキュメント
詳細なドキュメントは docs/ ディレクトリにあります:
完全版README - セットアップ方法、使い方、全ツール解説
使用例集 - 具体的なクエリパターンと実例
開発者ガイド - アーキテクチャ、API仕様、開発ワークフロー
AI向けガイド - Claude Code向けプロジェクト概要(ルート配置)
🛠️ 主な機能
提供ツール
search_subsidies- 補助金・助成金の検索キーワード検索、フィルタリング(業種、地域、従業員数など)
募集中のみ表示オプション
get_subsidy_detail- 特定の補助金の詳細情報取得全21フィールドの完全実装
HTML除去済みの見やすい形式
list_search_options- 検索フィルタオプション一覧利用可能な業種、地域、従業員数区分を表示
📁 プロジェクト構成
jgrants/
├── jgrants_mcp_server.py # メインのMCPサーバー実装
├── requirements.txt # 依存パッケージ
├── CLAUDE.md # Claude Code向けガイド
├── docs/ # 詳細ドキュメント
├── tests/ # テスト・検証スクリプト
└── examples/ # 設定ファイル例🔗 関連リンク
📄 ライセンス
このプロジェクトはMITライセンスの下で公開されています。
詳しい情報は docs/README.md をご覧ください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceデジタル庁による補助金APIをラップしたMCPサーバーです。Last updated3234MIT

jgrants-mcp-serverofficial
Alicense-qualityDmaintenanceMCP server for Japan's Jグランツ grant application system, enabling LLMs to search and retrieve subsidy information via natural language.Last updated47MIT- AlicenseBqualityDmaintenanceMCP server for the Japan National Tax Agency Corporate Number API, enabling corporate number lookup and search via local AI clients.Last updated31MIT
- Alicense-qualityDmaintenanceMCP server for searching and retrieving Japanese laws from the e-Gov API, enabling natural language queries for legal information.Last updated13MIT
Related MCP Connectors
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/42tahara/jgrants-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server