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) — 対応している算術演算を 1 つ評価します。

  • identify_shape(image_base64) — PNG を rectangletrianglecircle のいずれかとして識別します。

  • list_study_materials() / fetch_study_material(document_id) — フェーズ 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) — フェーズ 3 の都市データを取得します。

  • find_meeting_window(...) — 最も早いクリーンなウィンドウを見つけ、フォールバックとして仮の受信トレイの予定を使用します。

  • plan_outing(...) — スケジュール、場所、会場、グリッド移動を組み合わせて 1 つの外出回答にします。

テスト

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