Skip to content

Toqan Apps MCP Server

Enable MCP servers to embed interactive web content directly in Toqan conversations via iframes.

What is This?

The Toqan Apps MCP Server allows you to create MCP tools that return embeddable web content. When your agent calls these tools, the content appears directly in the conversation as an interactive iframe.

Quick Start

Get up and running in 3 simple steps:

  1. Install dependencies - npm install
  2. Start the server - npm start
  3. Connect to your agent - Use endpoint http://localhost:3000/mcp

Get Started →

Features

  • Easy Tool Creation - Register embed tools with simple JSON responses
  • Performance Optimized - Returns URLs instead of HTML content for fast streaming
  • Secure - Sandboxed iframes with configurable permissions
  • Flexible - Embed any web content: websites, dashboards, forms, and more

Use Cases

  • Portfolio/Website Previews
  • Food Delivery Services
  • Data Visualizations
  • Interactive Forms
  • Maps and Location Services
  • Media Players
  • Product Catalogs

Ready to build? Start with the Getting Started guide →