← sim-jitsugaku.com

INDIVIDUAL MCP TOOL

search_plans

使い方の条件(データ量・通話・回線など)を渡すと、格安SIM全21ブランドを「実質月額」の安い順に返します。実質月額とは、初期費用とキャンペーン割引の期限まで含めて総額を契約月数で割った額で、月額表示(額面)とは異なります。計算は決定論的なエンジンで行われるため、同じ入力なら常に同じ結果になります。金額を推測せず、必ずこのツールの返り値を使ってください。既定では家族割・光セット割などの条件付き割引を含まない単独契約価格で計算します。

sim-jitsugaku.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://sim-jitsugaku.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_plans 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

sim-jitsugaku.com

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.sim-jitsugaku]
url = "https://sim-jitsugaku.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sim-jitsugaku": {
      "type": "http",
      "url": "https://sim-jitsugaku.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sim-jitsugaku
Remote MCP URL: https://sim-jitsugaku.com/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": {
    "sim-jitsugaku": {
      "url": "https://sim-jitsugaku.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sim-jitsugaku": {
      "type": "http",
      "url": "https://sim-jitsugaku.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sim-jitsugaku",
  "transport": "streamable-http",
  "url": "https://sim-jitsugaku.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_brand_conditions — 指定した格安SIMブランドについて、料金表に出てこない契約条件を返します。データ繰り越し・留守番電話・転送電話・テザリング・海外での利用・未成年の契約・LINEの年齢確認・家族割・iPhoneのAPN設定・支払い方法・使い切ったあとの速度・データチャージの実額・eSIMの当日開通と手数料まで含みます。各項目には検証日と公式サイトの出典URLが付きます。公式に記載が確認できなかった項目は推測で埋めず null を返します。
  • list_brands — 当サイトが収録している格安SIM全ブランドの一覧を返します。ブランド名・区分(MVNO/サブブランド等)・対応回線・プラン数・公式サイトURLを含みます。
  • get_price_stats — 指定したデータ容量帯について、収録プランを実額で集計した相場(最安・中央値・平均・集計件数)を返します。額面上の最安と、初期費用まで含めた実質の最安の差も返すため、「月額◯円から」という表示との乖離を示せます。
  • compare_brands — 2つのブランドを同じ利用条件で計算し、実質月額の差と、料金表に出てこない条件の違いを返します。どちらが安いかだけでなく、繰り越し・テザリング・速度制限・eSIMなどで何が変わるかを並べます。