Your AI Assistant Can Now Run Your Business: Inside the Tricknowtech MCP Server
If you run a small business, a huge share of your day isn't spent building the thing you sell — it's spent on the operational static around it. Confirming an order by email. Answering "is this still available?" on WhatsApp. Checking whether an invoice got paid. None of it is hard. All of it is constant.
The Tricknowtech MCP server exists to hand that static off to whichever AI assistant you already talk to. Not a new app to learn, not a new dashboard to check — the assistant you already have open, given real hands on your Tricknowtech account.
What MCP actually is
The Model Context Protocol (MCP) is an open standard, published by Anthropic, for connecting AI assistants to external tools and data. Instead of every company building its own proprietary plugin format, MCP gives any compatible client — Claude Desktop, Cursor, GitHub Copilot, and a growing list of others — a common way to discover and call an application's tools.
That matters for one practical reason: it means we don't have to build "an AI feature." We build one MCP server, and it works everywhere MCP works, today and with whatever client you switch to next year.
What you get access to
Connect once, with a single API token from your account's profile settings, and your assistant has 39 tools across every part of the platform:
- Domains — search, register, look up, and renew
- Hosting — compare plans, check accounts, purchase
- VPS — list instances and their status
- Billing — invoices and wallet balance
- Email — send transactional email, manage templates and sending domains
- WhatsApp — send messages and templates, manage connected accounts
- App deployment — deploy from GitHub, manage environment variables, provision databases
- Account — profile, referrals, and general status
The rest of this post focuses on the two that save people the most time day to day: email and WhatsApp.
Automating email without leaving the conversation
The send_email tool lets your assistant send transactional email directly from your Tricknowtech Email API account — the same LLM-verified, transactional-only sending infrastructure behind the product, just triggered by a sentence instead of an API call you write yourself.
In practice, that looks like telling your assistant something like:
“"Email [email protected] to let her know order #4021 has shipped, and include the tracking number."”
Your assistant resolves the right sending identity, drafts the message, and sends it through send_email — no template lookup, no copy-pasting into a form. If you already keep templates in your account, list_email_templates lets it pull from those instead of writing freeform, keeping tone and formatting consistent with everything else you send.
Because every send — freeform or templated — still passes through the same LLM content check that guards the Email API product, this doesn't open a backdoor around the transactional-only policy. Your assistant gets convenience; the guardrails stay exactly where they were.
Automating WhatsApp replies and notifications
WhatsApp is where most customer conversations actually happen for a lot of the businesses we host, and it's also where "just reply to this one message" turns into fifteen minutes of context-switching. send_whatsapp_text and send_whatsapp_template put that inside your existing chat with your assistant.
“"Send a WhatsApp message to 919876543210 confirming their appointment for 4pm tomorrow."”
list_whatsapp_accounts and list_whatsapp_templates let your assistant check which number to send from and which approved templates are available before it sends — useful when you run more than one WhatsApp Business number through Tricknowtech and want to be specific about which one a message goes out on.
This is a different, complementary capability to the AI-drafted reply feature already built into the WhatsApp product itself (billed as a separate WhatsApp AI Credits add-on), which suggests a response inside an existing conversation for you to review and send. MCP is for reaching out and taking action from outside the WhatsApp inbox entirely — from your editor, your notes app, wherever your assistant lives.
Beyond messaging: the rest of the ops workload
Once you're in the habit of asking your assistant to handle email and WhatsApp, the rest of the tool catalog tends to get used the same way. A few real patterns:
- "What's my wallet balance, and which invoices are still unpaid?" — before making a purchasing decision, without opening the billing tab
- "Deploy my latest commit and give me the live URL" — from Cursor or Copilot, without tabbing to a dashboard mid-flow
- "Register mydomain.com if it's under ₹1,500" — a conditional action, decided and executed in one message
- "List my VPS instances and flag anything close to renewal" — a status check that used to mean logging in just to look
Getting connected
Setup is three steps, and takes under two minutes:
- Generate an API token from your account's profile settings
- Add the Tricknowtech MCP server URL to your assistant's MCP configuration, with that token as the bearer credential
- Start asking — there's no special syntax, just plain English
Full setup instructions for Claude Desktop, Cursor, and GitHub Copilot — including exact config snippets — are in your dashboard once you're signed in.
The point of all this
None of this replaces the dashboard — it's still there, and still the right place for anything visual or exploratory. What MCP replaces is the dozen small trips you make to it every day just to do one specific, well-defined thing. If you can describe the task in a sentence, there's a decent chance your assistant can just do it now.
Tricknowtech Tricknowtech MCP
Connect Claude, Cursor, or GitHub Copilot to your account and manage everything in plain English.
Ready to connect your assistant?
Create a free account and generate an API token in under two minutes.