Skip to main content
Glama
mikeysrecipes

Aiven MCP Server

list_projects

Retrieve all Aiven cloud projects to manage database and streaming services for application development.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'list_projects' tool, registered via @mcp.tool() decorator. It retrieves all projects from the Aiven client and returns a list of their names.
    @mcp.tool()
    def list_projects():
        logger.info("Listing all projects")
        results = aiven_client.get_projects()
        logger.info(f"Found {len(results)} projects")
        return [result['project_name'] for result in results]

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

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