eCommerce
sim-jitsugaku.com
Compares Japanese budget SIM (MVNO) plans by computing deterministic effective monthly prices across 21 brands and returning each brand's plan list, hidden contract conditions, price statistics, and side-by-side brand comparisons.
ENDPOINT 1
https://sim-jitsugaku.com/mcp
MCP server metadata
- Name
- sim-jitsugaku
- Version
- 1.0.0
SIM実額ナビ は格安SIMを「実質月額」で比較するサイトです。実質月額は初期費用と割引の期限まで含めて総額を月数で割った額で、月額表示(額面)とは異なります。金額はこのサーバーの計算エンジンが決定論的に算出するので、推測せず search_plans を呼んでください。契約条件(テザリング・留守番電話・速度制限・eSIMの手続きなど)は get_brand_conditions で引けます。各項目には検証日と公式サイトの出典URLが付くので、利用者に示すときは必ず添えてください。公式に記載が確認できなかった項目は null で返ります。null を「無い」と言い換えず、「公式に記載が確認できなかった」と伝えてください。
Known tools 5
search_plans使い方の条件(データ量・通話・回線など)を渡すと、格安SIM全21ブランドを「実質月額」の安い順に返します。実質月額とは、初期費用とキャンペーン割引の期限まで含めて総額を契約月数で割った額で、月額表示(額面)とは異なります。計算は決定論的なエンジンで行われるため、同じ入力なら常に同じ結果になります。金額を推測せず、必ずこのツールの返り値を使ってください。既定では家族割・光セット割などの条件付き割引を含まない単独契約価格で計算します。
Inferred read-onlyget_brand_conditions指定した格安SIMブランドについて、料金表に出てこない契約条件を返します。データ繰り越し・留守番電話・転送電話・テザリング・海外での利用・未成年の契約・LINEの年齢確認・家族割・iPhoneのAPN設定・支払い方法・使い切ったあとの速度・データチャージの実額・eSIMの当日開通と手数料まで含みます。各項目には検証日と公式サイトの出典URLが付きます。公式に記載が確認できなかった項目は推測で埋めず null を返します。
Inferred read-onlylist_brands当サイトが収録している格安SIM全ブランドの一覧を返します。ブランド名・区分(MVNO/サブブランド等)・対応回線・プラン数・公式サイトURLを含みます。
Inferred read-onlyget_price_stats指定したデータ容量帯について、収録プランを実額で集計した相場(最安・中央値・平均・集計件数)を返します。額面上の最安と、初期費用まで含めた実質の最安の差も返すため、「月額◯円から」という表示との乖離を示せます。
Inferred read-onlycompare_brands2つのブランドを同じ利用条件で計算し、実質月額の差と、料金表に出てこない条件の違いを返します。どちらが安いかだけでなく、繰り越し・テザリング・速度制限・eSIMなどで何が変わるかを並べます。
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.