tendertool
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tendertoollist my project references"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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: TenderAI
Konfiguration
Umgebungsvariable | Zweck |
| Erforderlich. Ihr TenderTool-API-Key ( |
| Optional. Basis-URL des Backends — Standard: |
Installation
Claude Code
claude mcp add tendertool \
--env TENDERTOOL_API_TOKEN=ttp_... \
-- npx -y github:tendertoolai/tendertool-mcpClaude 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 |
| Referenzen auflisten (optional |
| Referenz anlegen |
| Referenz aktualisieren ( |
| Referenz löschen |
| Vault-Dokumente inkl. Ablaufdaten und |
| Lokale Datei in den Vault hochladen (absoluter Pfad) |
| Metadaten (Typ, Daten, Notizen) ändern |
| 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.jsTENDERTOOL_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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
MCP server for progressive tool usage at any scale (see https://klavis.ai)
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for VC pitch-deck scoring, thesis-fit matching, and deal-flow management.
Related MCP Servers
- AlicenseCqualityDmaintenanceAn MCP server that helps teams create, manage, and access structured project documentation through six core document types, leveraging AI to generate comprehensive project knowledge management.548101MIT
- FlicenseNot gradedqualityDmaintenanceAn 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-
- AlicenseNot gradedqualityDmaintenanceAn MCP-only server for evidence-based EPC tender screening that enables AI agents to run a full screening workflow, extract requirements, match company profiles, generate compliance matrices, and produce bid/no-bid advisory memos.MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.17MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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