SindByte: AI that actually does something

The SindByte MCP Server connects chat models with real actions on Windows: files, desktop, timers, IQ workflows and image pipelines.

233 Tools
18 Categories
Local with LM Studio
Cloud optional with OpenAI
Desktop Automation
Web Asset Pipelines
Dialog-LAB: LLM-vs-LLM
Trading Hub: 12 Venues
Timer + IQ Integration
Voice I/O
OpenAI API
LMChat
SindByte hero visual

SindByte: A Premium MCP Server

SindByte offers 233 tools and is one of the most powerful local MCP servers. New: Dialog-LAB for multi-LLM comparisons with thinking extraction and Trading Hub with paper trading >25 strategies for 12 venues. It originated as a result of the Smart Package Robot development. For those who need more: The Smart Package Robot extends the concept with UserTools and TaskTools for commercial workflows.

Problems SindByte solves - by category

CUTools - Automate Desktop

Where is the window?
Problem: App minimised, can't find it. Solution: ListWindows shows all windows with positions.
Automatic Screenshots
Problem: Documenting work steps. Solution: Screenshot before/after every action.
GUI Tests without Code
Problem: Testing app by clicking. Solution: LocateChildWindow + MouseClick simulates user.
Batch Image Processing
Problem: Scale 100 images to 800px. Solution: PictureResize with loop over folder.
Position Windows
Problem: Apps need realignment. Solution: SetPosAndSize places windows pixel-perfect.

WebTools - Use Web Content

Read Web Pages
Problem: Documentation is online. Solution: FetchText retrieves clean text for analysis.
Multiple URLs at Once
Problem: Open 10 pages manually. Solution: FetchMany parallelises downloads.
Use Search Results
Problem: Current info on topic X. Solution: Search via Serper API.
Remove HTML Tags
Problem: Raw HTML unreadable. Solution: ExtractText filters navigation, returns content.
Check API Responses
Problem: Does the API deliver correct data? Solution: FetchHeaders checks status.

TimerTools - Time-Controlled Actions

Daily Reports
Problem: Check statistics every morning. Solution: SetTimer with daily interval at 9:00 AM.
Weekly Backups
Problem: Forget to create backups. Solution: Weekly timer with zip job.
See All Running Timers
Problem: Losing overview. Solution: ListTimers shows all configured jobs.
Adjust Timers
Problem: Schedule has changed. Solution: UpdateTimer changes interval without recreation.
Find Timers
Problem: Which ones are running for project X? Solution: FindTimer filters by tags.

SystemTools - Windows Under Control

Which Process is Slowing Down?
Problem: Laptop slow, Task Manager confusing. Solution: ListProcesses with CPU sorting.
Service Won't Start
Problem: Database service down. Solution: GetServiceDetails + StartService automatically.
Check Registry Entries
Problem: Installation path unknown. Solution: ListRegistryValues finds keys.
PowerShell Commands
Problem: Execute complex admin script. Solution: RunPowerShell with return evaluation.
Read Environment Variables
Problem: JAVA_HOME not set? Solution: GetEnvironmentVariable checks all paths.

FileTools - Master Files

The Full Downloads Folder
Problem: Thousands of files without structure. Solution: FileTools sorts by type, date, project - automatically.
Backup Before Update
Problem: Fear of overwriting something. Solution: Create zip archive before every change with timestamp.
Archive Projects
Problem: Old projects lying everywhere. Solution: Find all relevant files and pack them structured.
Find Duplicates
Problem: Same files in multiple places. Solution: GetInfo + GetDirectoryListing finds duplicates.
Analyse Log Files
Problem: 500MB log, find relevant lines. Solution: GetLines filters by keywords.

MemoryTools - Use Cache

Keep Data Between Prompts
Problem: AI forgets intermediate results. Solution: Store saves under key.
Clipboard History
Problem: Windows overwrites clipboard. Solution: FromClipboard saves permanently.
JSON Escape
Problem: Text contains quotation marks. Solution: JSON_Escape makes it safe.
Clean Up Memory
Problem: Old data must go. Solution: Delete removes individual keys.
Keep Overview
Problem: What have I saved? Solution: ListKeys shows all entries.

IQTools - Intelligent Answers

Uncertain Decisions
Problem: Is this solution good? Solution: SelfCritique analyses pros and cons.
Multiple Solution Paths
Problem: Which approach is better? Solution: MultiVote generates and evaluates variants.
Break Down Complex Problems
Problem: Too many variables at once. Solution: ChainOfThought thinks step by step.
Validate Results
Problem: Does the code really work? Solution: Validate checks against requirements.
Write Better Prompts
Problem: AI doesn't understand request. Solution: BetterPrompt optimises the input.

Dialog-LAB NEW - Test LLMs Against Each Other

Multi-Model Chat
Problem: Which model is better? Solution: Test 2-3 models (A/B/C) simultaneously in one conversation.
Thinking Extraction
Problem: How does the model think? Solution: Automatic extraction of <think> blocks from DeepSeek R1, QwQ, Qwen3.
Voice Integration
Problem: Hands are busy. Solution: Voice input (Whisper) and text-to-speech output.
Conversation Logging
Problem: Document conversations. Solution: Automatic saving of all dialogues with timestamp.
Round Control
Problem: Endless loops. Solution: Max round limit, stop-repeat, topic-lock for controlled discussions.

Trading Hub NEW - Crypto & Stock Trading

12 Trading Venues
Problem: Many accounts with different brokers. Solution: Kraken, Binance, Coinbase, OKX, KuCoin, Bitget, ByBit, Bitpanda, Alpaca, IG, Interactive Brokers, Polygon - all in one interface.
Paper Trading
Problem: Test strategies without risk. Solution: Virtual trading with simulated funds before live trading.
25+ Trading Strategies
Problem: Which strategy fits? Solution: Scalping, Swing, Conservative, Momentum, Mean Reversion, Arbitrage and more as profile templates.
API Key Verification
Problem: Are the credentials correct? Solution: Live LED status for all 12 venues checkable with one click.
Encrypted Storage
Problem: Store API keys securely. Solution: AES-encrypted storage with optional PC binding.

Timer + IQ Integration NEW - Time-Controlled AI

Automatic Daily Reports
Problem: Same evaluations every day. Solution: Timer + IQTools combined for daily AI analyses.
Scheduled Trading Analysis
Problem: Missing market gaps. Solution: TradingIQ scanner runs automatically at fixed times.
Time-Controlled Validation
Problem: Check code later. Solution: Plan Validate tool for later execution with timer.
Recurring Expert Panels
Problem: Recurring decisions. Solution: ExpertPanel automatically weekly for strategic reviews.

OpenAI Compatible API NEW - Universal Endpoint

Drop-in OpenAI Replacement
Problem: Only OpenAI clients usable. Solution: Endpoint `/v1/chat/completions` is fully compatible.
All Clients Usable
Problem: Limited client selection. Solution: Any OpenAI-compatible client can connect.
Streaming Support
Problem: Slow responses. Solution: Streaming responses for real-time experience.
API Key Auth
Problem: Security concerns. Solution: Configurable API key with secure authentication.

LMChat Window NEW - Chat with IQTools

Integrated IQTools
Problem: Call IQTools separately. Solution: ChainOfThought, MultiVote, Consensus directly in chat.
Go Back & Recalculate
Problem: Correct errors. Solution: Go back at any point and recalculate.
Auto-Complete & Transcribe
Problem: Typing effort. Solution: Universal auto-complete and Whisper transcription.
Trading Integration
Problem: Trading data separate. Solution: Scanner, Advisor, MarketData, TA directly available.

DataTools - Prepare Data

The Unreadable Export File
Problem: ERP system exports strange CSV. Solution: CsvToJson makes it structured and processable.
Clean Phone Lists
Problem: "+49 (0) 123 / 456" - various formats. Solution: RegexReplace normalises all numbers.
Duplicate Customers in List
Problem: Newsletter list has duplicates. Solution: SortList with unique removes multiple entries.
Extract Data from Emails
Problem: Parse "Order No: 12345, Amount: 99 EUR". Solution: ParseKeyValue extracts automatically.
Filter Log Entries
Problem: 10,000 lines, only search ERROR. Solution: FindText filters by keywords.

What you can do with it

New: Advanced Features

Powerful premium features for advanced applications:

  • Dialog-LAB: Test 2-3 LLMs simultaneously. Extract thinking from DeepSeek R1, QwQ, Qwen3. Voice input & TTS.
  • Trading Hub: 12 venues (Kraken, Binance, etc.). Paper trading. 25+ strategies. API LED status.
  • Timer + IQ Integration: Time-controlled AI analyses, automatic reports, scheduled trading scans.
  • Voice Features: Whisper transcription, text-to-speech, audio-to-MCP-tool pipeline.
  • OpenAI API Endpoint: `/v1/chat/completions` - Any OpenAI-compatible client can connect.
  • LMChat Window: Built-in chat with IQTools (ChainOfThought, MultiVote, trading data).
All Advanced Features
SindByte tool grid visual

Quick Start

If you want to get started right away: connect your client, list categories, start with 1-2 safe tools, then expand.

Step-by-Step Manual