Runik AI MCP Server

Business management platform controlled entirely through conversation. Describe your business and AI builds your complete system — tables, views, dashboards, chatbot — in 2 minutes. 40+ MCP tools, 26 industry templates, free. Remote server with OAuth 2.1 + PKCE at https://runikapp.com/mcp

Documentation

Runik AI

Runik AI - MCP Skills

Connect ChatGPT, Claude, or any AI assistant to your business data

Website | Web App | Desktop App | Smithery


What is this?

This repository contains the MCP skill definition for Runik AI - a remote MCP server that lets AI assistants manage business data through natural language.

Runik AI implements the Model Context Protocol (MCP), exposing 40+ tools for creating tables, managing records, building views, running automations, and more.

Quick Start

Option 1: Streamable HTTP (recommended)

Connect any MCP client to:

https://runikapp.com/mcp

Authentication: OAuth 2.1 with PKCE (S256). The server handles Dynamic Client Registration automatically.

Option 2: SSE (legacy clients)

https://runikapp.com/mcp/sse

Option 3: Claude Desktop / Cline

Add to your MCP config:

{
  "mcpServers": {
    "runik-ai": {
      "url": "https://runikapp.com/mcp",
      "transport": "streamable-http"
    }
  }
}

Option 4: Smithery

Install via Smithery:

npx @smithery/cli install @shabit/runik-ai

Available Tools (40+)

Data Management

ToolDescription
tables_listList all tables in your system
table_schemaGet table structure (columns, types, relations)
table_createCreate a new table with columns
{table}_listList records with filters, search, pagination
{table}_getGet a single record by ID
{table}_createCreate a new record
{table}_updateUpdate a record
{table}_deleteDelete a record

Views and Reports

ToolDescription
views_listList configured views (kanban, calendar, chart...)
view_createCreate a new view

Templates

ToolDescription
template_listList 26 industry templates
template_installInstall a template with tables, views, and sample data

Automations

ToolDescription
automations_listList automations
automations_createCreate an automation (source, process, destination)
automations_runRun an automation

Integrations

ToolDescription
whatsapp_sendSend WhatsApp message
telegram_sendSend Telegram message
discord_sendSend Discord message

Industry Templates

26 ready-to-use templates with tables, views, relations, and sample data:

TemplateTablesViewsDescription
CRM Services77Clients, opportunities, quotes
Real Estate912Properties, showings, offers
Healthcare97Patients, appointments, treatments
Dental Clinic1111Patients, odontogram, treatments
Restaurant1212Tables, orders, menu, inventory
Hotel911Rooms, bookings, guests
School1615Students, grades, attendance
HR1213Employees, contracts, payroll
Dairy Farm108Herd, production, breeding, health
Beef Cattle118Herd, weighing, sales, paddocks
Inventory58Products, stock, movements
Projects68Tasks, sprints, team
Sales1113Clients, quotes, invoices
Gym / Spa88Members, classes, payments
And 12 more...

Example Conversation

User: "I have a restaurant with 15 tables"

Runik: Creates tables for menu items, orders, reservations,
       inventory, suppliers, staff, and cash register.
       Includes sample data and 12 views (floor plan,
       kanban orders, daily sales chart).

User: "What were my sales today?"

Runik: $847,000 CLP across 23 orders. Top item: Lomo saltado (8).
       Average ticket: $36,826.

Security

  • OAuth 2.1 with PKCE (S256) - no client secrets
  • Per-tenant data isolation (each company has its own database)
  • Rate limiting (100 req/min per user)
  • Input sanitization and injection detection
  • Tool annotations: readOnlyHint, destructiveHint, openWorldHint

Links

License

BSL-1.1 - Business Source License 1.1


Made from Chile with AI
runikapp.com | Allware SpA