Skip to main content
Glama

Server Details

Swiss B2B sales and everyday-AI know-how — inside your AI assistant.

113 free 5-minute learning modules from latzerus.ch. No account, no API key, no cookies.

https://mcp.latzerus.ch/mcp


lernmodule_suchen — search all modules. Understands paraphrases, synonyms, plural forms and typos.

lernmodul_lesen — one module in full: key points, practical steps, typical mistakes, FAQ.

lernmodule_uebersicht — everything grouped by theme, or just one theme.

ueber_latzerus — what the project is and who is behind it.


Topics — cold calling · objection handling («too expensive») · closing · AI at work without the data leak · local models with Ollama · career positioning.

The modules are written in German. So are the tool names — your assistant handles that.


Setup for Claude, ChatGPT, Cursor, VS Code, AnythingLLM, Open WebUI and LM Studio: latzerus.ch/mcp

Source, MIT: github.com/kriswindu/latzerus-mcp

Knowledge project of Christoph Latzer, St. Gallen / Zurich. Quoting welcome — please name the source.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-06-18
URL

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: search, overview, read full content, and about info. Search and overview both return titles, but the descriptions clearly differentiate keyword-based discovery from a complete grouped listing.

Naming Consistency4/5

The three module tools follow a consistent noun_verb snake_case pattern (lernmodule_suchen, lernmodule_uebersicht, lernmodul_lesen). 'ueber_latzerus' breaks the verb pattern, but it is a recognizable about-style exception.

Tool Count5/5

Four tools are well-scoped for a read-only learning module server: discover, index, retrieve, and background info. Each tool earns its place without redundancy.

Completeness5/5

The surface fully covers the apparent domain of browsing Latzerus learning modules: search, overview, full content, and provider context. No obvious gaps exist for a read-only content access use case.

Available Tools

4 tools
lernmodule_suchenLernmodule durchsuchenAInspect

Durchsucht alle kostenlosen Lernmodule von latzerus.ch (Vertrieb, Kommunikation, KI im Arbeitsalltag, Karriere) nach Stichworten. Versteht Umschreibungen, Synonyme, Ein- und Mehrzahl sowie Tippfehler — es braucht nicht das exakte Titel-Vokabular; «Kunde will billiger» oder «Einwandbehandlung» funktionieren. Liefert Titel, Cluster, URL und Kurzbeschreibung der besten Treffer.

ParametersJSON Schema
NameRequiredDescriptionDefault
maxTrefferNoMaximale Trefferzahl (Standard 8, max. 20)
suchbegriffYesStichworte oder eine Frage, z.B. 'Kunde will billiger' oder 'ChatGPT Follow-up'

Output Schema

ParametersJSON Schema
NameRequiredDescription
anzahlYes
trefferYes
suchbegriffYes

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It transparently discloses that the tool understands paraphrases, synonyms, singular/plural forms, and typos, and that exact title vocabulary is not required. It also specifies the returned fields (title, cluster, URL, short description). This goes beyond a simple 'search' claim and sets accurate expectations for a fuzzy-matching tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the primary purpose and immediately followed by the key behavioral differentiator (fuzzy matching). Every sentence earns its place—no filler, and the structure is efficient for an agent scanning for relevance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a search tool with fuzzy matching and an output schema present, the description covers the essential inputs, the flexibility of queries, the source scope, and the output fields. It does not mention sorting or pagination behavior, but these are minor given the output schema exists and the tool's purpose is clear. The description adequately equips an agent to call it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds value beyond the schema by providing concrete example queries ('Kunde will billiger', 'ChatGPT Follow-up') that illustrate the intended input semantics and the tool's tolerance for informal phrasing. This enriches the parameter understanding beyond the schema's generic description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the verb 'Durchsucht' (searches) and the specific resource 'alle kostenlosen Lernmodule von latzerus.ch' (all free learning modules from latzerus.ch). It clearly distinguishes this search tool from the sibling tools (overview, read, about) by its function of keyword-based discovery.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when a user has keywords or a question, but it does not explicitly state when to prefer this over lernmodule_uebersicht (for listing all) or lernmodul_lesen (for reading a specific module). No exclusions or alternative routing are given, leaving usage to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

lernmodule_uebersichtAlle Lernmodule nach ClusterAInspect

Listet alle verfügbaren Lernmodule von latzerus.ch, gruppiert nach Themen-Cluster, mit Titel und URL. Optional auf einen Cluster einschränken, um Tokens zu sparen.

ParametersJSON Schema
NameRequiredDescriptionDefault
clusterNoOptional: nur ein Thema listen — 'Vertrieb & Kommunikation', 'KI im Arbeitsalltag', 'Karriere-Werkstatt' oder 'Wilde Themen' (Teilwort genügt, z.B. 'karriere')

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses the grouping behavior, the output (Titel und URL), and the optional filter. It implies a read-only operation via 'Listet', but does not explicitly state that it has no side effects, nor does it mention any pagination, limits, or output volume beyond the token-saving hint. Adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the core purpose and output, followed by the optional usage tip. No filler or redundant phrasing. Every sentence earns its place, and the structure is efficient for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple listing tool with no output schema and no annotations, the description covers the essential information: what it returns (Titel und URL), how results are organized (by cluster), and the optional filter. Minor gaps exist (e.g., behavior on invalid cluster, whether results are paginated), but they are not critical for a straightforward overview tool. The token-saving hint implicitly warns about potentially large output.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value beyond the schema by explaining the rationale for using the optional cluster filter ('um Tokens zu sparen') and reinforces the meaning ('nur ein Thema listen'), which is not present in the schema description. This adds practical guidance on when and why to pass the parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Listet'), a resource ('alle verfügbaren Lernmodule'), a scope ('alle', grouped by cluster), and the return fields (Titel und URL). This clearly differentiates from the sibling search tool (lernmodule_suchen) which implies targeted retrieval rather than a full listing. No ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a clear usage hint for the optional parameter ('um Tokens zu sparen'), but it does not explicitly state when to use this overview tool versus the search or read tools. The context is implied (listing vs. searching vs. reading), but no direct alternative routing is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

lernmodul_lesenLernmodul im Volltext lesenAInspect

Liefert den kompletten Inhalt eines Lernmoduls (Kernpunkte, Hauptteil, Praxis-Schritte, typische Fehler, FAQ). Als Parameter den Slug oder die URL des Moduls angeben, z.B. 'preis-anker-ohne-zittern'.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesSlug oder vollständige URL des Moduls, z.B. 'warum-trigger-events-wichtiger-sind-als-telefonlisten'

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses the return content (the listed sections) but does not mention any side effects, error handling, authentication requirements, or rate limits. As a read operation, it is implicitly non-destructive, but this is not stated explicitly. The description adds some context about what is returned but lacks behavioral depth.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that front-loads the main purpose and lists the content sections, followed by the parameter guidance. Every word is functional; there is no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one parameter and no output schema, the description provides enough to call it correctly: it states what the tool does, what parameter to supply, and gives an example. It does not cover error scenarios or prerequisites, but for a read operation this is acceptable. The absence of an output schema is not a gap since the content is described.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds value by providing a concrete example slug ('preis-anker-ohne-zittern') and reiterating that a full URL is also acceptable, which reinforces the schema's parameter description. This goes slightly beyond the schema's minimal definition, earning a 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Liefert den kompletten Inhalt eines Lernmoduls' (delivers the complete content of a learning module), listing the specific sections (Kernpunkte, Hauptteil, Praxis-Schritte, typische Fehler, FAQ). The verb 'lesen' and the resource 'Lernmodul' are unambiguous, and the tool is distinct from its siblings (search, overview, about) by its action of reading a full module.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is used when you have a slug or URL and want the full content, but it provides no explicit guidance on when to use this tool versus lernmodule_suchen or lernmodule_uebersicht. It does not mention any exclusions or alternatives, leaving the selection to the agent's inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

ueber_latzerusÜber LatzerusBInspect

Infos über Latzerus: das Wissensprojekt von Christoph Latzer, die vier Themen, Herkunft, eingesetzte KI-Tools und Kontakt.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3.3/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden for behavioral disclosure. It does not state whether this is a read-only operation, whether it returns static content, or whether any permissions are needed. The description only lists content areas and provides no behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that front-loads the core purpose ('Infos über Latzerus') and then lists the specific contents. It is concise with no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter informational tool, the description is mostly complete. It covers what topics the information includes, but it does not indicate the output format (e.g., plain text, structured list) or any expected response shape, which would be helpful given there is no output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, and the schema description coverage is 100% (trivially). Per the rubric, a no-parameter tool earns a baseline of 4, and the description does not need to add parameter semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the subject (Latzerus, the knowledge project by Christoph Latzer) and lists the specific content areas (four topics, origin, AI tools used, contact). It is distinguishable from sibling tools about learning modules, though it lacks an explicit verb like 'get' or 'show'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to use this tool versus the sibling tools (lernmodule_suchen, lernmodule_uebersicht, lernmodul_lesen). The only signal is the implicit difference in subject matter, but the description does not state it or provide any alternatives or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • Changedlernmodule_suchen2 fields changed
      • changedInput schema / properties / suchbegriff / description
        Previous value: -"Stichworte, z.B. 'Kaltakquise Trigger' oder 'ChatGPT Follow-up'"New value: +"Stichworte oder eine Frage, z.B. 'Kunde will billiger' oder 'ChatGPT Follow-up'"
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "properties": {
        +    "anzahl": {
        +      "type": "number"
        +    },
        +    "suchbegriff": {
        +      "type": "string"
        +    },
        +    "treffer": {
        +      "items": {
        +        "properties": {
        +          "beschreibung": {
        +            "type": "string"
        +          },
        +          "cluster": {
        +            "type": "string"
        +          },
        +          "score": {
        +            "type": "number"
        +          },
        +          "slug": {
        +            "type": "string"
        +          },
        +          "titel": {
        +            "type": "string"
        +          },
        +          "url": {
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "slug",
        +          "titel",
        +          "cluster",
        +          "url",
        +          "score"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    }
        +  },
        +  "required": [
        +    "suchbegriff",
        +    "anzahl",
        +    "treffer"
        +  ],
        +  "type": "object"
        +}
    • Changedlernmodule_uebersicht1 field changed
      • addedInput schema / properties / cluster
        Added value: +{
        +  "description": "Optional: nur ein Thema listen — 'Vertrieb & Kommunikation', 'KI im Arbeitsalltag', 'Karriere-Werkstatt' oder 'Wilde Themen' (Teilwort genügt, z.B. 'karriere')",
        +  "type": "string"
        +}
  2. 4 tool updates
    • First observedlernmodul_lesen
    • First observedlernmodule_suchen
    • First observedlernmodule_uebersicht
    • First observedueber_latzerus

Publisher details

Operator
Latzerus · Publisher source
Operator website
Unknown
Vendor relationship
First-party
Trust center
Not available
Restrictions
Not applicable

Related MCP Connectors

  • AI voice agents on SMB websites — fully autonomous build in 2–3 min. 23 MCP tools. EU, GDPR.

  • Your agent needs a pipeline, not a list — the companies worth calling, the people who decide inside them, a way to reach those people, and the market evidence that the account is worth the call. **What you can ask for** • "Find Series-B fintech companies in Germany and the heads of marketing there, with emails." • "Enrich these 200 domains with headcount, funding and tech stack." • "Which of these accounts is hiring for roles that imply they need us?" • "How much traffic does this prospect get, and where does it come from?" • "Create the account and contact records and move this opportunity to the next stage." **How to use it** Point any MCP client at https://mcp.aisa.one/sales/mcp and sign in with OAuth — there is no key to create or paste. 79 tools: Apollo people and company search, enrichment, accounts, contacts, opportunities and stages, job postings, sequences and call activity; Similarweb traffic, audience, referrals, ad spend and competitors; plus creator discovery. **Why this rather than the source** Prospecting, enrichment, market sizing and the CRM writes behind one login instead of three. **It is also a door to the rest** The same login reaches 26 sources and 580+ operations. Build the list here, then ask the same agent what those companies rank for or what is being said about them — without adding a second server. **What it costs** Finding and inspecting an operation is free. Running one is billed per call at API prices, with no seat and no monthly minimum, and every call takes max_price_usd so an agent cannot overspend by accident. **Where else it reaches** https://mcp.aisa.one/apollo/mcp or https://mcp.aisa.one/similarweb/mcp for one of them alone; https://mcp.aisa.one/gtm/mcp adds the social side.

  • 65+ AI tools as MCP: research, write, code, scrape, translate, RAG, agent memory, workflows

  • 100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources