Skip to main content
Glama

不動産情報検索・分析 MCP

Server Details

中小企業庁が公開している公共調達情報を検索するためのサービスです。

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

1 tool

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedkkj-search8 fields changed
      • changedInput schema / properties / cftIssueDate / description
        Previous value: -"公告日またはデータ取得日 (形式: 開始日/, 開始日/終了日, 開始終了日, /終了日)"New value: +"公告日またはデータ取得日の範囲。日付は YYYY-MM-DD 形式で「開始日/終了日」のように指定する(例: \"2026-07-01/2026-07-15\"。開始日のみ: \"2026-07-01/\"、終了日のみ: \"/2026-07-15\"、単日: \"2026-07-14/2026-07-14\")"
      • changedInput schema / properties / count / description
        Previous value: -"返却する検索結果の最大件数"New value: +"返却する検索結果の最大件数(1〜1000、デフォルト: 10)。API にページングはないため、総ヒット件数(応答の SearchHits)がこれを超える場合は count を増やすか、cftIssueDate などの日付範囲で条件を分割して取得する"
      • changedInput schema / properties / lgCode / description
        Previous value: -"都道府県コード (JIS X0401)"New value: +"都道府県コード (JIS X0401): 北海道=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"
      • addedInput schema / properties / maxDescriptionLength
        Added value: +{
        +  "default": 1000,
        +  "description": "公告本文(ProjectDescription)の最大文字数(デフォルト: 1000)。超過分は切り詰められ ProjectDescriptionTruncated が true になる。全文が必要な場合は大きな値を指定するか、ExternalDocumentURI の原文書を参照する",
        +  "maximum": 9007199254740991,
        +  "minimum": 100,
        +  "type": "integer"
        +}
      • changedInput schema / properties / openingTendersEvent / description
        Previous value: -"開札日"New value: +"開札日の範囲。YYYY-MM-DD 形式で「開始日/終了日」のように指定する(例: \"2026-07-01/2026-08-31\"。片側のみも可)"
      • changedInput schema / properties / periodEndTime / description
        Previous value: -"納入期限日"New value: +"納入期限日の範囲。YYYY-MM-DD 形式で「開始日/終了日」のように指定する(例: \"2026-07-01/2026-12-31\"。片側のみも可)"
      • changedInput schema / properties / tenderSubmissionDeadline / description
        Previous value: -"入札開始日"New value: +"入札開始日の範囲。YYYY-MM-DD 形式で「開始日/終了日」のように指定する(例: \"2026-07-01/2026-08-31\"。片側のみも可: \"2026-07-01/\")"
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": false,
        +  "properties": {
        +    "SearchHits": {
        +      "description": "検索条件に該当した総ヒット件数(常に返る)。SearchResult の件数(最大 count 件)がこれより少ない場合、続きは cftIssueDate などの日付範囲で条件を分割して取得する(この API にページングはない)",
        +      "type": "number"
        +    },
        +    "SearchResult": {
        +      "description": "検索結果の一覧(最大 count 件)",
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "Attachments": {
        +            "description": "添付情報"
        +          },
        +          "CftIssueDate": {
        +            "description": "公告日",
        +            "type": "string"
        +          },
        +          "CityCode": {
        +            "description": "市区町村コード",
        +            "type": "string"
        +          },
        +          "CityName": {
        +            "description": "市区町村名",
        +            "type": "string"
        +          },
        +          "Date": {
        +            "description": "データ取得日時",
        +            "type": "string"
        +          },
        +          "ExternalDocumentURI": {
        +            "description": "公告原文書のURL(切り詰められた本文の全文はここで閲覧できる)",
        +            "type": "string"
        +          },
        +          "FileSize": {
        +            "description": "原文書のファイルサイズ(バイト)",
        +            "type": "string"
        +          },
        +          "FileType": {
        +            "description": "原文書のファイル形式",
        +            "type": "string"
        +          },
        +          "Key": {
        +            "description": "結果キー",
        +            "type": "string"
        +          },
        +          "LgCode": {
        +            "description": "都道府県コード",
        +            "type": "string"
        +          },
        +          "OrganizationName": {
        +            "description": "機関名",
        +            "type": "string"
        +          },
        +          "PrefectureName": {
        +            "description": "都道府県名",
        +            "type": "string"
        +          },
        +          "ProjectDescription": {
        +            "description": "公告本文(maxDescriptionLength で切り詰め)",
        +            "type": "string"
        +          },
        +          "ProjectDescriptionTruncated": {
        +            "description": "本文が切り詰められた場合 true。全文は ExternalDocumentURI を参照",
        +            "type": "boolean"
        +          },
        +          "ProjectName": {
        +            "description": "件名",
        +            "type": "string"
        +          },
        +          "ResultId": {
        +            "description": "結果番号",
        +            "type": "string"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "message": {
        +      "description": "0件時の案内",
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
  2. 1 tool update
    • First observedkkj-search

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Read-only MCP server for searching Japanese government procurement bid notices (官公需) from the SME Agency's KKJ portal. Includes AI ranking, PDF requirement extraction, and CSV/calendar export.
    239
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides access to South Korean government procurement (G2B) and Nara Market shopping mall data, enabling users to search bid announcements, procurement statistics, product catalogs, and contract information through 15 specialized tools.
    4
    Apache 2.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables searching and analyzing government tenders, contract awards, and pre-tender pipelines from 21 official sources, with tools for tender search, award intelligence, and detailed notice retrieval.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables search and analysis of European public procurement tenders, including EU above-threshold (TED) and below-threshold from 11 national sources, with hybrid search and filtering.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The tool's purpose is clearly described, though it does not match the server name.

Naming Consistency4/5

With a single tool, consistency is trivial. However, the name 'kkj-search' is ambiguous due to the undefined acronym 'kkj', and the verb-noun pattern is not fully transparent.

Tool Count2/5

The server name indicates both search and analysis, but only one search tool is provided. This is too few tools for the claimed scope, leaving analysis completely unaddressed.

Completeness1/5

The tool only performs search, with no analysis or other operations. Moreover, the server name suggests real estate, while the tool handles public procurement, indicating a severe domain mismatch and incomplete surface.

Resources