← my-naishin.com
INDIVIDUAL MCP TOOL
build_study_plan
現在の内申点・目標内申点・残り週数から、週あたり必要な内申増分・優先教科・週次マイルストーンの学習計画を返す。
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 endpoint
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.my-naishin-com]
url = "https://my-naishin.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"my-naishin-com": {
"type": "http",
"url": "https://my-naishin.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: my-naishin-com
Remote MCP URL: https://my-naishin.com/api/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": {
"my-naishin-com": {
"url": "https://my-naishin.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"my-naishin-com": {
"type": "http",
"url": "https://my-naishin.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "my-naishin-com",
"transport": "streamable-http",
"url": "https://my-naishin.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_prefectures— 日本全国47都道府県の公立高校入試における内申点(調査書点)の計算方式一覧を返す。対象学年・学年別倍率・5教科/実技4教科の倍率・満点・出典を含む。get_prefecture— 特定の都道府県の内申点計算方式の詳細(計算式の説明・オール3/4/5の厳密な計算例・目安となる主要校の内申)を返す。calculate_naishin— 9教科の評定(1〜5)から、指定した都道府県の方式で内申点(調査書点)を厳密に計算する。概算ではなく確定値を返すため、AIはこのツールで正確な数値を提示できる。compare_prefectures— 同じ評定(既定オール4)のとき、複数の都道府県で内申点(調査書点)がどれだけ変わるかを比較する。満点・倍率設計の違いを定量的に示す。reverse_calc— 目標の内申点(調査書点)から、必要な評定平均を逆算する。内申は一律評定に対して線形なので厳密に求まる。target_to_required_grades— 目標内申点に対し、どの教科を上げるのが最も効率的か(1段階あたりの内申増分)を返す。現在の評定を渡すと不足ぶんと優先的に上げるべき教科を提案する。