← Back to Runik AI

Runik AI — Claude Connector

Your business system inside Claude

What is Runik?

Runik AI is a chat-first business management platform. You describe your business in natural language, and Runik builds your system — tables, relationships, views, and sample data — in under 5 minutes. No code, no configuration.

How it works with Claude

Runik connects to Claude as a remote MCP connector. Once connected, you can:

Everything happens through natural language. Claude calls Runik's MCP tools behind the scenes.

Setup

Create your free account at runikapp.com
Describe your business — Runik creates your system automatically
In Claude: Settings → Connectors → Add → Name: Runik → paste the URL below:
https://runikapp.com/mcp
Click Authorize on the Runik login page — if you're already logged in, it's one click
Ask Claude about your business — done!

Example conversation

You: How many active clients do I have?
[Claude calls clients_list]
Claude: You have 3 active clients: Acme Industries, TechStart LLC, and Smith & Partners.

You: Create an order for Acme, $599.98, confirmed
[Claude calls orders_create]
Claude: Order #6 created for Acme Industries — $599.98, status: Confirmed.

You: Show me high priority tasks due this week
[Claude calls tasks_list with filters]
Claude: 2 high-priority tasks this week:
1. Onboard Acme Industries (Sarah, May 15) — In Progress
2. Security audit (Dev Team, May 16) — To Do

What makes Runik different

Security

OAuth 2.1 + PKCE Tokens hashed SHA-256 HSTS + CSP headers Scope enforcement Data isolation per company Read-only by default

Technical details

FeatureImplementation
ProtocolMCP 2025-03-26
TransportStreamable HTTP (JSON + SSE)
AuthenticationOAuth 2.1 + PKCE + Dynamic Client Registration (RFC 7591)
DiscoveryRFC 8414 + RFC 9728
ToolsDynamic per-company (CRUD + schema + views + automations)
AnnotationsreadOnlyHint, destructiveHint, title per tool
DatabaseSQLite per company (physically isolated files)
Rate limitingPer-IP on OAuth endpoints, per-user on queries

Links