Skip to main content
Glama
mikeysrecipes

Aiven MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AIVEN_TOKENYesThe authentication token for Aiven
AIVEN_BASE_URLNoThe Aiven API urlhttps://api.aiven.io

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projectsD
list_servicesD
get_service_detailsD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: get_service_details retrieves specific service information, list_projects enumerates projects, and list_services enumerates services. There is no overlap in functionality, and an agent can easily distinguish between them based on their names and inferred actions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: get_service_details, list_projects, and list_services. The naming is uniform, using snake_case throughout, with clear verbs (get, list) that accurately describe the actions.

Tool Count3/5

With only 3 tools, the server feels thin for managing Aiven services, which typically involve CRUD operations. While the tools cover listing and getting details, the absence of create, update, or delete tools suggests limited scope, making it borderline appropriate for the domain.

Completeness2/5

The tool surface is significantly incomplete for managing Aiven services. It lacks essential operations such as creating, updating, or deleting services or projects, leaving agents unable to perform full lifecycle management. This gap will likely cause agent failures in handling common administrative tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues