IT Tools MCP

Provides 50+ developer utilities including cryptographic operations, text processing, data format conversion, network calculations, and encoding functions through a containerized TypeScript server with security features and rate limiting.

Skills

Explore the skills and capabilities of this skillset.

ps

List running processes

cat

Display content of a file

dig

Perform DNS lookup with dig command

scp

Copy files to or from a remote host using SFTP (SCP-like)

ssh

Connect to a target via SSH

top

Display system processes (snapshot)

curl

Make HTTP requests to web endpoints. Example: GET request to an API or POST data to a server

grep

Search for patterns in files

head

Display the beginning of a file

ping

Test network connectivity to a host. Example: ping google.com to check if it's reachable

tail

Display the end of a file

telnet

Test TCP connectivity to a host and port

fang_url

Defang or refang URLs for safe sharing (security analysis)

hash_md5

Generate MD5 hash

nslookup

Perform DNS lookup on a hostname or IP address

hash_sha1

Generate SHA1 hash

parse_url

Parse URL into components

decode_jwt

Decode JWT token (header and payload only)

decode_url

URL decode text

encode_url

URL encode text

format_css

Format and prettify CSS code

format_sql

Format and prettify SQL queries

format_xml

Format and prettify XML

test_regex

Test regular expressions against text

decode_html

Decode HTML entities

encode_html

Encode HTML entities

format_html

Format and beautify HTML code

format_json

Format and prettify JSON with proper indentation. Example: {"a":1,"b":2} → formatted JSON with customizable spacing

format_yaml

Format and prettify YAML

hash_bcrypt

Generate bcrypt hash or verify password against hash

hash_sha256

Generate SHA256 hash of input text. Example: "hello" → "2cf24dba4f21d..."

hash_sha512

Generate SHA512 hash

minify_json

Minify JSON by removing whitespace and unnecessary characters. Example: formatted JSON → compact single-line JSON

system_info

Get comprehensive system information, server details, available tool categories, and resource usage. Example: system information, tool categories, installation guide

compare_json

Compare two JSON objects and show differences

compare_text

Compare two texts and show differences

convert_list

Convert between different list formats (comma-separated, line-separated, etc.)

format_phone

Parse and format phone numbers

generate_otp

Generate Time-based One-Time Password (TOTP) codes

search_emoji

Search for emojis by name or category

slugify_text

Convert text to URL-friendly slug format

convert_angle

Convert between different angle units

convert_power

Convert between different power units

decode_base64

Decode Base64 text back to original text. Example: "SGVsbG8gV29ybGQ=" → "Hello World"

encode_base64

Encode text to Base64 format. Example: "Hello World" → "SGVsbG8gV29ybGQ="

evaluate_math

Safely evaluate mathematical expressions

generate_hmac

Generate HMAC (Hash-based Message Authentication Code)

generate_ulid

Generate Universally Unique Lexicographically Sortable Identifier (ULID). Example: creates time-sortable unique IDs like '01ARZ3NDEKTSV4RRFFQ69G5FAV'

generate_uuid

Generate a universally unique identifier (UUID). Example: generates "550e8400-e29b-41d4-a716-446655440000"

validate_iban

Validate and parse IBAN (International Bank Account Number)

convert_energy

Convert between different energy units

convert_rem_px

Convert between REM and PX units for CSS. Example: Convert 1.5rem to pixels, or 24px to rem units.

generate_bip39

Generate BIP39 mnemonic phrases

generate_token

Generate secure random tokens

logging_status

Get current MCP logging configuration and status

text_snakecase

Convert text to snake_case

capitalize_text

Capitalize first letter of each word

decode_safelink

Decode Microsoft Outlook SafeLink URLs

normalize_email

Normalize email addresses (remove dots, plus aliases, etc.)

generate_crontab

Generate crontab expressions

generate_qr_code

Generate QR code for any text including URLs, WiFi networks, contact info, etc.

logging_setLevel

Set the minimum logging level for MCP logging notifications. Available levels: debug, info, notice, warning, error, critical, alert, emergency

obfuscate_string

Obfuscate text by replacing characters with their HTML entities or other representations

show_device_info

Get basic device/system information

format_javascript

Format and beautify JavaScript/CSS code

generate_ipv6_ula

Generate IPv6 Unique Local Address (ULA) prefix

generate_password

Generate a secure password

lookup_mime_types

Look up MIME types for file extensions

analyze_text_stats

Get statistics about text (character count, word count, etc.)

convert_hex_to_rgb

Convert HEX color to RGB

convert_rgb_to_hex

Convert RGB color to HEX

generate_ascii_art

Generate ASCII art text using figlet fonts. Example: 'Hello' → stylized ASCII text art, supports 295+ fonts

generate_numeronym

Generate numeronyms (abbreviations with numbers) from text

identify_file_type

Identify file type based on magic numbers/file signatures

lookup_http_status

Get information about HTTP status codes

show_unicode_names

Convert text to Unicode character names

calculate_ip_subnet

Calculate subnet information for IPv4

convert_json_to_csv

Convert JSON to CSV format

convert_number_base

Convert numbers between different bases (binary, octal, decimal, hexadecimal)

convert_temperature

Convert temperatures between Celsius, Fahrenheit, and Kelvin

generate_basic_auth

Generate HTTP Basic Authentication header

lookup_port_numbers

Look up common TCP/UDP port numbers and their services

calculate_percentage

Calculate percentages, percentage of a number, or percentage change

convert_json_to_toml

Convert JSON to TOML format

convert_text_to_nato

Convert text to NATO phonetic alphabet

convert_toml_to_json

Convert TOML to JSON format

encode_html_entities

Extended HTML entity encoding/decoding

generate_lorem_ipsum

Generate Lorem Ipsum placeholder text

generate_mac_address

Generate random MAC address

generate_random_port

Generate random port numbers

calculate_ipv4_subnet

Calculate IPv4 subnet information

calculate_ipv6_subnet

Calculate IPv6 subnet information

decrypt_ansible_vault

Decrypt Ansible Vault encrypted text

encrypt_ansible_vault

Encrypt text using Ansible Vault format

generate_markdown_toc

Generate a table of contents from Markdown headers

show_docker_reference

Get Docker commands reference and cheatsheet

analyze_distinct_words

Count distinct words in text and show their frequency

convert_roman_numerals

Convert between Arabic numbers and Roman numerals

convert_text_to_binary

Convert text to binary and vice versa

convert_unix_timestamp

Convert between Unix timestamps and human-readable dates

show_ansible_reference

Get Ansible commands reference and cheatsheet

convert_text_to_unicode

Convert text to Unicode code points and vice versa

parse_ansible_inventory

Parse and validate Ansible inventory files

validate_docker_compose

Validate Docker Compose files for syntax errors, compatibility issues, and best practices. Example: check YAML syntax, service configuration, network setup

convert_cidr_to_ip_range

Convert CIDR notation to IP address range

convert_html_to_markdown

Convert HTML to Markdown

convert_ip_range_to_cidr

Convert IP address range to CIDR notation(s)

convert_markdown_to_html

Convert Markdown to HTML

generate_svg_placeholder

Generate SVG placeholder images

generate_traefik_compose

Generate Traefik Docker Compose configuration

convert_text_to_camelcase

Convert text to camelCase format. Example: 'hello world' → 'helloWorld', 'my-variable-name' → 'myVariableName'

convert_text_to_kebabcase

Convert text to kebab-case

convert_text_to_lowercase

Convert text to lowercase

convert_text_to_uppercase

Convert text to uppercase

validate_ansible_playbook

Validate Ansible playbook syntax and structure

convert_text_to_pascalcase

Convert text to PascalCase

generate_ansible_inventory

Parse and validate Ansible inventory files

convert_docker_compose_to_run

Convert Docker Compose files to docker run commands

convert_docker_run_to_compose

Convert docker run commands to Docker Compose format

Configuration

Customize the skillset to fit your needs.
MCP Server

Connect to MCP Server

IT Tools MCP

AI 网页工程师
AI Programmer 是一个 AI 页面,可以将您的原始发布说明转换为时尚、可发布的 HTML 页面。
Discourse 社区管理员
Discourse 社区管理员助手帮助您快速生成清晰、友好且结构良好的用户回复,使社区管理变得更轻松和专业。
AI 写作助手
告诉我有关 AI 产品或品牌的信息 - 我将撰写吸引人的营销文案、文章和社交媒体帖子,根据您的品牌声音和产品细节量身定制,并附上相关链接和插图。
工单管理员
收集、分析和管理来自表单和数据库的支持工单,帮助您高效地跟踪、优先处理和回应。
社区活动分析员
分析社区活动截图,报告参与趋势和讨论亮点。上传社区互动的截图,该智能体会生成一份清晰的markdown报告,总结参与水平、关键讨论主题和显著亮点 — 非常适合社区经理、市场营销人员和产品团队。
Email 营销助手
自动寻找潜在客户并发送为期3天的跟进邮件序列。
Github issues 助手
Github Issues 助手是一个 AI 智能体,用于简化 GitHub issues的管理。它可以直接在存储库中简化创建、跟踪和优先处理错误、任务或功能请求的过程。非常适合团队使用,确保一致的格式,自动化重复步骤,并与开发管道集成。
需求文档撰写助手
告诉我您的产品或功能想法 - 我将帮助您创建全面且详细的需求文档,涵盖用户故事、验收标准、技术规范等内容。
办公文档助手
一个专为公司内部运营设计的 AI 虚拟行政助理。帮助您快速创建高质量的内部文档,如公告、会议记录、摘要、表格、流程和人力资源记录。

Frequently Asked Questions

Bika.ai是免费使用的吗?
是什么让 Bika.ai 如此独特?
一句话快速介绍:什么是Bika.ai?
"BIKA" 这个缩写单词代表什么意思?
Bika.ai是怎么做到AI自动化做事的?
Bika.ai与Kimi、ChatGPT等AI助手有什么区别?
Bika.ai与多维表格有什么区别?
Bika.ai在单表数据量、关联引用变多后,如几万行、几十万行,会卡吗?
Bika.ai中的"空间站"是什么?
付款后我拥有多少个付费空间?
什么是"资源"?
Bika.ai的团队是怎样”吃自己的狗粮“(应用自己的产品)的?
Bika.ai如何帮助提高工作效率?
Bika.ai 的AI自动化功能有哪些特点?
Bika.ai 中的自动化模板是什么?
Bika.ai 是否支持团队协作及权限功能?
Bika.ai是否只适合个人使用?企业团队会不适合?

Embark on Your AI Automation