Toolbox MCP
Click on "Deploy 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., "@Toolbox MCPCalculate 12 * 8"
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.
Toolbox MCP
FastMCP implementation for the Toolbox challenge described in toolbox.txt.
Install
python -m pip install -e ".[dev]"Related MCP server: Wolfram Alpha MCP Server
Run locally
python -m toolbox_mcp.serverThe MCP endpoint is http://localhost:8000/mcp. Override HOST, PORT, or
MCP_PATH with environment variables when deploying.
The server exposes:
get_name(name)— validates and returns the supplied name.calculate(left, operator, right)— evaluates one supported arithmetic operation.identify_shape(image_base64)— identifies a PNG asrectangle,triangle, orcircle.list_study_materials()/fetch_study_material(document_id)— enumerate or read the Phase 2 syllabus.search_study_material(question)— return relevant syllabus passages within the recall budget.next_route_node(map_id, current, destination, visited, hops_remaining)— choose a least-cost graph hop using edge weights plus entered-node tolls.get_venues(day),get_schedule(person, day), andget_location(person, day)— fetch Phase 3 city data.find_meeting_window(...)— find the earliest clean window, with tentative inbox commitments as a fallback.plan_outing(...)— combine schedules, locations, venues, and grid travel into one outing answer.
Test
python -m pytest -qThis server cannot be deployed
Maintenance
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.
Background removal, upscaling, face restore, document OCR, table extraction, visual understanding.
Exact IBAN, VAT, cron, regex answers; HTML/URL to hosted PDF or screenshot; agent memory; workflows.
Related MCP Servers
- AlicenseBqualityCmaintenanceEnables mathematical formula visualization and analysis through interactive plotting, formula validation, and symbolic computation. Supports both Desmos API integration and local matplotlib rendering for creating 2D mathematical graphs.58Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables 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.1MIT
- FlicenseAqualityDmaintenanceEnables educational and learning tasks including flashcard generation with Anki integration, Zotero library management, Obsidian vault interaction, and mathematical expression verification with LaTeX support.8-
- AlicenseBqualityAmaintenanceEnables 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.2830 PyPI4MIT