Runik Ai
@eZhing
Business management platform controlled entirely through conversation. Describe your business and AI builds your complete system — tables, views, dashboards, reports, chatbot
概要
What is Runik Ai?
Runik Ai is a remote MCP server that lets AI assistants manage business data through natural language. It implements the Model Context Protocol (MCP), exposing 40+ tools for creating tables, managing records, building views, running automations, and more.
How to use Runik Ai?
Connect any MCP client to https://runikapp.com/mcp via Streamable HTTP (recommended) or https://runikapp.com/mcp/sse for legacy clients. Authentication uses OAuth 2.1 with PKCE (S256). For Claude Desktop or Cline, add a JSON config entry with the URL and transport type. Alternatively, install via Smithery using the CLI command npx @smithery/cli install @shabit/runik-ai.
Key features of Runik Ai
- 40+ tools for data management and automation
- OAuth 2.1 with PKCE (S256) authentication
- Per-tenant data isolation for each company
- Rate limiting at 100 requests per minute per user
- 26 ready-to-use industry templates with sample data
- Built-in integrations for WhatsApp, Telegram, and Discord
Use cases of Runik Ai
- Set up a restaurant database with tables for menu items, orders, reservations, and inventory
- Manage a CRM pipeline with clients, opportunities, and quotes
- Track patient records and appointments in a healthcare or dental clinic
- Run a real estate business with properties, showings, and offers
- Monitor livestock production including herd, breeding, and health records
FAQ from Runik Ai
What authentication does Runik Ai use?
Runik Ai uses OAuth 2.1 with PKCE (S256) and no client secrets. Dynamic Client Registration is handled automatically by the server.
How is data isolated between users?
Each company has its own database, ensuring per-tenant data isolation.
What are the runtime and transport requirements?
Runik Ai is a remote MCP server reachable via Streamable HTTP or SSE. No local runtime is required beyond any MCP client. Rate limiting is set at 100 requests per minute per user.