3 months ago
Free AI security & productivity tools — prompt injection tester, PII redactor, code sanitizer, context budget planner, model picker, and more. 6 tools available via MCP, all stateless and no auth required.
Overview
ToolPilot
Free, fast, and beautiful online tools for developers, creators, and everyone. No signup required.
AI SecurityPrivacyAI BuilderAI Media
All Tools (8)
For AI Agents
Use these tools programmatically via MCP or REST API
MCP Server
Connect Claude Desktop, Cursor, or any MCP client. Add to your config:
{
"mcpServers": {
"toolpilot": {
"url": "https://project-cabyb.vercel.app/api/mcp"
}
}
}
REST API
Call any tool via HTTP. No auth required, no rate limits.
https://project-cabyb.vercel.app/openapi.jsonllms.txt
Machine-readable tool directory for LLM agents and crawlers.
https://project-cabyb.vercel.app/llms.txtServer Config
{
"mcpServers": {
"toolpilot": {
"url": "https://project-cabyb.vercel.app/api/mcp"
}
}
}