Infin/MCP Server

Install the Infin MCP

Select a method below to install the server.

Cursor VS Code

Available Tools (13)

list_ticketsFilter tickets by sub-pipeline, stage, owner, tag, or search query.
Filter tickets by sub-pipeline, stage, owner, tag, or search query.
read-onlyidempotentopen-world
get_ticketRead full ticket details, including notes and current stage.
Read full ticket details, including notes and current stage.
read-onlyidempotentopen-world
create_ticketOpen a new ticket in any pipeline.
Open a new ticket in any pipeline.
open-world
update_ticketChange a ticket's stage, owner, priority, fields, or tags.
Change a ticket's stage, owner, priority, fields, or tags.
open-world
bulk_update_ticketsApply the same change to many tickets in one call.
Apply the same change to many tickets in one call.
open-world
delete_ticketPermanently remove a ticket.
Permanently remove a ticket.
destructiveopen-world
add_noteAppend a new note to a ticket.
Append a new note to a ticket.
open-world
update_noteEdit the content of an existing note.
Edit the content of an existing note.
idempotentopen-world
delete_noteRemove a note from a ticket.
Remove a note from a ticket.
destructiveopen-world
get_stage_historySee when a ticket moved between stages and how long it spent in each.
See when a ticket moved between stages and how long it spent in each.
read-onlyidempotentopen-world
search_contactsFind Bigin contacts by name, email, or phone.
Find Bigin contacts by name, email, or phone.
read-onlyidempotentopen-world
get_tagsList the tags available across the workspace.
List the tags available across the workspace.
read-onlyidempotentopen-world
coql_queryRun a raw COQL query for anything the named tools can't reach.
Run a raw COQL query for anything the named tools can't reach.
read-onlyidempotentopen-world

Server URL

https://mcp.infin.work

Raw Configuration

If you have a client that's not listed above, access the raw MCP configuration below.

{
  "command": "npx",
  "args": [
    "mcp-remote@0.1.25",
    "https://mcp.infin.work"
  ]
}