# Verb Conjugation Engine AI Agent Connect

> Deterministic morphological engine for Romance language verb conjugation.

## Overview
- **Category:** education
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_lyCuVSV2TGyeJHiBoIIgGZ6IuQK8kB23M5XScwFX/ai-agent-connect
- **Tags:** romance-languages, grammar, morphology, conjugation, linguistics-tool

## Description

This MCP server provides a deterministic morphological engine for generating accurate verb conjugations across Spanish, French, Italian, and Portuguese. It handles complex stem changes, precise accentuation, and strict clitic attachment rules. Use `conjugate_verb` to get specific forms, `get_conjugation_pattern` to identify morphological templates, or `validate_clitic_placement` to ensure correct pronoun positioning.

## Tools

### conjugate_verb
Provides the primary conjugation of a specific verb based on grammatical parameters

### validate_clitic_placement
Checks if a specific combination of verb form and pronoun placement is grammatically valid

### get_conjugation_pattern
Returns the morphological patterns or "templates" for a specific verb

## Prompt Examples

**Prompt:** 
```
Conjugate the Spanish verb 'hablar' in the present indicative for the first person singular.
```

**Response:** 
```
hablo
```

**Prompt:** 
```
What is the conjugation pattern for the French verb 'manger'?
```

**Response:** 
```
Regular -er verb pattern.
```

**Prompt:** 
```
Conjugate the Portuguese verb 'querer' in the present indicative for the third person singular.
```

**Response:** 
```
quer
```

## Frequently Asked Questions

**Which languages are supported?**
The engine supports Spanish, French, Italian, and Portuguese.

**How do I check if a pronoun placement is correct?**
You can use the `validate_clitic_placement` tool to verify if a pronoun should be proclitic or enclitic for a specific verb form and mood.

**Does it handle irregular verbs?**
Yes, the engine identifies highly irregular verbs and stem-changing (weak) verbs, providing the specific rule applied in the response.
