bmobot-mcp
Provides tools for converting Markdown to HTML and extracting table of contents.
Supports formatting SQL queries for MySQL databases.
Supports formatting SQL queries for PostgreSQL databases.
Provides tools for parsing semantic versions and checking range satisfaction.
Supports formatting SQL queries for SQLite databases.
Generates QR codes in SVG format.
Provides tools for converting between YAML and JSON.
Click on "Install 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., "@bmobot-mcpgenerate a UUID v4"
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.
bmobot-mcp
MCP server providing 37 developer tools — hash, encode, regex, JSON, SQL, cron, QR codes, UUID, JWT, and more. All tools are powered by bmobot.ai APIs.
Works with Claude Desktop, Claude Code, and any MCP-compatible client.
Quick Start
Claude Code
claude mcp add bmobot-mcp -- npx -y bmobot-mcpClaude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"bmobot": {
"command": "npx",
"args": ["-y", "bmobot-mcp"]
}
}
}Related MCP server: ellmos-codecommander-mcp
Tools (37)
Hash & Encode
Tool | Description |
| Hash text with MD5, SHA-1, SHA-256, SHA-384, SHA-512 |
| Generate HMAC signatures with a secret key |
| Base64, URL, hex, HTML entity encode/decode |
Text
Tool | Description |
| camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, Title Case, and more |
| Convert text to URL-safe slugs |
| Word/char/sentence count with reading time estimate |
| Extract emails, URLs, numbers, hashtags, mentions, phones |
JSON
Tool | Description |
| Format, validate, and pretty-print JSON |
| Compare two JSON objects and show differences |
| Query JSON with dot-notation paths |
Code & Dev
Tool | Description |
| Test regex patterns against text |
| Explain regex in plain English |
| Format SQL queries (MySQL, PostgreSQL, SQLite) |
| Extract tables, columns, JOINs from SQL |
| Parse cron expressions with next run times |
| Decode JWT tokens (header, payload, expiration) |
| Parse versions and check range satisfaction |
| Look up HTTP status code meanings |
| Unified diff between two texts |
| Test glob pattern matching |
Data Formats
Tool | Description |
| Convert CSV to JSON |
| Convert YAML to JSON |
| Convert JSON to YAML |
| Convert Markdown to HTML |
| Extract table of contents from Markdown |
Generators
Tool | Description |
| UUID v4, v7, or ULID |
| Secure passwords, passphrases, PINs |
| Lorem ipsum placeholder text |
| Realistic test data (people, addresses, companies, finance) |
| QR codes as base64 PNG, SVG, or terminal art |
Validation & Analysis
Tool | Description |
| Email validation with MX lookup, disposable detection, typo suggestions |
| IP address validation (v4/v6), type identification |
| Network calculations from CIDR notation |
| Generate color palettes (complementary, analogous, triadic, etc.) |
| WCAG color contrast ratio checker |
Date & Time
Tool | Description |
| Current time in any timezone |
| Calculate difference between two dates |
Examples
Once installed, just ask Claude naturally:
"Hash this API key with SHA-256"
"Explain this regex:
^(?=.*[A-Z])(?=.*\d).{8,}$""Parse this cron:
0 */6 * * 1-5""Generate 5 UUIDs"
"Check if #333 on #fff passes WCAG contrast"
"Format this SQL query"
"Convert this YAML to JSON"
"Validate this email address"
Configuration
By default, tools call the hosted APIs at *.bmobot.ai. To use a custom API base:
# Claude Code
claude mcp add bmobot-mcp \
--env BMOBOT_API_BASE=https://{service}.your-domain.com \
-- npx -y bmobot-mcp
# Claude Desktop
{
"mcpServers": {
"bmobot": {
"command": "npx",
"args": ["-y", "bmobot-mcp"],
"env": {
"BMOBOT_API_BASE": "https://{service}.your-domain.com"
}
}
}
}The {service} placeholder is replaced with the service name (e.g., hash, json, cron).
Requirements
Node.js 18+
No API key required — all tools are free to use
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceZero-auth MCP server with everyday developer utilities: base64, UUID, hash, JWT decode, cron, timestamps, JSON, regex.Last updated17553MIT
- AlicenseAqualityAmaintenanceDeveloper-focused MCP server for code analysis and local engineering workflows. Provides tools for JSON repair, encoding fixes, import organization, format conversion, diff inspection, and regex testing.Last updated226123MIT
- FlicenseAqualityCmaintenanceA lightweight MCP server providing everyday developer utilities such as JSON formatting, UUID generation, Base64 conversion, HTTP status lookup, and Unix timestamp conversion as tools and resources.Last updated5
- AlicenseBqualityBmaintenanceA comprehensive developer utility MCP server that provides 23 tools including web search, currency conversion, crypto prices, QR code generation, JSON formatting, and more.Last updated24131MIT
Related MCP Connectors
Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).
MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RockaRhymeLLC/bmobot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server