1. Conduid
  2. AI
  3. turkce
MCP server · AI

turkce

Model Context Protocol Server for Turkish Language Foundation API

39Low

Scored 2 months ago · breakdown

About turkce

turkce is an MCP server published by git+kiliczsh in the AI category: model Context Protocol Server for Turkish Language Foundation API. It has been installed 0 times through Conduid.

Install

Install
npx mcp-turkce
Claude Code
claude mcp add turkce -- npx -y mcp-turkce
npx
npx -y mcp-turkce

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about turkce

Powered by Claude · Grounded in docs

I know everything about turkce. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

MCP Turkish Dictionary API (mcp-turkce)

Model Context Protocol Server for Turkish Language Foundation (TDK) API. This server provides access to Turkish dictionaries, including the main Turkish dictionary, etymology, dialects, and specialized terminology via Model Context Protocol (MCP).

This project is a wrapper for the official Turkish Language Foundation (TDK) dictionary API available at https://sozluk.gov.tr/.

Features

  • Main Dictionaries

    • General Turkish Dictionary (GTS)
    • Western-origin words
    • Scanning dictionary
    • Compilation dictionary
  • Specialized Dictionaries

    • Proverbs and idioms
    • Foreign words guide
    • Etymology dictionary
    • Origin information
  • Person Names Dictionaries

    • Male names
    • Female names
    • Unisex names
    • Search by name meaning
  • Dialect Dictionaries

    • Turkish dialects (Azerbaijani, Kazakh, etc.)
  • Science and Art Terminology

    • Multiple specialized dictionaries (Medicine, Biology, etc.)
    • Nursing terminology
    • Pharmacy terminology
    • Metrology terminology
    • Veterinary terminology

Installation

npm install mcp-turkce

Or to install globally:

npm install -g mcp-turkce

Usage

Running the MCP Server

npx mcp-turkce

Or if installed globally:

mcp-turkce

This will start the MCP server, which you can then use with your MCP client.

Usage with Claude Desktop

  1. Start the server using the command above
  2. Add the server ID to Claude Desktop
  3. Use the tools provided by the server to interact with Turkish dictionaries

Claude Integration Configuration

Add the following to your Claude configuration:

{
    "sozluk": {
        "command": "npx",
        "args": ["-y", "mcp-turkce"]
    }
}

API Example

If you want to use the API directly, you can import it in your own project:

import { TurkishDictionaryAPI } from 'mcp-turkce/api';

async function main() {
  const api = new TurkishDictionaryAPI();
  
  // Search the main Turkish dictionary
  const result = await api.searchWord('adalet');
  console.log(result);
  
  // Search for proverbs and idioms
  const proverbs = await api.searchProverbsAndIdioms('göz');
  console.log(proverbs);
}

main();

Check the test.ts file for more comprehensive examples.

Development

# Install dependencies
npm install

# Build the project
npm run build

# Run the test
npm run test

# Run the inspector for debugging
npm run inspector

License

MIT

Author

kiliczsh

README mirrored from the source repository 2 months ago. The original is authoritative.

Questions

About turkce

How do I install turkce?

Run npx mcp-turkce, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is turkce safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is turkce still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.