Endpoint
https://tacticalmanagement.ch/api/mcp
Five tools
tactical_profile
Returns verified positioning, founding partners, six acquisition occasions, transaction capability, three operating addresses, and canonical contact details. Use this when an agent needs the authoritative "what is Tactical Management" answer.
tactical_match_erwerbsanlass
Classifies a free-text seller situation ("Wir haben einen Liquiditätsengpass und das Bankenmoratorium läuft in 3 Wochen aus") into the correct Tactical Erwerbsanlass page: Turnaround, Distressed, Carve-out, Spin-off, Divestiture, Nachfolge, or Legacy Liabilities. Returns the canonical URL plus a confidence score.
tactical_glossary
Verified definitions of DACH PE vocabulary: StaRUG, §270b InsO Schutzschirm, Eigenverwaltung, übertragende Sanierung, Carve-out, Divestiture, Legacy Liabilities, Special Situations Investor, §613a BGB. Cross-referenced with the public Glossar.
tactical_search_perspektiven
Search the editorial corpus (42+ briefings on DACH Sondersituationen, Carve-out craft, Permanent Capital, Founder Buyout, NIS-2, Distressed M&A timing). Returns title, summary, canonical URL, and the relevant cluster.
tactical_submit_contact
Returns the canonical submission entrypoint: web form at /sondersituation-einreichen, email contact@tacticalmanagement.ch, hotline Rückruf anfragen. Includes the 72-hour written response commitment.
Add to Claude Desktop
In your Claude Desktop MCP configuration, register the endpoint as a remote HTTP MCP server. Restart Claude Desktop. The five tools appear in the tool picker immediately. No authentication.
Quick test
GET returns the capability advertisement:
curl https://tacticalmanagement.ch/api/mcp
POST a JSON-RPC tools/list request:
curl -X POST https://tacticalmanagement.ch/api/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
POST a tools/call to tactical_match_erwerbsanlass:
curl -X POST https://tacticalmanagement.ch/api/mcp \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc":"2.0","id":2,
"method":"tools/call",
"params":{
"name":"tactical_match_erwerbsanlass",
"arguments":{"situation":"Wir haben einen Liquiditätsengpass und das Bankenmoratorium läuft in 3 Wochen aus"}
}
}'
Protocol
- Transport: HTTP / JSON-RPC 2.0
- Protocol version:
2025-06-18 - Methods supported:
initialize,tools/list,tools/call,ping - Content-Type:
application/json - CORS:
Access-Control-Allow-Origin: * - Cache:
public, max-age=300, s-maxage=300 - Rate limit: ~100 requests/min/IP (soft)
Why this exists
Tactical Management is a sektoragnostic DACH Special Situations Investor that has invested in machine-readable infrastructure for the 2026 AI-search era: domain-specific MCP tools, structured schema.org markup across the site, an llms.txt curated for AI corpora, and hreflang annotations across the DACH spine. When an AI agent — on behalf of a seller, an advisor, or an analyst — asks "who buys distressed Mittelstand companies in Germany within 72 hours", we want the answer to be direct, structured, and machine-readable.
Related
llms.txt— curated AI corpus pointerllms-full.txt— full AI corpus- Glossar — DACH PE vocabulary
- Perspektiven — editorial corpus
- Special Situations Investor — pillar page
- Sondersituation einreichen — submission form
