AI Tools
Browse our free collection of ai tools. All tools run locally in your browser for maximum privacy.
AI Tools help developers work with large language models, prompt engineering, token counting, and AI protocol testing. Whether you are building with the Model Context Protocol, debugging prompt templates, or comparing model pricing, these tools make AI development more predictable and cost-effective.
Common Workflows & Recommended Tools
Count tokens for a prompt before sending to an LLM API
β LLM Token CounterBuild and test a system prompt with structured sections
β System Prompt BuilderCompare pricing across GPT-4o, Claude, and Gemini
β LLM ComparisonTest an MCP server endpoint for protocol compliance
β MCP TesterBuild a JSON schema for structured LLM output
β LLM Schema BuilderCommon Mistakes to Avoid
- βEstimating token counts by word count, different tokenizers produce different counts. Always use the model-specific tokenizer for accurate cost estimation.
- βWriting system prompts without versioning, prompt changes should be tracked like code, with diff and rollback capability.
- βComparing model pricing without accounting for input vs output token price differences, output tokens are typically 2-4x more expensive.
- βUsing prompt caching without understanding cache invalidation, stale cached prefixes can cause incorrect completions.
Privacy-First by Design
Prompt content and system instructions are often proprietary. All AI tools run client-side, your prompts, schemas, and system instructions never leave your browser.
Frequently Asked Questions
How accurate is the LLM token counter?
The counter uses model-specific tokenizer implementations (tiktoken for OpenAI, Anthropic's tokenizer for Claude). Counts match the actual API billing within 1-2 tokens.
What is the Model Context Protocol?
MCP is an open protocol by Anthropic for connecting AI models to external tools and data sources. It defines a standard JSON-RPC interface for tool invocation, resource access, and prompt management.
Can I use these tools with proprietary prompts?
Yes. All processing runs client-side. Your prompts, system instructions, and schemas never leave your browser.