{
  "name": "EmotionalEffects Agent",
  "version": "1.0.0",
  "description": "Agent interface for EmotionalEffects, a German directory and knowledge base for child and adolescent mental health. Searches the directory of therapists, psychiatric outpatient clinics, SPZ and counselling services, looks up therapy methods with evidence, and returns German crisis contacts. Read-only, no booking, no ratings.",
  "url": "https://emotionaleffects.de/mcp",
  "provider": {
    "organization": "EmotionalEffects · Janike Arent",
    "url": "https://emotionaleffects.de"
  },
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "type": "mcp",
      "url": "https://emotionaleffects.de/mcp",
      "serviceUrl": "https://emotionaleffects.de/mcp",
      "transport": "JSONRPC",
      "transportProtocol": "https"
    }
  ],
  "capabilities": [
    {
      "id": "cap-directory",
      "name": "Provider directory",
      "description": "Search of child and adolescent psychotherapy providers, clinics, outpatient units, SPZ and counselling services across Germany."
    },
    {
      "id": "cap-methods",
      "name": "Method lexicon",
      "description": "Therapy methods (EMDR, TF-KVT, KVT, systemic, psychodynamic, analytic) with summaries, age range and evidence coverage."
    },
    {
      "id": "cap-crisis",
      "name": "Crisis contacts",
      "description": "German emergency and crisis numbers and warning signs for acute child and adolescent mental-health situations."
    }
  ],
  "skills": [
    {
      "id": "find_provider",
      "name": "Find provider",
      "description": "Search the directory of child/adolescent psychotherapists, clinics, SPZ and counselling services by free text and optional city. Returns profiles with location, type, availability and URL."
    },
    {
      "id": "lookup_method",
      "name": "Look up method",
      "description": "Look up a therapy method by slug or query and return summary, related topics, age range, evidence coverage and page URLs."
    },
    {
      "id": "emergency_contacts",
      "name": "Emergency contacts",
      "description": "Return German emergency and crisis contacts and warning signs for acute child and adolescent mental-health situations."
    }
  ],
  "documentationUrl": "https://emotionaleffects.de/auth.md"
}
