Skip to main content
Glama
pslimmm
by pslimmm

Toolbox MCP

Реализация FastMCP для задачи Toolbox, описанной в toolbox.txt.

Установка

python -m pip install -e ".[dev]"

Related MCP server: Wolfram Alpha MCP Server

Запуск локально

python -m toolbox_mcp.server

Конечная точка MCP — http://localhost:8000/mcp. Переопределите HOST, PORT или MCP_PATH с помощью переменных окружения при развёртывании.

Сервер предоставляет:

  • get_name(name) — проверяет и возвращает указанное имя.

  • calculate(left, operator, right) — вычисляет одну поддерживаемую арифметическую операцию.

  • identify_shape(image_base64) — определяет PNG как rectangle, triangle или circle.

  • list_study_materials() / fetch_study_material(document_id) — перечисляет или читает учебную программу Phase 2.

  • search_study_material(question) — возвращает релевантные фрагменты учебной программы в пределах бюджета на извлечение.

  • next_route_node(map_id, current, destination, visited, hops_remaining) — выбирает переход по графу с наименьшей стоимостью, используя веса рёбер и плату за вход в узлы.

  • get_venues(day), get_schedule(person, day) и get_location(person, day) — получают данные о городе Phase 3.

  • find_meeting_window(...) — находит самое раннее свободное окно, с предварительными обязательствами из входящих как запасной вариант.

  • plan_outing(...) — объединяет расписания, местоположения, площадки и перемещение по сетке в один ответ о прогулке.

Тестирование

python -m pytest -q
F
license - not found
Not graded
quality - not tested
B
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
    Not graded
    quality
    D
    maintenance
    Enables scientific computing, mathematical problem solving, and step-by-step mathematical solutions through Wolfram Alpha's mobile API. Supports real-time streaming responses and multiple output formats for enhanced mathematical and scientific queries.
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to search, validate, and edit OpenStreetMap data through natural language commands and built-in safety protections. It supports discovery of nearby amenities, geographic data exploration, and secure map editing via OAuth authentication.
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • AI-callable calculators and engineering models with real formulas. No hallucinated math.

  • 500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.

  • Precision math engine for AI agents. 203 exact methods. Zero hallucination.

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/pslimmm/ubs-2026-mcp'

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