Skip to main content
Glama
ricCap

Sketch Engine MCP Server

by ricCap

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SKETCH_ENGINE_API_KEYYesYour Sketch Engine API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_corpus_infoC

Get statistics and information about a corpus

get_wordlistC

Generate a wordlist from a corpus

get_concordanceC

Search for concordance lines in a corpus

get_word_sketchB

Get word sketch (grammatical relations) for a lemma

get_corporaB

List available corpora

get_frequency_distributionC

Get frequency distribution for a query

get_keywordsB

Extract keywords by comparing two corpora

get_collocationsC

Get collocations for a query

execute_cql_queryA

Execute arbitrary CQL (Corpus Query Language) queries. Documentation: https://www.sketchengine.eu/documentation/corpus-querying/. Use 'q' for simple queries or 'json' for complex queries with filters/sorts. Do not use both simultaneously.

get_word_sketch_diffA

Compare the behavior of two words/lemmas via their collocations. Returns scores indicating which collocation is more typical of which word, useful for observing differences between similar words.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ricCap/sketch-engine-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server