Test_aaa MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Test_aaa MCP Serverfind pets by status 'available'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ง 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_aaaOr 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 |
| Base URL of the upstream API |
| Token used to authenticate against the API |
| Transport mode (stdio, http) |
| Host to bind the MCP server |
| 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_filepet.post_add_petpet.put_upd_petpet_findbystatus.get_find_pets_statuspet_findbytags.get_find_pets_tagspet_petid.get_pet_idpet_petid.post_upd_pet_formpet_petid.del_petstore_inventory.get_inventorystore_order.post_place_orderstore_order_orderid.get_order_idstore_order_orderid.del_orderuser_createwithlist.post_new_users_ls_inputuser_username.get_user_nameuser_username.put_upd_useruser_username.del_useruser_login.get_login_useruser_logout.get_logout_useruser_createwitharray.post_new_users_array_inputuser.post_new_user
๐งช Testing
To test locally:
uv run python -m mcp_test_aaa.serverOr with the MCP Inspector:
npx @modelcontextprotocol/inspector uv run python -m mcp_test_aaa.server๐ References
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/isantoro-nttdata/test-aaa'
If you have feedback or need assistance with the MCP directory API, please join our Discord server