Tactical Management
For AI Agents · Public Endpoint · MCP 2025-06-18

Tactical Management MCP Server.

A public Model Context Protocol endpoint with five domain-specific tools for AI agents researching DACH Special Situations, Distressed M&A, Carve-out, Spin-off, Divestiture and Nachfolge.

No auth required · Public info only · Compatible with Claude Desktop, ChatGPT MCP, Cursor

The Tactical Management MCP server is a public HTTP / JSON-RPC 2.0 endpoint at https://tacticalmanagement.ch/api/mcp. It exposes five domain-specific tools that let AI agents — Claude Desktop, ChatGPT MCP, Cursor remote MCP, and any other MCP-compliant client — research the verified positioning, classify a free-text seller situation into the correct DACH acquisition occasion, query the editorial corpus, look up DACH PE vocabulary, and retrieve the canonical 72-hour submission path. No authentication. No API key. Protocol version 2025-06-18.

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.