JieBang Tools MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@JieBang Tools MCP ServerGenerate a short slogan for a tech startup"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
JieBang Tools MCP Server
🛠️ 29 free tools via MCP (Model Context Protocol). No API key required.
Quick Setup
Cursor / Claude Desktop / Windsurf
Add to your MCP config file:
{
"mcpServers": {
"jiebang-tools": {
"url": "https://www.jiebang.site/mcp",
"transport": "streamable-http"
}
}
}Smithery CLI
npx -y @smithery/cli install ajie-jiebang/jiebang-tools --client claudeDirect Test
curl -X POST https://www.jiebang.site/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Related MCP server: mcp-services
Available Tools (29)
📝 Text Processing
Tool | Description |
| Convert between JSON and YAML |
| Beautify, minify, or validate XML |
| Beautify, minify, or uppercase SQL |
| Parse cron expressions with next run times |
| Convert between decimal/binary/octal/hex |
| Encode or decode HTML entities |
| Convert time between time zones |
🤖 AI-Powered Tools
Tool | Description |
| AI copywriting, naming, slogans, titles, praise, couplets |
| Rewrite AI text to sound human (降AI率) |
| Extract keywords with search intent classification |
| Rewrite text in standard/creative/academic/casual styles |
| Summarize text (short/medium/long) |
🔍 SEO Tools
Tool | Description |
| Generate SEO-optimized article titles |
| Generate meta descriptions (120-160 chars) |
| Extract SEO meta tags from any URL |
| SEO health check with score |
🛠️ Utilities
Tool | Description |
| Generate QR codes (SVG) |
| Create short links with click tracking |
| Convert image formats (WebP/AVIF/PNG/JPEG) |
⏰ Cron Task Manager
Tool | Description |
| Create scheduled tasks with cron expressions |
| List tasks (filter by due/tag) |
| Mark task complete or failed |
| View execution history |
| Preset task templates |
📊 File Processing
Tool | Description |
| Parse CSV/TSV/JSON/XML to structured data |
| Generate CSV/TSV/JSON from data |
| Analyze tabular data with stats |
💡 Ideas Board
Tool | Description |
| Submit feature requests |
| Browse and filter ideas |
Why JieBang?
🆓 Free — No API key, no registration
⚡ Fast — ~10ms response time (built-in tools), AI tools ~2-5s
🔓 Open — REST API + MCP dual protocol
🌐 29 tools — Text, AI, SEO, images, files, cron tasks
🇨🇳 Bilingual — Chinese and English support
REST API
All tools are also available as REST API endpoints:
# Generate QR code
curl -X POST https://www.jiebang.site/api/qrcode \
-d '{"content":"https://example.com","format":"svg"}'
# SEO title generation
curl -X POST https://www.jiebang.site/api/seo-title \
-d '{"keyword":"free PDF converter","count":5,"lang":"en"}'
# Text humanizer
curl -X POST https://www.jiebang.site/api/humanizer \
-d '{"text":"AI-generated text here","lang":"en"}'
# Shorten URL
curl -X POST https://www.jiebang.site/api/shorten \
-d '{"url":"https://example.com/very/long/url"}'Full API docs: https://www.jiebang.site/api-docs
Links
🌐 Website: https://www.jiebang.site
📦 GitHub: https://github.com/jiebang-tools/jiebang-mcp-server
🔍 Smithery: https://smithery.ai/servers/ajie-jiebang/jiebang-tools
📡 MCP Endpoint: https://www.jiebang.site/mcp
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
20 free dev tools: JSON/YAML, XML/SQL, Cron, SEO, QR code, URL shortener, cron tasks, files
Deterministic AI agent microtools, no accounts/API keys. fetch_extract: 98% token cut. 38 tools.
49 free agent tools: WHOIS, PDF to text, email checks, FX rates, X12 EDI, JSON repair. No API key.
16 AI-native tools with dual SSE + streamable-http transport. Free tier available.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA comprehensive toolkit of 23 developer utilities that enables AI assistants to perform tasks like encoding, cryptography, and data generation locally without requiring API keys. It streamlines workflows by providing tools for JWT decoding, UUID generation, regex testing, and JSON formatting directly within the chat interface.25 npmMIT
- AlicenseNot gradedqualityDmaintenanceMulti-tool MCP server for AI agents with 29 tools across web scraping, SEO analysis, screenshot and PDF generation, domain intelligence, content extraction, multi-chain EVM blockchain queries, and security toolkit. Free tier available with no auth required.20 npm1MIT
- AlicenseDqualityCmaintenanceProvides 27 tools for web search, content extraction, and data processing without requiring any API keys.274MIT
- AlicenseAqualityDmaintenanceProvides 17 developer utility tools for AI agents, including free tools like JSON formatting, base64 encoding, UUID generation, and pro tools for regex, JWT, cron, and more.179 npm1MIT