不動産情報サービス MCP
Server Details
国土交通省の不動産情報ライブラリから不動産価格データを取得するためのサービスです。
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 3 of 3 tools scored.
Each tool has a clearly distinct purpose: get-time retrieves current time, reinfolib-city-list gets city codes, and reinfolib-real-estate-price gets price data. No overlap in functionality.
Naming is inconsistent: 'get-time' uses a kebab-case verb-noun pattern, while 'reinfolib-city-list' and 'reinfolib-real-estate-price' use snake_case with a 'reinfolib-' prefix and different term order. No uniform convention.
Only 3 tools, which is too few for a real estate information service. The inclusion of 'get-time' seems unrelated and suggests the server may have a mixed or ambiguous scope.
Missing essential tools like prefecture list, station list, property details, or search by multiple criteria. The set covers only city lookup and price, leaving significant gaps for real estate information retrieval.
Available Tools
3 toolsget-time時刻取得 / Get Current TimeRead-onlyInspect
指定したタイムゾーンの現在時刻を取得します。フォーマット文字列には date-fns の形式を使用します(例: 'yyyy-MM-dd HH:mm:ss', 'yyyy年MM月dd日 HH時mm分ss秒')。24時間表記には 'HH' を使用してください。
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | No | タイムゾーン (IANA 形式。例: 'Asia/Tokyo'。省略時: Asia/Tokyo) | Asia/Tokyo |
| formatStr | No | フォーマット文字列 (date-fns形式。省略時: 'yyyy-MM-dd HH:mm:ss') | yyyy-MM-dd HH:mm:ss |
Output Schema
| Name | Required | Description |
|---|---|---|
| time | Yes | フォーマット済みの現在時刻 |
| timezone | Yes | 使用したタイムゾーン |
reinfolib-city-list都道府県内の市区町村一覧取得 / City List in PrefectureRead-onlyInspect
国土交通省の不動産情報ライブラリから都道府県内の市区町村一覧を取得します。都道府県コードを指定して検索します。ここで得た市区町村コード(id)は reinfolib-real-estate-price の city 引数に渡せます。
| Name | Required | Description | Default |
|---|---|---|---|
| area | Yes | 都道府県コード: 北海道=01, 青森県=02, 岩手県=03, 宮城県=04, 秋田県=05, 山形県=06, 福島県=07, 茨城県=08, 栃木県=09, 群馬県=10, 埼玉県=11, 千葉県=12, 東京都=13, 神奈川県=14, 新潟県=15, 富山県=16, 石川県=17, 福井県=18, 山梨県=19, 長野県=20, 岐阜県=21, 静岡県=22, 愛知県=23, 三重県=24, 滋賀県=25, 京都府=26, 大阪府=27, 兵庫県=28, 奈良県=29, 和歌山県=30, 鳥取県=31, 島根県=32, 岡山県=33, 広島県=34, 山口県=35, 徳島県=36, 香川県=37, 愛媛県=38, 高知県=39, 福岡県=40, 佐賀県=41, 長崎県=42, 熊本県=43, 大分県=44, 宮崎県=45, 鹿児島県=46, 沖縄県=47 | |
| language | No | 出力結果の言語 (ja:日本語, en:英語) |
Output Schema
| Name | Required | Description |
|---|---|---|
| data | Yes | 市区町村一覧 |
reinfolib-real-estate-price不動産価格情報取得 / Real Estate Price InformationRead-onlyInspect
国土交通省の不動産情報ライブラリから不動産価格(取引価格・成約価格)情報を取得します。取引時期、地域(都道府県、市区町村、駅)などを指定して検索することが可能。市区町村コードは reinfolib-city-list ツールで取得できます。
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | 都道府県コード: 北海道=01, 青森県=02, 岩手県=03, 宮城県=04, 秋田県=05, 山形県=06, 福島県=07, 茨城県=08, 栃木県=09, 群馬県=10, 埼玉県=11, 千葉県=12, 東京都=13, 神奈川県=14, 新潟県=15, 富山県=16, 石川県=17, 福井県=18, 山梨県=19, 長野県=20, 岐阜県=21, 静岡県=22, 愛知県=23, 三重県=24, 滋賀県=25, 京都府=26, 大阪府=27, 兵庫県=28, 奈良県=29, 和歌山県=30, 鳥取県=31, 島根県=32, 岡山県=33, 広島県=34, 山口県=35, 徳島県=36, 香川県=37, 愛媛県=38, 高知県=39, 福岡県=40, 佐賀県=41, 長崎県=42, 熊本県=43, 大分県=44, 宮崎県=45, 鹿児島県=46, 沖縄県=47 | |
| city | No | 市区町村コード (5桁) | |
| year | Yes | 取引時期(年) (形式: YYYY) | |
| limit | No | 取得件数 (デフォルト: 10件) | |
| quarter | No | 取引時期(四半期) (1:1月〜3月, 2:4月〜6月, 3:7月〜9月, 4:10月〜12月) | |
| station | No | 駅コード (6桁) | |
| language | No | 出力結果の言語 (ja:日本語, en:英語) | |
| priceClassification | No | 価格情報区分コード (01:不動産取引価格情報, 02:成約価格情報) |
Output Schema
| Name | Required | Description |
|---|---|---|
| data | Yes | 不動産価格情報リスト(値が空のフィールドは省略される) |
| truncated | Yes | true の場合、limit を超える結果が省略されている。limit の引き上げ(最大100)または quarter・city・station での絞り込みで全量を取得できる |
| totalCount | Yes | 検索条件に該当した全件数 |
| returnedCount | Yes | 今回返した件数 |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!