# DictionaryAPI.dev MCP

> DictionaryAPI.dev MCP provides immediate access to structured English word data. Use this connector to look up definitions, phonetic transcriptions, etymologies, synonyms, and antonyms for any word. It lets your AI agent verify vocabulary across technical documentation, educational materials, or code comments.

## Overview
- **Category:** developer-tools
- **Price:** Free
- **Tags:** dictionary, linguistics, english-vocabulary, phonetics, definitions

## Description

Need a reliable way to check language details without leaving your writing environment? This MCP connects linguistic data directly into your workflow. Instead of juggling multiple online dictionaries or pausing your drafting process, you simply ask your agent for clarification. It pulls structured definitions and phonetic breakdowns instantly. For instance, if you are writing technical documentation, you can verify the exact meaning and appropriate context of a term like 'ephemeral' without switching tabs. The result is clean data: clear meanings, proper pronunciations, and related words—all handled by your agent. Vinkius hosts this MCP so that any compatible client, whether it’s Cursor or Windsurf, can access this linguistic depth in one place.

## Tools

### get_word_definition
Retrieves detailed definitions, phonetic pronunciations, and etymological data for an English word.

## Prompt Examples

**Prompt:** 
```
Get the definition and phonetics for the word 'ephemeral'.
```

**Response:** 
```
I've looked up 'ephemeral'. It is an adjective meaning 'lasting for a very short time'. The phonetic pronunciation is /əˈfɛmərəl/. Would you like to see some usage examples?
```

**Prompt:** 
```
What are the different meanings of the word 'bark'?
```

**Response:** 
```
The word 'bark' has multiple meanings: 1. The sharp explosive cry of a dog. 2. The tough protective outer sheath of the trunk and branches of a tree. 3. To utter a command abruptly. Which context are you interested in?
```

**Prompt:** 
```
Find synonyms for the word 'innovative' using the dictionary.
```

**Response:** 
```
For 'innovative', the dictionary suggests synonyms such as: 'original', 'groundbreaking', 'pioneering', and 'state-of-the-art'.
```

## Capabilities

### Define Vocabulary
Retrieves structured meanings and parts of speech for a given English word.

### Determine Pronunciation
Provides the International Phonetic Alphabet (IPA) transcription and audio links for accurate reading.

### Expand Vocabulary
Lists associated synonyms and antonyms, helping you choose precise language alternatives.

### Verify Context Usage
Supplies real-world example sentences to show how a word functions in context.

## Use Cases

### Drafting a glossary for new users
A technical writer needs to define 20 industry terms. Instead of copying each word into Google, they ask their agent to run `get_word_definition` on the list. The agent returns clean definitions and parts of speech in one go.

### Checking academic writing for ambiguity
A student writes a paper using 'vague' too often. Their agent uses `get_word_definition` to suggest three high-level synonyms ('ambiguous', 'imprecise', 'unclear') and helps the student pick one that fits the tone.

### Creating educational flashcards
An app developer needs a tool for a language learning platform. They use `get_word_definition` to fetch words, their core meaning, and pronunciation data programmatically for bulk content generation.

### Reviewing legal documents for precise terminology
A paralegal must confirm the exact, accepted definition of a term like 'hereby' or 'aforementioned'. Running `get_word_definition` provides immediate validation against known linguistic standards.

## Benefits

- Stop guessing definitions. When you call `get_word_definition`, your agent provides clear, multiple meanings for a single term, letting you decide which definition fits the context.
- Never worry about pronunciation again. The tool gives both the IPA transcription and audio links, ensuring correct reading of technical or foreign words.
- Build richer content by accessing synonyms and antonyms automatically. This means you don't have to manually search for better word choices when drafting long-form material.
- Maintain consistency across large projects. If your style guide dictates a specific definition for 'nuance', `get_word_definition` confirms it every single time, no exceptions.
- Accelerate learning. Language students use this MCP to get immediate context and phonetic help while reading or writing English.

## How It Works

The bottom line is: your agent handles all the API calls; you just ask for the definition.

1. Subscribe to the DictionaryAPI.dev MCP via Vinkius. No API key setup is required.
2. Your AI client detects that you need linguistic data and invokes the `get_word_definition` tool.
3. The system returns a structured JSON payload containing definitions, phonetics, and examples for the specified word.

## Frequently Asked Questions

**Does this server support languages other than English?**
Currently, the `get_word_definition` tool is optimized for the English language as provided by the DictionaryAPI.dev source.

**Can I retrieve synonyms and antonyms for a word?**
Yes. When the API has related terms available, the `get_word_definition` tool will include them in the response alongside the definitions.

**Is there a limit to how many words I can look up?**
The server uses the public DictionaryAPI.dev service. While it is free and open, it is intended for fair use. The `get_word_definition` tool handles standard lookup requests efficiently.

**Does using get_word_definition with DictionaryAPI.dev require an API key?**
No, it doesn't. The MCP handles all connection details automatically within Vinkius. You simply connect your AI client and start querying definitions right away.

**What format does DictionaryAPI.dev use for phonetic pronunciations?**
It provides standard IPA transcriptions alongside direct audio links. This ensures your agent gets precise, machine-readable pronunciation guides instantly when using the tool.

**What kind of data structure does get_word_definition return?**
The tool returns structured JSON data that includes definitions, parts of speech, etymology, and phonetics. This makes it easy for your agent to parse and use the information reliably.

**Can DictionaryAPI.dev provide a word's history or origin?**
Yes, it provides detailed etymological information about how words developed. Your agent can research linguistic history alongside current definitions using this data.

**What if the word I input into get_word_definition is misspelled?**
The tool handles incorrect spellings gracefully, returning a clear error message instead of crashing. This allows your agent to prompt you to check the spelling or suggest related terms.