LIVE ENDPOINT
https://agri-ja.net/mcp
Connect to this endpoint to inspect the live schema for get_article and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agri-ja]
url = "https://agri-ja.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agri-ja": {
"type": "http",
"url": "https://agri-ja.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agri-ja
Remote MCP URL: https://agri-ja.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agri-ja": {
"url": "https://agri-ja.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agri-ja": {
"type": "http",
"url": "https://agri-ja.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agri-ja",
"transport": "streamable-http",
"url": "https://agri-ja.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_articles— 農業情報メディア(agri-ja.rice_advance_payment— 令和8年産の米について、JA・県ごとの概算金(仮渡金)の提示額を返す。前年(令和7年産)との比較、発表日、未提示かどうかを含む。confirmation は情報源の区分で、決定=JA・全農が決定を自ら発表・公表した金額(announcedOn は発表日)、報道=報道機関の取材で判明しJA・全農は金額を公表していない金額(announcedOn は金額が明らかになった日)。報道もJAが決めた金額であり未決定ではない。回答では両者を区別すること。agri-ja.find_subsidy— 立場・やりたいこと・品目から、日本の農業で使える補助金/交付金/制度資金の候補を返す。audience は new-farmer(これから始める・就農して間もない) / individual(個人・家族で経営している) / corporation(法人で経営している) / community(集落営農・JA・協議会)。purpose は machine(機械を買う・更新する) / facility(施設・ハウスを建てる) / loan(お金を借りる) / risk(収入減・価格下落に備える) / scale(規模を広げる・農地を増やす) / environment(環境・有機に取り組む) / disaster(被災から立て直す) / sales(売り先を広げる・輸出・加工) / labor(人を雇う・育てる・継ぐ) / crop-payment(作物ごとの交付金を受け取る)。crop は rice(米・水田) / vegetable(野菜) / fruit(果樹) / livestock(畜産) / flower(花き) / field-crop(麦・大豆・畑作) / other(その他・複合)。3つのうち分かるものだけ指定すればよい(最低1つ必要)。金額や補助率は代表的な目安で、実際の要件は公募要領と窓口での確認が必要。