# Fusioo MCP for AI Agents AI Agent Connect

> Fusioo MCP. Connect your Fusioo workspace to your AI agent to manage custom apps, records, and project data. It lets your agent handle CRM updates, project tracking, and dashboard snapshots without you having to toggle between tabs.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_z5lLK61gHV8SvKW14Rde8ODDEwLsoSovu3B7vG1n/ai-agent-connect
- **Tags:** custom-apps, workspace-automation, record-management, business-process, database-management, collaboration

## Description

This Connector connects your Fusioo workspace to your AI agent so you can stop jumping between tabs to update records. If you're managing a CRM or a complex project tracker, you can just tell your agent to find a specific entry, update a status, or pull a list of active tasks. It handles the heavy lifting of navigating your custom app schemas and record details. You'll find it's a lot faster to ask for a summary of your current project volume than it is to open a dashboard and filter manually. By checking your workspace users and reports, your agent stays grounded in your actual team context. When you use this through the Vinkius catalog, you're essentially giving your agent a direct line to your custom database. It lets you handle record creation and updates as part of a natural conversation, making it feel like your agent is actually sitting in the workspace with you. Whether you're tracking inventory, managing sales leads, or overseeing a construction timeline, this connection puts your custom data into the hands of your agent. It turns your workspace into a dynamic source of truth that your AI can actually interact with.

## Tools

### verify_api_connection
Check connection. Use it to troubleshoot your setup and ensure your agent can reach your workspace.

### get_app_schema
Get app metadata. This helps your agent understand exactly what fields exist in your custom apps.

### get_app_record_count
Get total record count. This is perfect for quick volume checks on your projects or leads.

### list_workspace_reports
List available reports. This gives your agent access to high-level summaries of your data.

### list_workspace_users
List teammates. This helps your agent stay aware of who is involved in your workspace.

### update_app_record
Modify a record. This is how you change project statuses or update lead information instantly.

### create_app_record
Add a new record to your custom app. Use this to populate your CRM or project list quickly.

### get_my_identity
Get current user. Use this to verify the profile of the person currently making changes.

### get_record_details
Get record metadata. Use it to see the full details of a specific project or client entry.

### list_apps
List all Fusioo apps. This lets your agent see the full scope of your custom workspace data.

### list_app_records
List records in app. Use this to browse your current projects or leads without leaving your chat.

### list_dashboard_widgets
List widgets. Use this to see what data points you're currently tracking on your dashboard.

## Prompt Examples

**Prompt:** 
```
Show me all the apps in my workspace.
```

**Response:** 
```
I've retrieved the apps in your workspace. Here they are:

| App Name | ID |
| :--- | :--- |
| Projects | app_123 |
| Clients | app_456 |
| Tasks | app_789 |
| Inventory | app_000 |

Which one would you like to explore?
```

**Prompt:** 
```
How many records are in the Projects app?
```

**Response:** 
```
Calculating records... There are currently 42 records in your Projects app. Would you like to see the most recent ones?
```

**Prompt:** 
```
Update the status of Project X to 'Done'.
```

**Response:** 
```
Updating record... I've successfully updated the status for Project X to 'Done' in your workspace.
```

## Capabilities

### Update CRM records
Change specific fields in your custom apps instantly through a chat interface.

### Check project volume
Get the total count of records in any app to track project growth.

### Fetch app schemas
Let your agent understand exactly what fields exist in your custom apps.

### View workspace reports
Pull high-level snapshots of your data for quick oversight.

### List team members
Keep your agent aware of who is involved in your workspace.

## Use Cases

### CRM Lead Updates
An admin asks the agent to update a lead's status to 'Contacted' and the agent does it using update_app_record.

### Project Volume Checks
A manager asks how many 'In Progress' projects exist and gets a count instantly using get_app_record_count.

### Team Audit
An ops lead asks for a list of all workspace users to verify permissions using list_workspace_users.

### Data Entry Automation
A user describes a new client, and the agent creates the record using the schema from get_app_schema.

## Benefits

- Stop manual navigation: Use list_app_records to see your data without opening the browser.
- Instant record updates: Use update_app_record to change statuses in seconds.
- Accurate data counts: Get real-time numbers with get_app_record_count for quick reporting.
- Context-aware agents: Give your agent a clear view of your team using list_workspace_users.
- Schema awareness: Let your agent know your custom fields using get_app_schema.
- Fast report access: Pull high-level summaries with list_workspace_reports for quick oversight.

## How It Works

The bottom line is you get a direct bridge between your custom workspace data and your AI agent.

1. Subscribe to the Fusioo MCP on the Vinkius Marketplace.
2. Add your Client ID and Client Secret from the Fusioo Integrations page.
3. Start asking your AI client to manage records or list apps.

## Frequently Asked Questions

**Can Fusioo MCP help me manage my CRM?**
Yes. It allows your AI agent to read and update CRM records, check lead counts, and pull reports directly from your custom workspace.

**How does Fusioo MCP handle my custom app data?**
The Connector fetches your app schemas so the agent understands your unique fields, then lets it interact with individual records as you request.

**Can I use Fusioo MCP to see my team members?**
Yes. You can ask your agent to list everyone in your workspace to get a clear picture of who is involved in your projects.

**Does Fusioo MCP support record updates?**
It does. You can tell your agent to modify specific fields on any record, such as changing a project status or updating a client's info.

**Can I see my reports through the Fusioo MCP?**
Yes. Your agent can pull high-level snapshots from your available workspace reports to give you a quick overview of your data.

**How do I get a Client ID and Secret for Fusioo?**
Log in to your Fusioo workspace, navigate to Integrations > Custom Integrations, and create a new integration to retrieve your Client ID and Client Secret.

**Where do I find my App ID or Record ID?**
Open any record in your Fusioo app, click the options menu (three dots), and select 'Developer Information' to see the IDs for the App, Record, and Fields.

**Can I filter records through the agent?**
The 'list_app_records' tool retrieves the most recent records. For advanced filtering, ensure you have the correct App ID or use the 'get_record_details' if you have the specific ID.

**What is the difference between an App and a Record?**
In Fusioo, an App is a collection or database table (e.g., 'Projects'), while a Record is a specific entry in that collection (e.g., 'Website Launch').