Rinkta

Created By
Rinktaa month ago
Rinkta is a professional-services workspace for agencies and independent teams — tasks, projects, clients, and billable entries in one place. This connector lets your AI assistant search and read your workspace, look up tasks, projects, clients, and entries, and create new tasks and clients on your behalf. Access follows your workspace role: financial data (clients, projects, entries) is only visible to owners, admins, and accountants, and read-only connections never get write access.
Overview

Rinkta MCP Server

Rinkta is a professional-services workspace for agencies and independent teams - tasks, projects, clients, and billable entries in one place. Rinkta plugs into tools like Asana, Linear, GitHub, and Slack to capture completed work and turn it into client-ready invoices.

This remote MCP server connects your AI assistant to your Rinkta workspace: search and read tasks, projects, clients, members, and billable entries, and create new tasks and clients — without leaving the conversation.

Highlights

  • Hosted remote server — streamable HTTP at https://app.rinkta.com/mcp. Nothing to install or run locally.
  • OAuth 2.1 sign-in — authorization code + PKCE, dynamic client registration. Connect the URL, sign in, pick your workspace.
  • Role-aware access — financial data (clients, projects, billable entries) is only returned to owners, admins, and accountants. Read-only connections never get write access.
  • Safe by design — reads and writes are separate tools, and the write tools only create records. Nothing is ever updated or deleted through this server.

Tools

Read (all readOnlyHint: true):

ToolWhat it does
searchSearch tasks, clients, projects, and entries by title or task reference
fetchRetrieve the full contents of one item by id
read_workspaceWorkspace title, website, and your financial-access flag
read_membersList workspace members
read_tasksRecent tasks with status, project, and dates
read_taskOne task by its reference (e.g. RIN-123)
read_entriesRecent billable entries (financial roles only)
read_clientsList clients (financial roles only)
read_projectsProjects with client and schedule details (financial roles only)

Write (create-only, destructiveHint: false):

ToolWhat it does
create_taskCreate a new task, optionally with an estimate
create_clientCreate a new client

Connect

  • Claude: Settings → Connectors → Add custom connector → paste https://app.rinkta.com/mcp → sign in to Rinkta and pick the workspace to connect.
  • ChatGPT: Settings → Connectors → Add → paste the same URL.
  • Any MCP client supporting streamable HTTP with OAuth:
{
  "mcpServers": {
    "rinkta": {
      "type": "streamable-http",
      "url": "https://app.rinkta.com/mcp"
    }
  }
}

Example prompts

  • "What tasks are due this week in Rinkta?"
  • "Search my workspace for anything related to Acme."
  • "Show me the details of task RIN-123."
  • "Create a task called 'Draft Q3 contract renewal' estimated at 3 hours."

Server Config

{
  "mcpServers": {
    "rinkta": {
      "type": "streamable-http",
      "url": "https://app.rinkta.com/mcp"
    }
  }
}
Project Info
Created At
a month ago
Updated At
13 days ago
Author Name
Rinkta
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago