Skip to main content
Glama
isantoro-nttdata

Test_aaa MCP Server

๐Ÿง  Test_aaa MCP Server

This module implements the MCP protocol bindings for the Test_aaa agent.

It auto-generates MCP compliant tools or data models and server code.

The server acts as a wrapper over the agent's async call loop and translates standard input/output formats.


๐Ÿ“„ Overview

  • Description: MCP server generated from OpenAPI by Backstage

  • Version: 0.1.0

  • Author: Platform Engineering


Related MCP server: mcp_sdk_petstore_api_44

๐Ÿ“ Module Structure

mcp_test_aaa/
โ”œโ”€โ”€ __init__.py
โ”œโ”€โ”€ server.py
โ”œโ”€โ”€ api/
โ”‚   โ”œโ”€โ”€ __init__.py
โ”‚   โ””โ”€โ”€ client.py
โ”œโ”€โ”€ models/
โ”‚   โ”œโ”€โ”€ __init__.py
โ”‚   โ””โ”€โ”€ base.py
โ””โ”€โ”€ tools/
    โ”œโ”€โ”€ __init__.py
    โ”œโ”€โ”€ pet_findbystatus.py
    โ”œโ”€โ”€ pet_findbytags.py
    โ”œโ”€โ”€ pet_petid_uploadimage.py
    โ”œโ”€โ”€ pet_petid.py
    โ”œโ”€โ”€ pet.py
    โ”œโ”€โ”€ store_inventory.py
    โ”œโ”€โ”€ store_order_orderid.py
    โ”œโ”€โ”€ store_order.py
    โ”œโ”€โ”€ user_createwitharray.py
    โ”œโ”€โ”€ user_createwithlist.py
    โ”œโ”€โ”€ user_login.py
    โ”œโ”€โ”€ user_logout.py
    โ”œโ”€โ”€ user_username.py
    โ””โ”€โ”€ user.py

๐Ÿš€ Running the MCP Server

Make sure dependencies are installed and environment variables are configured. Then run:

poetry run mcp_test_aaa

Or directly with Python:

uv run python -m mcp_test_aaa.server

๐ŸŒ API Endpoints

  • MCP /mcp โ€” Streamable HTTP endpoint for MCP clients

You can test with:

curl -i http://localhost:8000/mcp

โš™๏ธ Environment Variables

Variable

Description

TEST_AAA_API_URL

Base URL of the upstream API

TEST_AAA_TOKEN

Token used to authenticate against the API

MCP_MODE

Transport mode (stdio, http)

MCP_HOST

Host to bind the MCP server

MCP_PORT

Port to run the MCP server (default: 8000)


๐Ÿงฐ Available Tools

The following tools are exposed by this agent via the MCP protocol. These are defined in the tools/ directory and registered at runtime.

  • pet_petid_uploadimage.post_upload_file

  • pet.post_add_pet

  • pet.put_upd_pet

  • pet_findbystatus.get_find_pets_status

  • pet_findbytags.get_find_pets_tags

  • pet_petid.get_pet_id

  • pet_petid.post_upd_pet_form

  • pet_petid.del_pet

  • store_inventory.get_inventory

  • store_order.post_place_order

  • store_order_orderid.get_order_id

  • store_order_orderid.del_order

  • user_createwithlist.post_new_users_ls_input

  • user_username.get_user_name

  • user_username.put_upd_user

  • user_username.del_user

  • user_login.get_login_user

  • user_logout.get_logout_user

  • user_createwitharray.post_new_users_array_input

  • user.post_new_user


๐Ÿงช Testing

To test locally:

uv run python -m mcp_test_aaa.server

Or with the MCP Inspector:

npx @modelcontextprotocol/inspector uv run python -m mcp_test_aaa.server

๐Ÿ“š References

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    A lightweight server that enables interaction with the Swagger Petstore API using the Model Context Protocol, allowing operations on pets, stores, and users through dynamically loaded OpenAPI specifications.
    Last updated
    1
    Apache 2.0
  • F
    license
    -
    quality
    D
    maintenance
    A standalone MCP server generated from an OpenAPI specification that exposes Petstore API endpoints as tools for AI assistants. It utilizes SSE transport to enable models to interact with pet store management functionalities through natural language.
    Last updated
  • F
    license
    -
    quality
    D
    maintenance
    An MCP server generated from an OpenAPI specification that exposes Petstore API endpoints as tools for AI assistants. It enables interaction with pet store management functionalities using the Model Context Protocol over SSE transport.
    Last updated

View all related MCP servers

Related MCP Connectors

  • A basic MCP server to operate on the Postman API.

  • MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

View all MCP Connectors

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/isantoro-nttdata/test-aaa'

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