General Tools
operation-optimize.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://operation-optimize.com/api/public/mcp
MCP server metadata
- Name
- aba-team-intelligence-tools
- Version
- 0.1.0
Free, anonymous ABA compliance calculators from Operation Optimize. Use `calculate_rbt_supervision_percentage` for the 5% monthly RBT supervision rule, `plan_rbt_pdu_cycle` and `plan_bcba_ceu_cycle` for recertification pacing, `summarize_rbt_competency_readiness` and `get_rbt_practice_scenarios` for RBT preparation, and `calculate_rbt_assessment_dates` / `find_rbt_assessment_pathway` for certification timing. Results are deterministic arithmetic and carry rule_version, effective_date and source_url. They are planning aids, not compliance or eligibility decisions — always relay the disclaimer and source with the answer.
Known tools 7
calculate_rbt_supervision_percentageCalculate the RBT supervision percentage for one calendar month (supervision hours ÷ service hours × 100) against the 5% monthly minimum, and optionally project the rest of the month from a daily service pace.
Inferred read-onlyplan_rbt_pdu_cyclePace an RBT professional development (PDU) cycle: 12 units across a 2-year recertification cycle for RBTs certifying or recertifying from 1 January 2026.
Inferred read-onlyplan_bcba_ceu_cyclePace a BCaBA (20 units), BCBA or BCBA-D (32 units) 2-year continuing education cycle.
Inferred read-onlysummarize_rbt_competency_readinessSummarize self-rated RBT preparation across six competency areas (measurement, assessment, skill-acquisition, behavior-reduction, documentation, professional-conduct) and return suggested next steps.
Inferred read-onlyget_rbt_practice_scenariosReturn original RBT interview and role-play practice scenarios with discussion prompts and considerations.
Inferred read-onlycalculate_rbt_assessment_datesCheck how 40-hour training, initial competency assessment and application dates line up against the usual timing windows, and return the key dates that follow.
Inferred read-onlyfind_rbt_assessment_pathwayIdentify which RBT pathway applies — first-time certification, maintaining certification, renewal (two-year cycle; final renewal assessment only in 2026), or returning after a lapse — and return the steps and timing for it.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aba-team-intelligence-tools]
url = "https://operation-optimize.com/api/public/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aba-team-intelligence-tools": {
"type": "http",
"url": "https://operation-optimize.com/api/public/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aba-team-intelligence-tools
Remote MCP URL: https://operation-optimize.com/api/public/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aba-team-intelligence-tools": {
"url": "https://operation-optimize.com/api/public/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aba-team-intelligence-tools": {
"type": "http",
"url": "https://operation-optimize.com/api/public/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aba-team-intelligence-tools",
"transport": "streamable-http",
"url": "https://operation-optimize.com/api/public/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.