mcp-toolkit-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| calculateA | Evaluate a numeric arithmetic expression and return the result. Supports +, -, *, /, //, %, ** and parentheses. Use this for any arithmetic instead of computing it yourself — language models are unreliable at multi-digit math. Args: expression: A numeric expression, e.g. "2 * (3 + 4) / 7". |
| search_knowledge_baseA | Search the bundled knowledge base for passages relevant to a query. Args: query: Natural-language search query. top_k: Maximum number of results to return (default 3). |
| text_statsA | Compute character count, word count, sentence count, and estimated reading time for a piece of text. Args: text: The text to analyze. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize_document | Build a prompt asking the assistant to summarize a knowledge-base document, guiding it to first read the document as a resource. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| list_kb_documents | List every document name available in the knowledge base. |
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/varunram3232-glitch/mcp-toolkit-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server