Skip to main content
Glama
pslimmm
by pslimmm

Toolbox MCP

针对 toolbox.txt 中所述 Toolbox 挑战的 FastMCP 实现。

安装

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

Related MCP server: Wolfram Alpha MCP Server

本地运行

python -m toolbox_mcp.server

MCP 端点为 http://localhost:8000/mcp。部署时可通过环境变量覆盖 HOSTPORTMCP_PATH

服务器提供以下功能:

  • get_name(name) — 校验并返回所提供的名称。

  • calculate(left, operator, right) — 计算一个受支持的算术表达式。

  • identify_shape(image_base64) — 将 PNG 识别为 rectangletrianglecircle

  • list_study_materials() / fetch_study_material(document_id) — 枚举或读取第二阶段的学习材料。

  • search_study_material(question) — 在记忆预算内返回相关的学习材料段落。

  • next_route_node(map_id, current, visited, destination, hops_remaining) — 根据边权重与进入节点的通行费用,选择成本最低的下一跳。

  • get_venues(day)get_schedule(person, day)get_location(person, day) — 获取第三阶段的城市数据。

  • 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