Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Neshri • Tools & CLI
An MCP server that generates Python function code from natural-language requirements and can optionally run human-provided tests to validate the output.
Generate small, well-documented Python functions from a natural-language requirement.
Validate generated code against human-provided test cases to ensure correct parameter names and behavior.
An easy-to-run local MCP tool (via uv) to integrate function-generation into a larger automation or assistant workflow.
This server exposes a tool (create_python_function) that turns a written requirement into a Python function specification and implementation, with optional execution of human-validated test cases. It validates generated code for syntax and correct parameter names when tests are provided, and can run tests by calling the function with keyword arguments. The project is designed for easy local setup using the uv package and integration with MCP clients (e.g., Claude Desktop). It emphasizes human-provided test cases and warns against using AI-generated tests for validation.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.