Test Aaa Server
БесплатноНе проверенAuto-generated MCP server wrapping a Petstore API, providing tools for managing pets, store inventory, orders, and users via natural language or MCP clients.
Описание
Auto-generated MCP server wrapping a Petstore API, providing tools for managing pets, store inventory, orders, and users via natural language or MCP clients.
README
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
📁 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_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.server
Or with the MCP Inspector:
npx @modelcontextprotocol/inspector uv run python -m mcp_test_aaa.server
📚 References
Установка Test Aaa Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/isantoro-nttdata/test-aaaFAQ
Test Aaa Server MCP бесплатный?
Да, Test Aaa Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Test Aaa Server?
Нет, Test Aaa Server работает без API-ключей и переменных окружения.
Test Aaa Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Test Aaa Server в Claude Desktop, Claude Code или Cursor?
Открой Test Aaa Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Test Aaa Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
