INDIVIDUAL MCP TOOL
calculate_rbt_assessment_dates
Check how 40-hour training, initial competency assessment and application dates line up against the usual timing windows, and return the key dates that follow.
LIVE ENDPOINT
https://operation-optimize.com/api/public/mcp
Connect to this endpoint to inspect the live schema for calculate_rbt_assessment_dates and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
calculate_rbt_supervision_percentage— Calculate 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.plan_rbt_pdu_cycle— Pace an RBT professional development (PDU) cycle: 12 units across a 2-year recertification cycle for RBTs certifying or recertifying from 1 January 2026.plan_bcba_ceu_cycle— Pace a BCaBA (20 units), BCBA or BCBA-D (32 units) 2-year continuing education cycle.summarize_rbt_competency_readiness— Summarize self-rated RBT preparation across six competency areas (measurement, assessment, skill-acquisition, behavior-reduction, documentation, professional-conduct) and return suggested next steps.get_rbt_practice_scenarios— Return original RBT interview and role-play practice scenarios with discussion prompts and considerations.find_rbt_assessment_pathway— Identify 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.