ai-workers-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | No | Your Gemini API key (used as fallback if no config file exists) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ai_summarizeA | Summarize a URL or plain text using a configured free LLM. Pass url OR text (not both). Plain text only — no code or secrets. |
| ai_translateA | Translate plain text to a target language using a configured free LLM. Plain prose only — no code, secrets, or file paths. |
| ai_generateA | Generate text from a prompt using a configured free LLM. Plain prose only — no code, secrets, or file paths. |
| ai_rewriteB | Rewrite plain text in a given style using a configured free LLM. Plain prose only — no code, secrets, or file paths. |
| ai_proofreadA | Proofread plain text and list corrections using a configured free LLM. Plain prose only — no code, secrets, or file paths. |
| ai_bulletA | Extract key points from plain text as a markdown bullet list using a configured free LLM. Plain prose only — no code, secrets, or file paths. |
| ai_outlineA | Create a hierarchical markdown outline from plain text using a configured free LLM. Plain prose only — no code, secrets, or file paths. |
| ai_classifyA | Classify plain text into one of the provided labels using a configured free LLM. Plain prose only — no code, secrets, or file paths. |
| ai_extractA | Extract named fields from plain text as JSON using a configured free LLM. Plain prose only — no code, secrets, or file paths. |
| ai_qaA | Answer a question about a URL or plain text using a configured free LLM. Pass url OR text (not both). Plain text only — no code or secrets. |
| ai_compareB | Compare two plain texts and highlight similarities and differences using a configured free LLM. Plain prose only — no code, secrets, or file paths. |
| ai_email_draftA | Draft an email body from bullet points using a configured free LLM. Plain prose only — no code, secrets, or file paths. |
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
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/basttran/ai-workers-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server