A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"tokenslash-server": {
"url": "https://token-slash-main-serve-fable-stars-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"tokenslash-server": {
"serverUrl": "https://token-slash-main-serve-fable-stars-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.tokenslash-server] url = "https://token-slash-main-serve-fable-stars-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://token-slash-main-serve-fable-stars-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Analyze an AI prompt end-to-end: estimate tokens, classify complexity, recommend a cheaper model, rewrite for efficiency, and project monthly savings. This is the main orchestration tool — call it once per user submission.
Rewrite an AI prompt to reduce token count without losing intent. Preserves code blocks, stated constraints, output formats, and examples. Returns the optimized prompt and estimated token savings percentage.
Merge Token Estimator, Complexity Classifier, Model Recommender, History Analyzer, and Prompt Rewriter outputs into one FinalReport for the UI.