INDIVIDUAL MCP TOOL
tactical_profile
Returns the verified Tactical Management positioning, including the six Erwerbsanlässe (Turnaround / Distressed / Carve-out / Spin-off / Divestiture / Nachfolge), Founding Partners, transaction capability and contact details.
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
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.tacticalmanagement-ch]
url = "https://tacticalmanagement.ch/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tacticalmanagement-ch": {
"type": "http",
"url": "https://tacticalmanagement.ch/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tacticalmanagement-ch
Remote MCP URL: https://tacticalmanagement.ch/api/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": {
"tacticalmanagement-ch": {
"url": "https://tacticalmanagement.ch/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tacticalmanagement-ch": {
"type": "http",
"url": "https://tacticalmanagement.ch/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tacticalmanagement-ch",
"transport": "streamable-http",
"url": "https://tacticalmanagement.ch/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
tactical_match_erwerbsanlass— Given a free-text seller situation in German, returns the most relevant Tactical Erwerbsanlass landing page URL and a short rationale.tactical_glossary— Returns the verified Tactical Management definition for a DACH-Private-Equity term (e.g.tactical_search_perspektiven— Searches the Tactical Management editorial corpus (Perspektiven) for briefings on a specific topic.tactical_submit_contact— Returns the canonical entry point for a seller to submit a Sondersituation to Tactical Management — submission form URL, email and phone.