Data Collection
manda.bz
Provides access to M&A deal data from MANDA, including search and details.
ENDPOINT 1
https://manda.bz/mcp
MCP server metadata
- Name
- manda
- Version
- 1.0.0
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
list_industries業種マスタの一覧を返す。search_deals に業種IDフィルタはないため、絞り込みたい場合はここで得た業種名を query のキーワードとして使う。
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.