# Wuro MCP for AI Agents AI Agent Connect

> Wuro lets you manage your French business's billing, CRM, and product catalog directly through your AI agent. You can create invoices, track quotes, manage client contacts, and handle HR tasks like leave requests without switching tabs. It connects your Wuro.fr account to your favorite AI tools for faster administrative work.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/undefined/ai-agent-connect
- **Tags:** billing-automation, invoicing, quote-management, crm, business-resources

## Description

Wuro lets you manage your French business's billing, CRM, and product catalog directly through your AI agent. Instead of jumping between tabs to check a quote, find a client's email, or draft an invoice, you can do it all in one place. This Connector puts your entire Wuro.fr workspace into your AI client's reach, allowing you to handle the heavy lifting of looking up data and organizing your records via natural conversation. You'll find it's a big help for keeping your CRM clean and your product catalog up to date without the usual friction of a web interface. By using the Vinkius catalog to connect this, you get a direct line into your billing and HR workflows. You can keep track of company expenses, monitor supplier information, and even handle employee records like leave requests without manual data entry. It's about making the administrative side of a business feel less like a chore and more like a quick chat. Whether you're an entrepreneur managing your own books or an admin handling a large team, this connection removes the need for constant copy-pasting between different business tools.

## Tools

### get_contact
Pulls the specific details for one contact in your database. Use this to quickly grab an email or phone number for a client.

### get_invoice
Retrieves the full details of a single customer invoice. Use this to look up specific billing history for one client.

### list_contacts
Shows every contact currently saved in your Wuro database. This is great for seeing your full list of leads and suppliers.

### list_invoices
Pulls a full list of all customer invoices. Use this to quickly see what has been billed and what is still pending.

### list_products
Displays every item in your current product catalog. It helps you keep track of your inventory and current pricing.

### list_purchases
Lists all company purchases and supplier costs. Use this to monitor your firm's spending and overhead.

### get_quote
Retrieves the specific details of a quote you need to review. Use this to check terms or pricing for a specific estimate.

### create_contact
Adds a new person or business to your CRM database. This saves you from having to manually type in new client info.

### create_invoice
Generates a new customer invoice with specific contact and line details. It turns a conversation into a formal billing record.

### create_quote
Creates a new quote or estimate for a client based on your instructions. Use this to get proposals out to leads faster.

### list_quotes
Shows all quotes and estimates currently in the system. Use this to review all pending proposals for your clients.

### list_employees
Lists all employees currently registered in your firm's records. Use this to manage your team's basic info and status.

## Prompt Examples

**Prompt:** 
```
I just signed a new client, Marc Lefebvre, at marc@example.com. Can you add him to Wuro?
```

**Response:** 
```
I've added Marc Lefebvre to your Wuro contacts. Would you like me to create a quote for him now?
```

**Prompt:** 
```
What are my top 3 most recent invoices?
```

**Response:** 
```
Here are your 3 most recent invoices from Wuro:

| Invoice # | Total | Status |
| :--- | :--- | :--- |
| F-2024-005 | €1,200.00 | Paid |
| F-2024-004 | €450.00 | Pending |
| F-2024-003 | €890.00 | Paid |
```

**Prompt:** 
```
List our current products and their prices.
```

**Response:** 
```
Here is the current product catalog from Wuro:

- **Product A**: €50.00
- **Product B**: €120.00
- **Service C**: €250.00

Would you like to see more details on any of these?
```

## Capabilities

### Create customer invoices
Generate new invoices with specific contact details and line items through a chat interface.

### Generate professional quotes
Produce estimates for clients based on your specific instructions and contact records.

### Update client databases
Add new contacts or retrieve existing client details to keep your CRM current.

### Monitor product catalogs
Access your full list of products and current pricing information instantly.

### Track company expenses
View all company purchases and supplier costs to keep your finances organized.

### Manage employee records
View staff lists and manage leave requests using simple natural language commands.

## Use Cases

### Quickly sending quotes to new leads
An owner needs to send a quote to a new lead. They ask the agent to create a contact for "Jean Dupont" and then use `create_quote` to send a professional proposal with specific line items.

### Reconciling monthly supplier spending
An accountant needs to reconcile last month's spending. They ask the agent to `list_purchases` to see all supplier expenses and then use `list_invoices` to check which ones are still pending.

### Managing staff leave and records
An admin wants to see who is on leave today. They use `list_employees` to check the current staff status and then use `create_contact` to add a new supplier to the database.

### Checking current product pricing
A salesperson needs to check a specific price. They ask the agent to `list_products` to see the current catalog and then use `get_quote` to see the details of a previous estimate.

## Benefits

- Create invoices instantly using `create_invoice` so you can get paid faster without having to manually fill out every field in a web form.
- Keep your CRM organized by using `create_contact` and `list_contacts` to manage leads, clients, and suppliers in one unified database.
- Monitor your profit margins with `list_products` and `list_purchases` to see what's selling and what your actual costs are.
- Speed up your sales process with `create_quote` and `list_quotes` to provide customers with accurate estimates in just a few seconds.
- Simplify your HR tasks by using `list_employees` to manage staff records and leave requests through simple, direct commands.
- Save hours of manual bookkeeping by using `list_invoices` to quickly check payment statuses and organize your accounts.

## How It Works

The bottom line is you get a conversational interface for your entire Wuro.fr business backend.

1. Subscribe to the Wuro MCP on Vinkius.
2. Add your Wuro Public and Private API Keys to your configuration.
3. Ask your AI client to list invoices, create quotes, or find contacts.

## Frequently Asked Questions

**Can I use Wuro with Claude or Cursor?**
Yes, you can connect this Connector to any compatible client like Claude, Cursor, or Windsurf to manage your business data.

**Does this work for non-French businesses?**
This Connector is specifically designed for Wuro.fr, which is primarily used by French businesses and entrepreneurs.

**Can I create invoices using just my voice?**
If your AI client supports voice input, you can certainly use it to create invoices and quotes through this Connector.

**Is my data safe with this connection?**
Yes, the connection uses secure HMAC-SHA1 signatures with your private API keys to ensure your Wuro.fr data stays private.

**Can I manage my employees' leave requests?**
Yes, you can use the Connector to view employee records and manage leave requests through simple natural language commands.

**How do I get my API keys?**
You can find your Public and Private API keys in your Wuro.fr account settings to authorize the connection.

**How do I obtain my Public and Private API Keys?**
Log in to your Wuro account, navigate to **Paramètres** (Settings) > **Intégration** > **API REST**, and generate your set of keys there.

**Is the connection secure?**
Yes. The integration uses HMAC-SHA1 signatures to authenticate every request, ensuring that your Private API Key is used to sign requests without being transmitted directly in every header.