Sketch Engine MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SKETCH_ENGINE_API_KEY | Yes | Your Sketch Engine API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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