The TinyCommand
MCP server
coming soonDescribe a goal in your AI chat and TinyCommand builds the system and runs it, without leaving Claude, Cursor, or ChatGPT. Your forms, tables, workflows, agents and email, reachable over one open protocol.
Most AI chats can talk about your work but cannot touch it. The Model Context Protocol is the open standard that lets an assistant reach real tools and data. TinyCommand is putting its whole platform behind it, so the AI you already use can build and run your back office for you.
14 tools, shaped around real jobs
Not raw API endpoints. Journey-shaped tools that build new systems, operate your live workspace, and discover what is already there.
build_systemturn a described goal into a working, multi-asset systemupdate_assetchange an existing form, table, workflow or agentconfirm_savesave the built system into your workspaceabort_buildstop a build that is still in flightquery_recordsread rows from one of your TinyTablesadd_recordadd a rowupdate_recordupdate a rowtrigger_workflowkick off a workflowsend_via_integrationsend through your connected Gmail, Slack and morerun_agentrun one of your agentsrun_enrichmentenrich a company or a personcheck_enrichmentcheck on an enrichment joblist_my_assetslist your forms, tables, workflows and agentsdescribe_my_workspacedescribe the workspace and what it can doWorks in the AI chat you already use
Standard MCP over an HTTP endpoint. Any compliant client connects with one config block. Add it, and the tools show up.
{
"mcpServers": {
"tinycommand": {
"url": "https://mcp.tinycommand.com/v1",
"headers": { "Authorization": "Bearer tc_sk_..." }
}
}
}Three steps, no SDK
- 01generate a workspace keyscope it to read, build, write or execute, then connect. revoke any time.
- 02paste one config blockdrop the url and key into Claude, Cursor, or a custom GPT. no SDK to install.
- 03talk to your workspaceask your AI to build a system or run an action. it happens inside TinyCommand.
Keys are workspace-scoped with per-key permissions, every call is audited, and you can revoke a key at any time. Start read-only, grant more as you trust it.
Be first when it goes live
The server and its tools are built. We are finishing authentication and rollout now. Leave your email for one message the day it opens, plus the setup guide.
Questions
Is the TinyCommand MCP server live yet?
Which AI clients will it work with?
What will I be able to do with it?
How is it secured?
Will I need to write code?
How is this different from building an agent inside TinyCommand?
Do not want to wait for the protocol?
You do not need MCP to put an AI agent to work on your data. Build one inside TinyCommand today, next to your forms, tables and email, and connect it over MCP later.