Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by nwtgck • Tools & CLI
A minimal tool for creating single-purpose MCP servers that run JavaScript expressions for quick utilities like word counters or random string generators.
Expose a simple text-processing utility (e.g., word count) as an MCP tool without building a full server.
Generate random strings or other small data outputs using a one-line or short JavaScript expression (top-level await supported).
Rapidly prototype and share single-purpose commandable tools by specifying parameters and a script via command-line configuration.
one-mcp provides a lightweight way to define and run single-tool MCP servers via simple command-line configuration (examples use npx). Users declare tool name, parameters, and a JavaScript expression (supports top-level await) to implement the tool logic, enabling rapid prototyping of small utilities without writing full server code. It is useful for creating tiny, focused endpoints for text processing, random data generation, and other quick computations.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.