Data Collection
archifields.io
Accesses Japanese construction material price index data for multiple cities and categories, including summaries, time series, and comparisons.
ENDPOINT 1
https://www.archifields.io/mcp
Known tools 6
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).
Inferred read-onlyget_city_price_index指定された都市の最新月の建設資材価格指数を返します。カテゴリ未指定の場合は4カテゴリすべて、指定した場合はそのカテゴリのみ返します。Returns the latest construction material price index for a specified Japanese city.
Inferred read-onlyget_price_index_series指定された都市・カテゴリの月次価格指数の時系列データを返します。デフォルトは 2015 年 4 月から最新月まで。Returns monthly time series of price index for a city and category.
Inferred read-onlyget_top_movers指定カテゴリの最新月において、前年同月比が最も上昇 (rising) もしくは下落 (falling) している都市の TOP リストを返します。Returns top N cities by year-over-year change for a category.
Inferred read-onlycompare_cities指定した複数の都市(2〜10件)について、同一カテゴリの最新月の価格指数を横並びで比較します。Compares the latest price index across multiple cities (2-10) for the same category.
Inferred read-onlylist_categories_and_citiesArchifields が提供する4カテゴリと47都道府県の代表都市の一覧を返します。他のツールに渡せる正しい slug を確認するために使ってください。Returns the canonical list of 4 categories and 47 cities (one per prefecture).
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for archifields.io was fetched 2026-07-27T08:20:33.209Z and is being refreshed.
archifields.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.