Loop MCP Server
JSON →Enables LLMs to process array items sequentially with a specific task.
Tools · 6
- initialize_array Set up the array and task
- get_next_item Get the next item to process
- get_next_batch Get the next batch of items based on batch size
- store_result Store the result of processing
- get_all_results Get all results after completion
- reset Clear the current processing state
Links
★ 1 GitHub stars