Skip to main content
Glama

dsh-lookhere

Das DSH-Plugin stellt lookhere.help (KI-Wissensbasis für den Kundenservice) als MCP-Tools bereit. Keine externen Abhängigkeiten.

Die API wurde gegen die lookhere.help-Codebasis verifiziert: Endpunkte für Bot-Eigentümer verwenden Authorization: Bearer <JWT>; Chat ist ein asynchroner Job — POST /api/chat/:shareId mit { message } gibt { job_id } zurück, danach fragst du GET /api/chat/result/:jobId ab. ask_bot übernimmt beides für dich und wartet bis zu 60s.

Tools

Tool

Beschreibung

list_bots()

Listet deine Bots auf (Auth)

get_bot(shareId)

Öffentliche Bot-Infos per Share-ID (ohne Auth)

ask_bot(shareId, question, history?)

Fragt einen Bot, übermittelt den Job und fragt ab, bis eine Antwort vorliegt

chat_result(jobId)

Ruft ein asynchrones Job-Ergebnis manuell ab

bot_chats(botId)

Die letzten 100 Q&A-Logs eines deiner Bots (Auth)

Related MCP server: libredesk-mcp

Installation

npx @deepseek-ai/dsh plugin --profile web add github:zhulianxing/dsh-lookhere

Konfiguration

  • LOOKHERE_TOKENerforderlich für Eigentümer-Endpunkte (list_bots, bot_chats); dein Account-JWT

  • LOOKHERE_BASE_URL — optionale Überchreibung (Standard: https://lookere.help)

Hinweis: Jobs werden serverseitig im Arbeitsspeicher gehalten with einer TTL von ~10 Minuten — abgelaufene Job-IDs müssen erneut übermittelt werden.

Lizen

MIT

A
license - permissive license
Not graded
quality - not tested
C
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
    C
    quality
    B
    maintenance
    MCP server that exposes the complete Libredesk REST API (54 endpoints) as tools, enabling natural language management of conversations, contacts, agents, teams, and more for the open-source customer support desk.
    54
    11
    3
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server that provides tools to add to, search, and manage a wiki knowledge base, enabling AI chat tools to contribute and retrieve information from the wiki via natural language prompts.
    MIT

View all related MCP servers

Related MCP Connectors

  • Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • Official MCP server for Lovable, the AI-powered full-stack app builder.

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/zhulianxing/dsh-lookhere'

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