Skip to main content
Glama
mikeysrecipes

Aiven MCP Server

get_service_details

Retrieve configuration, status, and connection details for managed database and streaming services in Aiven projects to monitor and integrate cloud infrastructure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_nameYes
service_nameYes

Implementation Reference

  • This is the handler function implementing the 'get_service_details' tool. It retrieves detailed information about a specific service in an Aiven project using the Aiven client. The @mcp.tool() decorator registers it with the MCP server.
    @mcp.tool() def get_service_details(project_name, service_name): logger.info("Fetching details for service: %s in project: %s", service_name, project_name) result = aiven_client.get_service(project=project_name, service=service_name) return result

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/mikeysrecipes/mcp-aiven'

If you have feedback or need assistance with the MCP directory API, please join our Discord server