bmobot-mcp

bmobot-mcp

MCP server providing 37 developer tools for hashing, encoding, regex, JSON, SQL, cron, QR codes, UUID, JWT, and more, all powered by bmobot.ai APIs.

Category
访问服务器

README

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-mcp

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "bmobot": {
      "command": "npx",
      "args": ["-y", "bmobot-mcp"]
    }
  }
}

Tools (37)

Hash & Encode

Tool Description
hash Hash text with MD5, SHA-1, SHA-256, SHA-384, SHA-512
hmac Generate HMAC signatures with a secret key
encode Base64, URL, hex, HTML entity encode/decode

Text

Tool Description
convert_case camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, Title Case, and more
slugify Convert text to URL-safe slugs
count_words Word/char/sentence count with reading time estimate
extract_from_text Extract emails, URLs, numbers, hashtags, mentions, phones

JSON

Tool Description
format_json Format, validate, and pretty-print JSON
json_diff Compare two JSON objects and show differences
json_query Query JSON with dot-notation paths

Code & Dev

Tool Description
test_regex Test regex patterns against text
explain_regex Explain regex in plain English
format_sql Format SQL queries (MySQL, PostgreSQL, SQLite)
analyze_sql Extract tables, columns, JOINs from SQL
parse_cron Parse cron expressions with next run times
decode_jwt Decode JWT tokens (header, payload, expiration)
parse_semver Parse versions and check range satisfaction
http_status Look up HTTP status code meanings
diff_text Unified diff between two texts
test_glob Test glob pattern matching

Data Formats

Tool Description
csv_to_json Convert CSV to JSON
yaml_to_json Convert YAML to JSON
json_to_yaml Convert JSON to YAML
markdown_to_html Convert Markdown to HTML
extract_markdown_toc Extract table of contents from Markdown

Generators

Tool Description
generate_uuid UUID v4, v7, or ULID
generate_password Secure passwords, passphrases, PINs
generate_lorem Lorem ipsum placeholder text
generate_fake_data Realistic test data (people, addresses, companies, finance)
generate_qr QR codes as base64 PNG, SVG, or terminal art

Validation & Analysis

Tool Description
validate_email Email validation with MX lookup, disposable detection, typo suggestions
validate_ip IP address validation (v4/v6), type identification
calculate_cidr Network calculations from CIDR notation
color_palette Generate color palettes (complementary, analogous, triadic, etc.)
check_contrast WCAG color contrast ratio checker

Date & Time

Tool Description
datetime_now Current time in any timezone
datetime_diff 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

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选