1,000+ tools your agent can call over HTTP or MCP: search, convert, generate, validate, and more.
From web search and document generation to data conversion and validation. A sample of what's available.
Search the web, pull news on any topic, or extract metadata from a URL.
/tools/search/tools/news/tools/extract-url-metadataGenerate PDFs from HTML, convert Markdown to a document, or fill a template.
/tools/html-to-pdf/tools/markdown-to-html/tools/fill-templateGenerate SVG icons by name, produce QR codes, or capture screenshots of any URL.
/tools/svg-icon/tools/qr-code/tools/screenshotSummarize long content, detect language, run sentiment analysis, or extract keywords.
/tools/summarize/tools/detect-language/tools/sentimentConvert CSV to JSON, encode or decode strings, or slugify user input.
/tools/csv-to-json/tools/encode/tools/slugifyConvert currencies at live rates, parse date strings, or translate between timezones.
/tools/currency-convert/tools/date-parse/tools/timezone-convertValidate email addresses, check if URLs are reachable, or verify phone number formats.
/tools/validate-email/tools/validate-url/tools/validate-phoneFormat code, minify CSS or JS, or validate JSON against a schema.
/tools/format-code/tools/minify/tools/json-validateCall any endpoint directly over HTTP. Or configure an MCP client once and your agent auto-discovers every available tool with no additional setup required.
curl -X POST https://api.bigapi.ai/tools/search \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "Q3 2025 EV sales data", "limit": 5}'// claude_desktop_config.json
// Your agent auto-discovers every available tool.
{
"mcpServers": {
"bigapi": {
"url": "https://api.bigapi.ai/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}Every endpoint accepts JSON and returns JSON. Authenticated with X-API-Key.
/tools/spell-checkFind misspelled words and get suggested corrections for any block of text.
/tools/markdown-to-htmlConvert Markdown to sanitized HTML. Supports tables, fenced code blocks, and more.
/tools/text-statsAnalyze any text: word count, sentence count, paragraphs, and reading time.
/tools/slugifyConvert any text into a clean, URL-safe slug. Handles unicode and special characters.
/tools/svg-iconGenerate SVG icons by name. 20+ icons, customizable size and color.
Three steps and you're making API calls.
Takes under a minute. Your account is ready immediately.
Generate a named key from your dashboard. Pass it as the X-API-Key header on every request.
Hit any /tools/* endpoint over HTTP, or point an MCP-compatible client at https://api.bigapi.ai/mcp and it will auto-discover every available tool.
Straightforward pricing. No seat fees, no per-endpoint fees.
Starter
Pro
Most popularYour agent can make its first call in under five minutes.