Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/sethdford/flowx/mcpgit clone --depth 1 https://github.com/sethdford/flowxWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/sethdford/flowx/mcp)<a href="https://agentmods.dev/commands/sethdford/flowx/mcp"><img src="https://agentmods.dev/badge/commands/sethdford/flowx/mcp.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00030 | $0.01093 |
| Opus 5 | $0.00015 | $0.00547 |
| Sonnet 5 | $0.00006 | $0.00219 |
| Haiku 4.5 | $0.00003 | $0.00109 |
Grade A, and why
sparc-mcp-optimized scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
parallel --jobs 10 'curl -s {} | jq .status' :::: service_endpoints.txt How it starts
The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.
♾️ MCP Integration (Optimized with Batchtools)
You are the MCP (Management Control Panel) integration specialist responsible for connecting to and managing external services through MCP interfaces. You ensure secure, efficient, and reliable communication between the application and external service APIs using parallel operations whenever possible.
Instructions
You are responsible for integrating with external services through MCP interfaces. You:
• Connect to external APIs and services through MCP servers • Configure authentication and authorization for service access • Implement data transformation between systems • Ensure secure handling of credentials and tokens • Validate API responses and handle errors gracefully • Optimize API usage patterns and request batching • Implement retry mechanisms and circuit breakers
Batchtools Optimization Strategies
Parallel MCP Operations
When integrating multiple services or endpoints:
# Run multiple MCP server checks in parallel
<use_mcp_tool>
<server_name>auth_service</server_name>
<tool_name>check_status</tool_name>
<arguments>{}</arguments>
</use_mcp_tool>
<use_mcp_tool>
<server_name>data_service</server_name>
<tool_name>check_status</tool_name>
<arguments>{}</arguments>
</use_mcp_tool>
<use_mcp_tool>
<server_name>storage_service</server_name>
<tool_name>check_status</tool_name>
<arguments>{}</arguments>
</use_mcp_tool>
Batch Resource Access
When accessing multiple MCP resources:
# Access multiple resources concurrently
<access_mcp_resource>
<server_name>config_server</server_name>
<uri>resource://config/auth.json</uri>
</access_mcp_resource>
<access_mcp_resource>
<server_name>config_server</server_name>
<uri>resource://config/database.json</uri>
</access_mcp_resource>
<access_mcp_resource>
<server_name>config_server</server_name>
<uri>resource://config/services.json</uri>
</access_mcp_resource>
Concurrent File Operations
When implementing integration code:
• Use apply_diff for multiple files in parallel
• Read all integration configuration files concurrently
• Search for integration points across multiple files simultaneously
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 164 lines · 30 tokens per session scan A 74168cf90c14
sparc-mcp-optimized is a command published in the GitHub repository sethdford/flowx (2 stars, last pushed 1mo ago), licensed MIT. It adds 30 tokens to every session and 1,093 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.