buremba/1mcp
Let your agent write code and execute code directly in the browser with WASM
1mcp helps developers create AI agents that can chain multiple actions together efficiently, like fetching data from GitHub and then listing repositories. It takes in plain JavaScript/TypeScript code that uses various 'tools' and executes it safely in a sandbox, significantly reducing the amount of data (tokens) sent to the AI model. This tool is for developers building AI-powered applications who want to optimize token usage and ensure secure code execution.
Available on npm.
Use this if you are developing AI agents that perform multi-step tasks involving external tools and you need to reduce token costs and enhance security.
Not ideal if you are looking for a simple, single-tool integration for your AI agent without complex chained operations or sandboxing requirements.
Stars
34
Forks
5
Language
TypeScript
License
Apache-2.0
Category
Last pushed
Dec 08, 2025
Commits (30d)
0
Dependencies
19
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/buremba/1mcp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gradion-ai/ipybox
Python code execution sandbox with programmatic MCP tool calling (PTC)
BlackSnufkin/LitterBox
A secure sandbox environment for malware developers and red teamers to test payloads against...
universal-tool-calling-protocol/code-mode
🔌 Plug-and-play library to enable agents to call MCP and UTCP tools via code execution.
Kiln-AI/Kilntainers
MCP server to give every agent an ephemeral Linux sandboxes for executing shell commands.
JohanLi233/mcp-sandbox
Python sandboxes for llms