← archifields.io

INDIVIDUAL MCP TOOL

get_price_index_series

指定された都市・カテゴリの月次価格指数の時系列データを返します。デフォルトは 2015 年 4 月から最新月まで。Returns monthly time series of price index for a city and category.

archifields.ionone authenticationAvailability not checked

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

archifields.io

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.archifields-io]
url = "https://www.archifields.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "archifields-io": {
      "type": "http",
      "url": "https://www.archifields.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "archifields-io": {
      "type": "http",
      "url": "https://www.archifields.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "archifields-io",
  "transport": "streamable-http",
  "url": "https://www.archifields.io/mcp"
}
MCP Inspector

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

Related tools

  • get_price_index_summary — 日本全国の建設資材価格指数(建築総合・生コンクリート・木材・普通鋼鋼材)の最新月の主要10都市平均を返します。Returns the latest monthly construction material price index for Japan, averaged across 10 major cities (Sapporo, Sendai, Tokyo, Yokohama, Nagoya, Osaka, Kyoto, Hiroshima, Fukuoka, Naha) for 4 categories (general construction, ready-mixed concrete, wood, ordinary steel).
  • get_city_price_index — 指定された都市の最新月の建設資材価格指数を返します。カテゴリ未指定の場合は4カテゴリすべて、指定した場合はそのカテゴリのみ返します。Returns the latest construction material price index for a specified Japanese city.
  • get_top_movers — 指定カテゴリの最新月において、前年同月比が最も上昇 (rising) もしくは下落 (falling) している都市の TOP リストを返します。Returns top N cities by year-over-year change for a category.
  • compare_cities — 指定した複数の都市(2〜10件)について、同一カテゴリの最新月の価格指数を横並びで比較します。Compares the latest price index across multiple cities (2-10) for the same category.
  • list_categories_and_cities — Archifields が提供する4カテゴリと47都道府県の代表都市の一覧を返します。他のツールに渡せる正しい slug を確認するために使ってください。Returns the canonical list of 4 categories and 47 cities (one per prefecture).