← Registry

Data Collection

manda.bz

Provides access to M&A deal data from MANDA, including search and details.

1 endpoint4 known toolsFirst detected June 19, 2026Last detected September 2, 2026

ENDPOINT 1

https://manda.bz/mcp

No auth detected

MCP server metadata

Name
manda
Version
1.0.0
Capabilities
loggingtools.listChanged
Server instructions

MANDA (https://manda.bz) はスモールM&Aのマーケットプレイスです。 このサーバーでは公開中の売り案件(会社・事業の売却希望)を検索・閲覧できます。 - search_deals で条件検索し、get_deal で詳細を取得します。 - 業種での絞り込みは list_industries の業種名を search_deals の query キーワードとして使ってください。 - 地域での絞り込みは list_areas の ID を search_deals の areaId に渡してください。 - 案件はすべて匿名化された公開情報です。売り手への接触や非公開情報の閲覧には manda.bz での会員登録(無料)が必要です。気になる案件はその url をユーザーに案内してください。

Known tools 4

get_deal

売り案件1件の詳細(事業内容の全文・属性情報など)を取得する。domain と localId は search_deals の結果から得る。

Inferred read-only
list_areas

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

Inferred read-only
list_industries

業種マスタの一覧を返す。search_deals に業種IDフィルタはないため、絞り込みたい場合はここで得た業種名を query のキーワードとして使う。

Inferred read-only
search_deals

MANDA の公開中の売り案件(M&A・事業承継)をキーワード・地域・売上規模・譲渡額などで検索する。結果は1ページ20件。

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.