fruits-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PRODUCT_FRUITS_API_TOKEN | Yes | Your Product Fruits API token |
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 |
|---|---|
| list_articlesA | List all knowledge base articles. Optionally filter by category correlation ID. |
| import_articlesA | Import or update knowledge base articles (max 50 per request, up to 20 languages each). Each article requires 'correlationId' and 'contents'. Each content entry requires 'lang', 'title', and 'content'. Optional fields: 'format' (markdown|html), 'publishStatus' (published|draft), 'categoryCorrelationId', 'isPrivate', 'ignoreImportErrors'. |
| delete_articleB | Delete an entire article (all languages) by its correlation ID. |
| delete_article_languageA | Delete all content versions for a specific language from an article. |
| delete_article_content_versionC | Delete a specific content version from an article language. |
| list_categoriesA | Get all categories from the knowledge base. |
| get_categoryC | Retrieve a specific category by its correlation ID. |
| import_categoriesA | Import or update knowledge base categories. Creates if not found, updates if existing. Each category requires 'correlationId' and 'name'. Optional: 'parentCorrelationId', 'isPrivate', 'order'. |
| update_categoryC | Update an existing category by its correlation ID. |
| delete_categoryB | Delete a category by its correlation ID. |
| upload_imageA | Upload an image to use in knowledge base articles. Provide the image as a Base64-encoded string along with its MIME type (e.g. 'image/png') and filename (e.g. 'cover.png'). |
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
- 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/lucassampsouza/fruits-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server