← manda.bz

INDIVIDUAL MCP TOOL

list_areas

地域マスタ(地方・都道府県)の一覧を返す。search_deals の areaId にはここで得た ID を指定する。

manda.bznone 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

manda.bz

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

.mcp.json

{
  "mcpServers": {
    "manda": {
      "type": "http",
      "url": "https://manda.bz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "manda": {
      "type": "http",
      "url": "https://manda.bz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "manda",
  "transport": "streamable-http",
  "url": "https://manda.bz/mcp"
}
MCP Inspector

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

Related tools

  • get_deal — 売り案件1件の詳細(事業内容の全文・属性情報など)を取得する。domain と localId は search_deals の結果から得る。
  • list_industries — 業種マスタの一覧を返す。search_deals に業種IDフィルタはないため、絞り込みたい場合はここで得た業種名を query のキーワードとして使う。
  • search_deals — MANDA の公開中の売り案件(M&A・事業承継)をキーワード・地域・売上規模・譲渡額などで検索する。結果は1ページ20件。