15+ Free Developer Tool APIs Β· Free API Key Β· MCP Supported
Base URL: https://www.jiebang.site Β· Method: POST Β· Content-Type: application/json
Auto-detect format and convert. Or specify direction.
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | JSON or YAML string |
| direction | string | optional | auto / json2yaml / yaml2json |
Beautify, minify, or validate XML.
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | XML string |
| action | string | optional | beautify / minify / validate |
Beautify, minify, or uppercase SQL keywords.
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | SQL string |
| action | string | optional | beautify / minify / uppercase |
Parse 5-field cron expressions into human-readable descriptions with next 5 run times.
| Param | Type | Required | Description |
|---|---|---|---|
| expression | string | required | 5-field cron: min hour day month weekday |
Convert between decimal, binary, octal, hexadecimal.
| Param | Type | Required | Description |
|---|---|---|---|
| value | string | required | Number to convert |
| from | string | optional | dec / bin / oct / hex (default: dec) |
Encode or decode HTML entities, auto-detect direction.
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | String to process |
| action | string | optional | auto / encode / decode |
Convert time between time zones. Returns 20 major cities if no target specified.
| Param | Type | Required | Description |
|---|---|---|---|
| datetime | string | required | ISO time e.g. 2026-06-04T12:00 |
| fromZone | string | optional | Source timezone (default: Asia/Shanghai) |
| toZone | string | optional | Target timezone |
Generate QR codes with SVG/BMP/DataURL output, custom colors and error correction.
| Param | Type | Required | Description |
|---|---|---|---|
| content | string | required | Text or URL to encode |
| size | number | optional | Pixel size 64-1024 (default: 256) |
| format | string | optional | svg / bmp / dataurl (default: svg) |
| fgColor | string | optional | Foreground hex (default: 000000) |
| bgColor | string | optional | Background hex (default: ffffff) |
| ecLevel | string | optional | Error correction L/M/Q/H (default: M) |
Extract SEO info from any URL: title, description, OG tags, Twitter Cards, structured data, SEO health score.
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL to analyze |
| format | string | optional | full / summary (default: full) |
Quick SEO score and issues list. Also supports GET: GET /api/seo-check?url=...
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL to check |
| format | string | optional | full / summary (default: full) |
Create short links with click tracking. Free: 100 links/day (vs Bitly's 5/month!).
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | Long URL to shorten |
| code | string | optional | Custom short code (3-20 chars) |
Convert images to WebP/AVIF/PNG/JPEG with quality and resize options.
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | Image URL to convert |
| format | string | optional | webp / avif / png / jpeg (default: webp) |
| quality | number | optional | Quality 1-100 (default: 80) |
| width | number | optional | Target width (px) |
| height | number | optional | Target height (px) |
Scheduled task manager built for AI Agents. Create cron tasks, check due tasks, mark as done. Perfect for daily check-ins, monitoring, reminders.
| Param | Type | Required | Description |
|---|---|---|---|
| agent_id | string | Optional | Your agent identifier (default: "default") |
| name | string | Required | Task name, e.g. "Daily Check-in" |
| schedule | string | Required | Cron expression (5 fields): min hour day month weekday |
| description | string | Optional | Task description |
| tags | array | Optional | Tags like ["checkin", "monitor"] |
| callback_url | string | Optional | Webhook URL to call when due |
Parse, generate, analyze & convert tabular data. Supports CSV/TSV/JSON/XML formats with auto-detection. Ideal for exam data processing, report generation, data cleaning.
| Param | Type | Required | Description |
|---|---|---|---|
| action | string | Yes | Action: parse / generate / analyze / convert |
| content | string | Yes* | File content (for parse/analyze/convert) |
| data | array | Yes* | JSON data array (for generate) |
| format | string | No | Format: csv/tsv/json/xml/auto (default: auto) |
| from / to | string | No | Source/target format (for convert) |
| encoding | string | No | Content encoding: utf-8 / base64 |
JieBang tools support Model Context Protocol (MCP). AI Agents can call all tools directly via MCP.
Add this to Cursor / Claude Desktop / Windsurf config. Supports initialize, tools/list, tools/call methods.
Get your free API key in one command:
Two ways to pass your API key:
| Plan | Free | Pro |
|---|---|---|
| Requests per minute | 10 | 60 |
| Requests per day | 100 | 5,000 |
| Price | Free | $5/mo |
| MCP Support | β | β |
| Priority | Standard | Priority |
Check your API key usage (requires key):
Response includes: plan type, used quota, remaining requests, etc.
Free registration, instant key:
Configure MCP Server in your AI tool to auto-call tools.
| Feature | JieBang | Bitly Free | TinyPNG Free |
|---|---|---|---|
| Short links | 100/day | 5/month | N/A |
| API Key required | No | Yes | Yes |
| MCP support | Yes | No | No |
| Image compression | Free | N/A | 500/month |
| Tool count | 12+ | 1 | 1 |