# Marketplace Liquidity Engine AI Agent Connect

> Analyze marketplace health with real-time liquidity metrics.

## Overview
- **Category:** ecommerce
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_QvkDB6UOMQOt2saqoH5Peq0sWgl1dxRetKEyTVzR/ai-agent-connect
- **Tags:** liquidity, metrics, marketplace, gmv, supply-demand

## Description

This MCP server provides deep insights into marketplace efficiency. Use `get_liquidity_summary` to evaluate the balance between supply and demand, or `get_fill_rate_metrics` to see how effectively listings convert to sales. You can also use `get_geographic_liquidity` to find regional imbalances and `get_category_efficiency` to monitor throughput across different product segments.

## Tools

### get_category_efficiency
Evaluates how liquidity is distributed across different product categories

### get_fill_rate_metrics
Analyzes how effectively supply is being converted into completed transactions

### get_geographic_liquidity
Breaks down liquidity performance by geographic region to identify local imbalances

### get_liquidity_summary
Provides a high-level overview of the core liquidity health of the marketplace

## Prompt Examples

**Prompt:** 
```
What is the current liquidity health of my marketplace?
```

**Response:** 
```
The current supply-demand ratio is 1.2, with a transaction velocity of 0.45 and a composite liquidity score of 78/100.
```

**Prompt:** 
```
What is the fill rate for my current listings?
```

**Response:** 
```
The current fill rate is 65%, meaning 65% of all listings resulted in a successful transaction.
```

**Prompt:** 
```
How efficient is the electronics category?
```

**Response:** 
```
The electronics category has an average order value of $250 based on recent transaction data.
```

## Frequently Asked Questions

**What metrics does this server provide?**
It provides supply-demand ratios, transaction velocity, fill rates, and regional or category-specific liquidity scores.

**How is the liquidity score calculated?**
The score is a weighted combination of the supply-demand balance and the transaction velocity.

**Can I analyze specific regions?**
Yes, using `get_geographic_liquidity` you can identify local imbalances by passing regional supply and demand data.
