# Infinity MCP for AI Agents AI Agent Connect

> Infinity MCP lets you manage your project boards, tasks, and workspaces directly through your AI client. Instead of clicking through menus, you can ask your agent to create tasks, update statuses, or reorganize folders. It turns your project management workspace into a conversational interface.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_p5QJC30fZntHJlGm3GoBAm7PJOWw5x6FVhPYkxsU/ai-agent-connect
- **Tags:** task-management, workspace-organization, custom-attributes, board-management, workflow-automation

## Description

Imagine you're in the middle of a planning session and need to move five tasks into a new folder or update the priority on a dozen bug reports. Usually, that means a lot of clicking and hunting through nested boards. With this Connector, you just tell your agent to do it. You can browse your entire organization's workspaces, peek into specific boards, and see exactly how your attributes are set up. If you need to know what's in a specific folder or want to see every comment on a task, just ask. It handles the heavy lifting of navigating the Infinity structure so you can stay focused on the work. It's a great way to keep your project data updated without the constant context switching. Since Vinkius makes it easy to manage all your connections in one place, adding this to your setup is a quick way to get your project data moving.

## Tools

### check_api_health
Verify that your connection to the Infinity API is active and stable.

### create_board_item
Add a new task or record to a specific board using your defined attributes.

### remove_board_item
Delete an existing item from a board when it's no longer needed.

### get_current_user_profile
Fetch the information for the user currently authenticated with the Connector.

### list_board_attributes
See all the custom fields and attributes configured on a specific board.

### list_workspace_boards
Get a full list of every board available within a specific workspace.

### list_item_comments
View all the comments left on a specific task or record.

### list_board_folders
See how folders are organized within a specific board.

### list_board_items
Get a list of all tasks in a board, with the option to filter by folder.

### list_board_webhooks
See the active webhooks for a board to manage your automations.

### list_workspaces
Get a list of all the workspaces in your organization.

### update_board_item
Change the details of an existing item on your board.

## Prompt Examples

**Prompt:** 
```
What's the status of the 'Login Redesign' task?
```

**Response:** 
```
The 'Login Redesign' task is currently in the **In Progress** state. It's located in the 'UI Updates' folder on the 'Sprint Board'. There are 4 comments on this item, and the last update was made 2 hours ago.
```

**Prompt:** 
```
List all the boards in our 'Marketing' workspace.
```

**Response:** 
```
| Board Name | Item Count | Folders |
| :--- | :--- | :--- |
| Social Media Calendar | 45 | 3 |
| Brand Assets | 12 | 1 |
| Influencer Outreach | 28 | 5 |

Would you like to see the items for any of these?
```

**Prompt:** 
```
Create a new task in the 'Bug Tracker' board called 'Fix header overlap' and set the priority to High.
```

**Response:** 
```
I've added 'Fix header overlap' to the Bug Tracker board. I've set the priority to **High** and placed it in the 'Frontend' folder for you.
```

## Capabilities

### List all organization workspaces
See every workspace available in your organization at once.

### Browse board structures
Navigate through your boards to see how they are organized.

### Navigate folder hierarchies
Move through nested folders within your boards easily.

### Create and update tasks
Add new items or modify existing ones using natural language.

### Read item field values
Get specific data from any task or record on your board.

### View custom attributes
See all the custom fields and configurations on your boards.

## Use Cases

### Batch moving tasks to archive
A PM needs to move 20 Done tasks to an archive folder. They ask the agent to find all items with Done status and move them using list_board_items and update_board_item.

### Summarizing feedback on a bug
A team lead wants a summary of feedback on a specific bug. The agent uses list_item_comments to pull all notes into a summary.

### Mapping out a new workspace
An ops person needs to see what's in a new workspace. They ask the agent to list_workspaces and then list_workspace_boards to get an overview.

### Populating a new board
Creating a new project and setting up the board. Use list_board_attributes to see what's available and create_board_item to populate the first batch of tasks.

## Benefits

- Stop context switching by managing tasks directly in your AI client instead of opening a new tab.
- Update multiple task statuses at once using update_board_item to save time on repetitive manual work.
- Quickly audit project progress by pulling all comments with list_item_comments into a single view.
- Organize complex workflows faster by using list_board_folders and list_workspace_boards to map out your structure.
- Keep data accurate by viewing and modifying custom fields with list_board_attributes and create_board_item.

## How It Works

The bottom line is you get a conversational interface for your project management data.

1. Subscribe to the Infinity MCP on Vinkius.
2. Provide your Infinity Access Token in the configuration.
3. Start asking your AI client to manage your boards and tasks.

## Frequently Asked Questions

**Can the Infinity MCP help me manage my daily tasks?**
Yes, it lets you create, update, and delete tasks using natural language. You can ask your agent to change statuses or move items around without ever opening the Infinity website.

**Does the Infinity MCP support custom fields?**
It does. Your agent can see all the custom attributes and fields you've set up on your boards, allowing it to accurately update specific data points for your records.

**How do I use the Infinity MCP to organize my folders?**
You can ask your agent to list your current folders or move items into specific ones. It makes it much easier to keep your project structure clean without the manual drag-and-drop.

**Can I use the Infinity MCP to see comments on my tasks?**
Absolutely. You can ask your agent to pull all comments for a specific item, which is great for getting a quick summary of feedback without clicking through every thread.

**Is the Infinity MCP good for large organizations with many workspaces?**
Yes, it can list all workspaces in your organization. This gives your agent a bird's-eye view of everything, making it easier to find the right board or project quickly.

**What happens if I want to check if the connection is working?**
You can simply ask your agent to check the API health. It will verify the connection to Infinity and let you know if everything is running smoothly.

**Can I create and manage tasks through the AI agent?**
Yes. Use `create_board_item` to add new items to any board, `list_board_items` to browse existing items, `update_board_item` to modify fields and status, and `delete_board_item` to remove items. Use `list_board_attributes` to see available fields.

**Can I navigate workspaces, boards, and folders?**
Yes. Use `list_workspaces` → `list_workspace_boards` → `list_board_folders` to navigate the hierarchy. Each level provides IDs needed for the next level and for item management.

**Can I view custom fields and attributes on boards?**
Yes. `list_board_attributes` retrieves all custom attributes (fields) configured on a board, including field type, options, and default values. This helps understand the data structure before creating or updating items.