- Rinkta
Rinkta
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):
| Tool | What it does |
|---|---|
search | Search tasks, clients, projects, and entries by title or task reference |
fetch | Retrieve the full contents of one item by id |
read_workspace | Workspace title, website, and your financial-access flag |
read_members | List workspace members |
read_tasks | Recent tasks with status, project, and dates |
read_task | One task by its reference (e.g. RIN-123) |
read_entries | Recent billable entries (financial roles only) |
read_clients | List clients (financial roles only) |
read_projects | Projects with client and schedule details (financial roles only) |
Write (create-only, destructiveHint: false):
| Tool | What it does |
|---|---|
create_task | Create a new task, optionally with an estimate |
create_client | Create 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 agoUpdated At
13 days agoAuthor Name
RinktaStar
-Language
-License
-Homepage
https://rinkta.comRecommend Servers
View AllPlaywright Mcp
@microsoft
Playwright MCP server
TypeScript
a year ago
Memory
@modelcontextprotocol
a year ago
Kazakhstan Payments Mcp
@junter1989k-ai
10 days ago
Ukraine Payments Mcp
@junter1989k-ai
10 days ago
Filesystem
@modelcontextprotocol
3 months ago
Cyprus Payments Mcp
@junter1989k-ai
10 days ago
Malta Payments Mcp
@junter1989k-ai
10 days ago
Nepal Payments Mcp
@junter1989k-ai
10 days ago
Tavily Mcp
@tavily-ai
JavaScript
a year ago