Labsco
MCP SERVER · OFFICIAL PROJECT

302AI Basic Toolkit

by 302ai

Nine general-purpose tools — search, crawl, calculate, run code, parse files, deploy HTML.

Web Search EnginesVerified
Summary
deployHtml is the odd one out and the one that changes what the others are for.

Search, calculate and run-code are the standard gap-fillers. Adding a deploy step means the output of a session becomes a link you can send someone, rather than a code block they have to run themselves. That turns the toolkit from an assistant's scratchpad into something that produces artefacts. The separate arxiv and wikipedia searches are a small good decision too — both reward a targeted query far more than a general web search does.

What it is

302AI's toolkit for the capabilities a model does not have on its own: reaching the web, doing arithmetic reliably, running code, and reading files.

What you get
  • Search — webSearch, wikipediaSearch and arxivSearch, plus webCrawl for a specific page
  • Compute — calculator, and directRunCode for anything arithmetic cannot cover
  • Files — parseFileToText
  • Publishing — deployHtml and listHtmlProjects, so a generated page gets a URL
Requirements

Npx. MIT licensed, and this is the vendor's own package. Documentation is available in English, Chinese and Japanese.

Setup effort

One command plus a key — npx -y @302ai/basic-mcp, then supply credentials