Skip to content

Superinterface

Superinterface is an embeddable AI UI platform. Instead of building your own chatbot from scratch, you configure an assistant in Superinterface's dashboard, connect MCP servers for tool access, and embed the widget on your website with a single script tag. End users interact with MCP tools through a polished chat interface without knowing the protocol exists.


SI
Superinterface
superinterface.ai · superinterface.ai
TRANSPORT
Streamable HTTP ✓
PLATFORM
Web (embeddable)
MCP VIA
Dashboard Config

Embed AI + MCP on Any Website

Superinterface makes MCP tools accessible to non-technical users. You configure the assistant once in a dashboard — system prompt, model, and MCP servers — then drop a <script> tag on your site. Visitors get a chat widget that can query databases, check order status, or run any MCP tool, all through a friendly conversation.

The platform also supports interactive components (forms, buttons, carousels that render inside the chat), voice chat, and API function calling. MCP fits naturally into this ecosystem as another tool source.

Use cases:

  • Customer support — connect MCP servers to your help desk and order system
  • Internal tools — embed an assistant on your intranet with access to internal APIs
  • Product demos — let prospects interact with your MCP-powered features live
  • Voice assistants — enable voice-to-MCP workflows via the built-in voice engine

Getting Started

1. Create a Connection Token

In Vinkius Cloud, go to your server → Connection TokensCreate. Copy the URL.

2. Add to Superinterface

In your Superinterface dashboard, open your assistant's settings → MCP ServersAdd. Paste your Vinkius URL.

3. Embed on Your Site

Copy the embed code from the dashboard and add it to your website's HTML:

html
<script src="https://superinterface.ai/embed.js" data-assistant="YOUR_ID"></script>

Your visitors can now interact with MCP tools through the chat widget.


FAQ

Can end users see MCP tool calls? You can configure whether tool calls are visible or hidden. For customer-facing widgets, hiding them provides a seamless experience.

Does Superinterface support voice with MCP? Yes. The voice engine transcribes speech, sends it to the model, which can call MCP tools, and then reads the response aloud.

Can I customize the chat widget appearance? Fully — colors, fonts, position, greeting message, and branding. The widget adapts to your website's design system.

What's the pricing? Superinterface has a free tier for development and testing. Production plans with custom domains and higher limits are paid.