hojokin-antenna-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., "@hojokin-antenna-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.
Subsidy Antenna MCP Server
An MCP server for searching Japanese government subsidies and grants from AI assistants. It handles an archive of closed calls and the recurring application periods derived from them.
An MCP server for searching Japanese government subsidies and grants, including an archive of closed calls and their recurring application periods.
Features
Search by region, industry, purpose, and recruitment status
List by closest deadline (with remaining days)
Search for closed calls. Information that disappears from official sites is preserved.
Query recurring application periods. Answers "When is this subsidy likely to open next?" based on past records.
The official MCP server published by the Digital Agency (digital-go-jp/jgrants-mcp-server) handles currently open calls. This server differs in that it holds an archive of closed cases. They can be used together depending on the purpose.
Setup
Node.js 18 or higher is required.
Claude Code
claude mcp add hojokin-antenna -- npx -y hojokin-antenna-mcpClaude Desktop / Other Clients
Add the following to your configuration file.
{
"mcpServers": {
"hojokin-antenna": {
"command": "npx",
"args": ["-y", "hojokin-antenna-mcp"]
}
}
}Tools
Tool | Purpose | Main Parameters |
| Search by conditions |
|
| Get details of one item by ID |
|
| List by closest deadline |
|
| Recurring application periods |
|
status can be open (default) / upcoming / closed / all.
When pref is specified, it returns programs targeting that prefecture as well as nationwide programs.
Usage Examples
「東京都の製造業で使える補助金を締切が近い順に教えて」
「省エネ関連の補助金で、来月までに締め切るものはある?」
「ものづくり補助金は例年いつ公募が始まる?」
「4月に公募が始まる制度をまとめて」About Recurring Application Periods
What list_recurring_schedule returns is an aggregation of past records and does not predict or guarantee future calls.
Programs may be revised or abolished each fiscal year, and application periods may change or calls may not occur at all.
The inclusion criteria are as follows. Loosening them would cause already abolished programs or multiple deadlines within the same fiscal year to appear as "annual regulars."
There must be at least three calls in different years.
The most recent call must have started within the last two years.
The start month of the first call in each year must match in at least half of the years with records.
About the Data
Data source: Public data from Subsidy Antenna at
/data/v1/Primary sources: J-Grants (Digital Agency) public API, J-Net21 (SME Support) support information headlines
Update frequency: Once a day
The environment variable
HOJOKIN_ORIGINcan change the data source (defaulthttps://hojokin-antenna.pages.dev)
Fetched data is cached in memory for one hour. Since the data is updated daily, fetching more frequently is unnecessary.
Disclaimer
This is processed public information from government agencies. Accuracy and timeliness are not guaranteed. When applying, always check the latest application guidelines on the official website of each program. The author assumes no responsibility for any damages arising from the use of this server.
This server does not create or proofread subsidy application documents (under the Administrative Scrivener Act, paid document preparation is a licensed business).
Development
npm install
npm test # 実際に MCP クライアントから4つのツールを呼んで確認するTo test with local data:
HOJOKIN_ORIGIN=http://localhost:8931 npm testLicense
MIT
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 Connectors
Japanese public-sector business opportunities for AI agents: tenders, subsidies, sanctions. x402.
Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.
Raw Japanese regulatory data for AI agents: pension, gazette, gBizINFO. x402-metered (USDC).
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/lazylog6-dev/hojokin-antenna-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server