# Poetic Meter Analyzer AI Agent Connect

> Deterministic poetic meter and syllable analysis for English poetry.

## Overview
- **Category:** education
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_HzGW2SMTPkxpG4RzQ8xMuc3xnljmhB6KvRhUdTG5/ai-agent-connect
- **Tags:** poetry, phonetics, meter, rhyme, linguistics

## Description

This MCP server provides precise phonetic and rhythmic decomposition of English verse. Use `analyze_line` to obtain syllable counts, stress patterns, and meter classifications. You can also use `identify_meter_type` to categorize specific stress sequences or `detect_rhyme` to verify phonetic matches between lines. It accounts for complex linguistic rules like elision, syncope, and silent 'e' to ensure accuracy in meter identification and rhyme detection.

## Tools

### analyze_line
Performs a deep phonetic and rhythmic decomposition of a single line of poetry

### detect_rhyme
Determines if two lines rhyme based on their phonetic endings

### identify_meter_type
Categorizes a sequence of stresses into a specific metrical name

## Prompt Examples

**Prompt:** 
```
Analyze the meter of this line: 'Shall I compare thee to a summer's day?'
```

**Response:** 
```
The line is in iambic pentameter with 10 syllables.
```

**Prompt:** 
```
Do 'heart' and 'part' rhyme?
```

**Response:** 
```
Yes, 'heart' and 'part' are a perfect rhyme.
```

**Prompt:** 
```
What is the stress pattern for 'Double, double toil and trouble'?
```

**Response:** 
```
The stress pattern is trochaic tetrameter.
```

## Frequently Asked Questions

**How does the tool handle silent letters?**
The tool follows CMU Pronouncing Dictionary standards, specifically accounting for silent 'e' and other phonetic rules to ensure syllable counts and stress patterns are accurate.

**Can I check if two lines rhyme?**
Yes, you can use the `detect_rhyme` tool to compare the phonetic endings of two lines and determine if they constitute a perfect or slant rhyme.

**What kind of meter can be identified?**
The server can identify standard English meters including iambic, trochaic, anapestic, dactylic, and spondaic patterns.
