Infin / MCP Server

Install the Infin MCP

Select a method below to install the server.

Cursor VS Code

Available Tools (13)

list_tickets Filter tickets by sub-pipeline, stage, owner, tag, or search query.
Filter tickets by sub-pipeline, stage, owner, tag, or search query.
read-only idempotent open-world
get_ticket Read full ticket details, including notes and current stage.
Read full ticket details, including notes and current stage.
read-only idempotent open-world
create_ticket Open a new ticket in any pipeline.
Open a new ticket in any pipeline.
open-world
update_ticket Change a ticket's stage, owner, priority, fields, or tags.
Change a ticket's stage, owner, priority, fields, or tags.
open-world
bulk_update_tickets Apply the same change to many tickets in one call.
Apply the same change to many tickets in one call.
open-world
delete_ticket Permanently remove a ticket.
Permanently remove a ticket.
destructive open-world
add_note Append a new note to a ticket.
Append a new note to a ticket.
open-world
update_note Edit the content of an existing note.
Edit the content of an existing note.
idempotent open-world
delete_note Remove a note from a ticket.
Remove a note from a ticket.
destructive open-world
get_stage_history See 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-only idempotent open-world
search_contacts Find Bigin contacts by name, email, or phone.
Find Bigin contacts by name, email, or phone.
read-only idempotent open-world
get_tags List the tags available across the workspace.
List the tags available across the workspace.
read-only idempotent open-world
coql_query Run 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-only idempotent open-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"
  ]
}