Host · MCP
MCP Servers — External Tool Sets, Inside LVIS
MCP is the standard protocol that connects externally provided tool collections so they can be used inside LVIS chat. A registered server can offer more than tools — it can also publish resources (material to read) and prompts (questions prepared in advance), and LVIS surfaces each of the three in a different place.
When would you use it?
- When you want to call your company's internal database or API from LVIS chat.
- When you want to bring a paid external service (e.g. search / translation / code analysis) into LVIS.
- When you want to borrow a tool collection another team built, as-is.
Registration flow
- 01
Discover in the Marketplace
Check the list of available servers in the Marketplace's MCP tab. Ratings and usage stats are shown alongside each one.
- 02
Press the registration deeplink
Pressing "Register" sends a registration request to the LVIS host. You can also enter a URL directly.
- 03
Review the tool list + consent
User confirmationThe host fetches the list of tools that server will provide and shows it to the user in advance. Risk level and scope are reviewed at this point.
- 04
Joins the tool list
After consent, that server's tools join LVIS's tool list. They can be called with natural language from chat.
What else comes in besides tools
An MCP server can offer two more things beyond tools. LVIS does not blend the three — each is surfaced in its own place and handled differently.
Resources — material the server holds
@ in the composer, or the model finds and reads them itself with mcp_resource_list / mcp_resource_read.Resource templates — material with blanks
@ list opens a host dialog to fill the blanks, and the host — not the renderer — builds the filled-in address and reads it.Prompts — questions the server prepared
/ in the composer; if it takes arguments, a form appears first.