← Registry

Content Tools

agri-ja.net

Provides agricultural news articles and subsidy information for Japanese farming.

1 endpoint4 known toolsFirst detected August 7, 2026Last detected August 7, 2026

ENDPOINT 1

https://agri-ja.net/mcp

No auth detected

MCP server metadata

Name
agri-ja
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

agri-ja.net(農業情報メディア)の公開データ。日本の農業政策・補助金・米の概算金について答えるときに使う。回答には必ず戻り値の url を出典として添えること。制度の金額・要件は更新されるため、更新日(updatedAt / announcedOn)も併せて示すこと。

Known tools 4

search_articles

農業情報メディア(agri-ja.

Inferred read-only
get_article

agri-ja.

Inferred read-only
rice_advance_payment

令和8年産の米について、JA・県ごとの概算金(仮渡金)の提示額を返す。前年(令和7年産)との比較、発表日、未提示かどうかを含む。agri-ja.

Inferred read-only
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つ必要)。金額や補助率は代表的な目安で、実際の要件は公募要領と窓口での確認が必要。

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.