AIQL TUUI
AIQL TUUI is a native desktop AI client that implements the complete MCP specification. Unlike clients that only support tool calls, TUUI handles all four MCP primitives: tools, resources, prompts, and sampling. This makes it ideal for testing MCP servers that go beyond basic function calling.
Full MCP Protocol in a Desktop App
TUUI's connection manager displays each connected MCP server's full capability surface. You can browse available tools with their schemas, navigate resources like a file browser, select prompt templates to start conversations, and inspect sampling requests from the server.
This protocol-aware approach is particularly useful when developing or evaluating MCP servers. You see exactly what the server exposes and how each primitive behaves — without needing to read raw JSON.
Key features:
- All four MCP primitives — tools, resources, prompts, and sampling
- Connection manager — visual overview of all connected servers and their capabilities
- Protocol inspector — see raw MCP messages for debugging
- Multi-provider — OpenAI, Anthropic, Google, and local models
- Native app — fast, responsive desktop UI
- Cross-platform — consistent experience on all operating systems
Connecting to Vinkius Cloud
1. Create a Token
In Vinkius Cloud, navigate to your server → Connection Tokens → Create. Copy the URL.
2. Add Connection
In AIQL TUUI, open the Connection Manager → Add Server → paste:
https://edge.vinkius.com/{TOKEN}/mcpTUUI probes the server and displays its capabilities immediately.
3. Explore and Chat
Browse the tool catalog, check available resources, or start a conversation. TUUI uses all available MCP primitives automatically.
FAQ
What does "full MCP protocol" mean? Most clients only support MCP tools. TUUI also supports resources (server-provided data), prompts (server-provided templates), and sampling (server-initiated model calls). Together these cover the entire MCP specification.
Is TUUI useful for MCP development? Very. The protocol inspector shows raw MCP messages, making it easy to debug server implementations.
Which AI models work with TUUI? Any provider with an OpenAI-compatible API: OpenAI, Anthropic, Google, DeepSeek, Groq, and local Ollama.
Is AIQL TUUI free? Free for personal use. Team features may require a license from AIQL.