jgrants-mcp-poc
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-poc製造業向けの補助金を検索して"
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グランツ Subsidy Search MCP — torchi PoC
A read-only remote MCP server that lets you use the Digital Agency's Jグランツ public API from MCP clients such as Notion.
Based on the Digital Agency's public sample digital-go-jp/jgrants-mcp-server, it adds authentication, health checks, container configuration, and output volume control for always-on operation on Sliplane.
Provided Tools
ping— connection checksearch_subsidies— search by keyword, region, industry, number of employees, and purpose of useget_subsidy_overview— aggregate by application deadline period and maximum grant amountget_subsidy_detail— get details and a list of attached documentsget_file_content— convert only the selected attached document to Markdown
Search results include the official Jグランツ URL and attribution. The retrieved information is for reference only; please check the official page for the latest information before applying.
Related MCP server: koko-call-mcp
Remote Configuration
Notion
-> HTTPS + Bearer token
-> Caddy gateway(公開)
-> FastMCP server(Sliplane内部のみ)
-> Jグランツ公開API/healthis exposed without authentication for monitoring./mcpvalidates the same Bearer token on both the Gateway and the MCP server itself.The token is stored only in Sliplane's Secret environment variables and is never placed in GitHub or logs.
Attached documents are stored in the MCP server's temporary storage area, and only the content of the required files is returned.
Local Development
Requires Python 3.10 or later and uv.
uv sync
uv run pytest
JGRANTS_REQUIRE_AUTH=0 uv run python -m jgrants_mcp_serverThe Docker configuration with authentication is as follows:
cp .env.example .env
# .envのMCP_AUTH_TOKENを32文字以上のランダム値へ変更
docker compose up --build
curl http://localhost:8080/health
curl -i http://localhost:8080/mcpAn unauthenticated request to /mcp returns HTTP 401.
Sliplane Configuration
Create two services from the same GitHub repository.
jgrants-mcp
Dockerfile:
DockerfilePublic: Off
Healthcheck:
/healthEnvironment variables:
JGRANTS_HOST=0.0.0.0JGRANTS_PATH=/mcpJGRANTS_REQUIRE_AUTH=1MCP_AUTH_TOKEN=<secret>PORT=8000
jgrants-mcp-gateway
Dockerfile:
gateway/DockerfilePublic: On
Healthcheck:
/healthEnvironment variables:
MCP_AUTH_TOKEN=<same secret>UPSTREAM_URL=http://jgrants-mcp.internal:8000
Configure automatic deployment for pushes to main. In Notion, register the Gateway's public URL with /mcp appended, along with the Bearer token.
License and Attribution
The code is MIT-licensed. Use of the Jグランツ API must comply with the Jグランツ API Terms of Use. When publishing or repurposing, please clearly credit Jグランツ as the source.
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
AlicenseNot gradedqualityDmaintenanceMCP server for Japan's Jグランツ grant application system, enabling LLMs to search and retrieve subsidy information via natural language.47MIT- AlicenseNot gradedqualityAmaintenanceRead-only MCP server for searching Japanese government procurement bid notices (官公需) from the SME Agency's KKJ portal. Includes AI ranking, PDF requirement extraction, and CSV/calendar export.105Apache 2.0
- FlicenseBqualityDmaintenanceMCP server for searching Japanese government procurement notices via the Kanpou API. Enables LLMs to search by date, keyword, or detailed criteria.31
- AlicenseNot gradedqualityDmaintenanceMCP server for searching Japanese corporate data including companies, financials, patents, subsidies, and government statistics via official government APIs.1MIT
Related MCP Connectors
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
Japan central + municipal subsidies (20,810 grants, 1,627 munis). 8 tools beyond Jグランツ MCP.
Japan Law MCP — Japanese national laws & ordinances via the e-Gov Law API.
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/yoshitokameyama/jgrants-mcp-poc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server