Skip to main content
Glama
tendertoolai

tendertool

by tendertoolai

tendertool-mcp

Offizieller MCP-Server für TenderTool: Referenzen und Vault-Dokumente direkt aus KI-Assistenten wie Claude (Code/Desktop) verwalten.

Voraussetzungen

  • Node.js ≥ 18 (inkl. npx)

  • Ein TenderTool-API-Key — erstellen Sie ihn in TenderTool unter Profil → KI-Anbindung (der Key beginnt mit ttp_ und wird nur einmalig angezeigt)

Related MCP server: Memory Bank MCP

Konfiguration

Umgebungsvariable

Zweck

TENDERTOOL_API_TOKEN

Erforderlich. Ihr TenderTool-API-Key (ttp_…)

TENDERTOOL_API_URL

Optional. Basis-URL des Backends — Standard: https://api.tendertool.de. Nur für Dev-/Staging-Umgebungen nötig.

Installation

Claude Code

claude mcp add tendertool \
  --env TENDERTOOL_API_TOKEN=ttp_... \
  -- npx -y github:tendertoolai/tendertool-mcp

Claude Desktop (claude_desktop_config.json)

{
  "mcpServers": {
    "tendertool": {
      "command": "npx",
      "args": ["-y", "github:tendertoolai/tendertool-mcp"],
      "env": {
        "TENDERTOOL_API_TOKEN": "ttp_..."
      }
    }
  }
}

npx lädt und baut den Server beim ersten Start automatisch; danach wird der Cache verwendet.

Tools

Tool

Zweck

reference_list

Referenzen auflisten (optional type=project|person|asset|rate)

reference_create

Referenz anlegen

reference_update

Referenz aktualisieren (data ersetzt das komplette Objekt!)

reference_delete

Referenz löschen

vault_document_list

Vault-Dokumente inkl. Ablaufdaten und doc_types auflisten

vault_document_upload

Lokale Datei in den Vault hochladen (absoluter Pfad)

vault_document_update

Metadaten (Typ, Daten, Notizen) ändern

vault_document_delete

Dokument inkl. Datei löschen

Die Mandanten-Trennung erzwingt das TenderTool-Backend serverseitig — der API-Key bestimmt Benutzer und Organisation.

Entwicklung

git clone https://github.com/tendertoolai/tendertool-mcp.git
cd tendertool-mcp
pnpm install
pnpm run build
TENDERTOOL_API_URL=https://tendertool-backend.ddev.site \
TENDERTOOL_API_TOKEN=ttp_... \
TENDERTOOL_INSECURE_TLS=1 \
node dist/index.js

TENDERTOOL_INSECURE_TLS=1 akzeptiert selbstsignierte Zertifikate lokaler Instanzen (z.B. DDEV) — es deaktiviert die TLS-Prüfung prozessweit und darf niemals gegen Produktion gesetzt werden.

Lizenz

MIT — © 2026 Die Lobby GmbH

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    AI-powered MCP server that enables Claude and other LLMs to interact directly with construction documents, drawings, and specifications through advanced RAG and hybrid search capabilities.
    7
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    An MCP server that automates government and enterprise tender workflows, including RFP parsing, proposal generation, and compliance tracking. It provides 18 specialized tools for technical and financial proposal assembly, partner coordination, and hybrid search across past proposal archives.
    1
  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that lets AI assistants read and visually analyze local documents — PDFs, Excel spreadsheets, CSV files, Word documents, PowerPoint presentations, and images.
    4
    56
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.

  • MCP server for AI access to Swagger by SmartBear.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tendertoolai/tendertool-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server