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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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