# io.Intelligence Framework > TypeScript framework for building AI-powered enterprise applications with Model Context Protocol (MCP) support. Enables seamless interoperability between Large Language Models (LLMs) and io.Connect applications, workspaces, and business context. Use the links below to access clean Markdown versions of the io.Intelligence guides, module documentation, and API references. Start with the framework introduction for product context or the io.Assist Anywhere guide for a complete integration walkthrough. ## Table of Contents - [Introduction](https://docs-ai.interop.io/index.html.md): Introduction to io.Intelligence Framework and its package ecosystem - [Introduction](https://docs-ai.interop.io/guides/io-assist-anywhere.md): Build an ACME Banking customer-service assistant with io.Assist, io.Connect Browser, and io.Intelligence. - [Prerequisites](https://docs-ai.interop.io/guides/io-assist-anywhere/prerequisites.md): What you need before starting the io.Assist Anywhere guide. - [Chapter 1: Setting Up the Project](https://docs-ai.interop.io/guides/io-assist-anywhere/setting-up-the-project.md): Clone the guide repository, configure local environment files, run the starting apps, and inspect the initial ACME Banking workspace. - [Chapter 2: MCP Web Integration in io.Connect Browser](https://docs-ai.interop.io/guides/io-assist-anywhere/mcp-web-integration.md): Add MCP Web to the io.Connect Browser platform as a plugin and expose the ACME Banking client list as a static MCP tool. - [Chapter 3: Configure the Agent Backend](https://docs-ai.interop.io/guides/io-assist-anywhere/configure-agent-backend.md): Add AI Mastra Bridge to the ACME Banking Mastra backend so it exposes the io.Intelligence Agent Protocol used by AI Web. - [Chapter 4: Create io.Assist](https://docs-ai.interop.io/guides/io-assist-anywhere/create-io-assist.md): Build the ACME Banking io.Assist web app in Angular or React and connect it to the local agent backend and MCP Web. - [Chapter 5: Add Working Context](https://docs-ai.interop.io/guides/io-assist-anywhere/add-working-context.md): Configure Working Context in the ACME Banking io.Assist apps so the assistant understands the selected client in the current workspace. - [Chapter 6: Updating the App Definitions](https://docs-ai.interop.io/guides/io-assist-anywhere/updating-app-definitions.md): Add rich application and workspace metadata so io.Assist can discover ACME Banking apps and launch the right workflow. - [Chapter 7: Add Support for MCP Apps](https://docs-ai.interop.io/guides/io-assist-anywhere/add-support-for-mcp-apps.md): Enable MCP Apps in the ACME Banking io.Assist apps so the assistant can show interactive workspace previews. - [Chapter 8: Remove the External MCP Web Server](https://docs-ai.interop.io/guides/io-assist-anywhere/remove-external-mcp-web-server.md): Move MCP Web from the io.Connect Browser platform into the ACME Banking io.Assist apps. - [Chapter 9: Extend for io.Connect Desktop](https://docs-ai.interop.io/guides/io-assist-anywhere/extend-for-io-connect-desktop.md): Run the ACME Banking io.Assist flow in io.Connect Desktop with a hidden MCP Web host app. - [Chapter 10: Dedicated io.Connect Desktop MCP HTTP Server](https://docs-ai.interop.io/guides/io-assist-anywhere/dedicated-io-connect-desktop-mcp-http-server.md): Move the Desktop MCP capabilities into a dedicated MCP HTTP server for io.Connect Desktop. - [Chapter 11: Custom UI Skin Using AI-Web](https://docs-ai.interop.io/guides/io-assist-anywhere/custom-ui-skin-using-ai-web.md): Build a small custom assistant interface directly with AI Web instead of using the ready-made io.Assist UI components. - [Chapter 12: Conclusion](https://docs-ai.interop.io/guides/io-assist-anywhere/conclusion.md): Review what you built in io.Assist Anywhere and explore where to take io.Intelligence next. - [Overview](https://docs-ai.interop.io/modules/mcp/overview.md): Overview of io.Intelligence MCP - Connect your applications to AI assistants - [Capabilities](https://docs-ai.interop.io/modules/mcp/capabilities.md): What io.Intelligence MCP can do for your organization - [Transports](https://docs-ai.interop.io/modules/mcp/transports.md): Deployment options for io.Intelligence MCP in different environments - [Overview](https://docs-ai.interop.io/modules/mcp/mcp-apps/overview.md): What MCP Apps are, how they appear in a conversation, and how they integrate with io.Connect workspaces - [Workspace Widget](https://docs-ai.interop.io/modules/mcp/mcp-apps/workspace-widget.md): The built-in interactive workspace visualization and builder tool — modes, workflow, and notification reference - [Overview](https://docs-ai.interop.io/modules/working-context/overview.md): Overview of Working Context - Automatic context collection for intelligent, context-aware applications - [Capabilities](https://docs-ai.interop.io/modules/working-context/capabilities.md): What io.Intelligence Working Context can do for your organization - [Integration](https://docs-ai.interop.io/modules/working-context/integration.md): How to integrate io.Intelligence Working Context into your applications - [Overview](https://docs-ai.interop.io/modules/ai-web/overview.md): Overview of AI Web, the io.Intelligence web SDK for custom assistant experiences - [Capabilities](https://docs-ai.interop.io/modules/ai-web/capabilities.md): What AI Web can do for teams building custom assistant experiences on io.Connect - [Overview](https://docs-ai.interop.io/modules/io-assist-ng/overview.md): Overview of io.Assist, the ready-made assistant offering, shipped for Angular and React apps - [Capabilities](https://docs-ai.interop.io/modules/io-assist-ng/capabilities.md): What io.Assist can do for teams embedding an assistant experience, shipped for Angular and React - [Overview](https://docs-ai.interop.io/modules/ai-server/overview.md): Overview of AI Server, the io.Intelligence server-side module offering for frontend integrations built on the io.Intelligence Agent Protocol - [Overview](https://docs-ai.interop.io/modules/ai-mastra-bridge/overview.md): Overview of AI Mastra Bridge, the Mastra backend bridge that implements the io.Intelligence Agent Protocol for io.Intelligence frontends - [Capabilities](https://docs-ai.interop.io/modules/ai-mastra-bridge/capabilities.md): What AI Mastra Bridge can do for teams exposing Mastra through the io.Intelligence Agent Protocol - [Overview](https://docs-ai.interop.io/api-reference/mcp-core/overview.md): Foundational library for building Model Context Protocol (MCP) servers within the io.Intelligence ecosystem, enabling seamless interoperability bet... - [API Reference](https://docs-ai.interop.io/api-reference/mcp-core/api-reference.md): Complete API reference for @interopio/mcp-core including factory function, methods, and configuration types - [Tool Types](https://docs-ai.interop.io/api-reference/mcp-core/tool-types.md): Comprehensive guide to System, Static, and Dynamic tools in @interopio/mcp-core - [Examples](https://docs-ai.interop.io/api-reference/mcp-core/examples.md): Complete code examples demonstrating how to use @interopio/mcp-core for various use cases - [Overview](https://docs-ai.interop.io/api-reference/mcp-web/overview.md): Web-based MCP transport for io.Connect Browser applications - provides both Server and Client functionality - [Server API](https://docs-ai.interop.io/api-reference/mcp-web/server-api.md): API reference for the @interopio/mcp-web MCP server, including ServerFactory, configuration options, and integration approaches - [Client API](https://docs-ai.interop.io/api-reference/mcp-web/client-api.md): API reference for the MCP Web Client, including ClientFactory function, configuration options, and client operations - [Examples](https://docs-ai.interop.io/api-reference/mcp-web/examples.md): Practical examples demonstrating MCP Web server and client integration in web applications - [Overview](https://docs-ai.interop.io/api-reference/mcp-http/overview.md): HTTP transport implementation for Model Context Protocol servers in the io.Intelligence ecosystem - [API Reference](https://docs-ai.interop.io/api-reference/mcp-http/api-reference.md): Complete API reference for @interopio/mcp-http including IoIntelMCPHttpFactory function and configuration types - [Examples](https://docs-ai.interop.io/api-reference/mcp-http/examples.md): Practical examples demonstrating various configurations and integration patterns for @interopio/mcp-http - [Overview](https://docs-ai.interop.io/api-reference/working-context/overview.md): API reference for @interopio/working-context - Context collection and management for intelligent, context-aware applications - [Schema Configuration](https://docs-ai.interop.io/api-reference/working-context/schema-configuration.md): Learn how to configure the Working Context schema to track contextual data from multiple sources within io.Connect. - [Examples](https://docs-ai.interop.io/api-reference/working-context/examples.md): Practical examples demonstrating how to use the Working Context package to track and manage contextual data from multiple sources in your io.Connec... - [Overview](https://docs-ai.interop.io/api-reference/ai-web/overview.md): API reference overview for the AI Web package - [API Reference](https://docs-ai.interop.io/api-reference/ai-web/api-reference.md): Factory function and runtime API reference for AI Web - [Configuration](https://docs-ai.interop.io/api-reference/ai-web/configuration.md): Configuration reference for IoAiWeb.WebConfig and related AI Web types - [Examples](https://docs-ai.interop.io/api-reference/ai-web/examples.md): Practical integration examples for AI Web - [Overview](https://docs-ai.interop.io/api-reference/io-assist-ng/overview.md): API reference overview for the io.Assist NG Angular package - [Component API](https://docs-ai.interop.io/api-reference/io-assist-ng/component-api.md): Component and bootstrap API reference for io.Assist NG - [Configuration](https://docs-ai.interop.io/api-reference/io-assist-ng/configuration.md): Configuration reference for io.Assist NG static config, dynamic config, and prompt types - [Examples](https://docs-ai.interop.io/api-reference/io-assist-ng/examples.md): Practical Angular integration examples for io.Assist NG - [Overview](https://docs-ai.interop.io/api-reference/io-assist-react/overview.md): API reference overview for the io.Assist React package - [Component API](https://docs-ai.interop.io/api-reference/io-assist-react/component-api.md): Component and props API reference for io.Assist React - [Configuration](https://docs-ai.interop.io/api-reference/io-assist-react/configuration.md): Configuration reference for io.Assist React static config, dynamic config, and prompt shapes - [Examples](https://docs-ai.interop.io/api-reference/io-assist-react/examples.md): Practical React integration examples for io.Assist React - [Agent Protocol](https://docs-ai.interop.io/api-reference/ai-server/agent-protocol.md): The io.Intelligence AG-UI-based protocol used by AI Web, io.Assist NG, and backend bridge implementations - [Overview](https://docs-ai.interop.io/api-reference/ai-mastra-bridge/overview.md): API reference overview for the AI Mastra Bridge package - [API Reference](https://docs-ai.interop.io/api-reference/ai-mastra-bridge/api-reference.md): Factory and public type reference for AI Mastra Bridge - [Routes and Events](https://docs-ai.interop.io/api-reference/ai-mastra-bridge/routes-and-events.md): Route inventory and protocol event behavior for AI Mastra Bridge - [Examples](https://docs-ai.interop.io/api-reference/ai-mastra-bridge/examples.md): Practical registration examples for AI Mastra Bridge