Developer Tools
apimcp.site
Provides a set of general-purpose developer utilities including JSON formatting, QR code generation, hashing, HTML preview, and color conversion.
ENDPOINT 1
https://apimcp.site/mcp
Known tools 135
diff-checkerCompare two texts and get structured diff output with line-level additions/removals.
Inferred read-onlysvg-optimizerOptimize SVG markup: remove whitespace, comments, and redundant attributes.
Potential side effectstoken-counterCount tokens, words, characters, and estimate reading time for any text.
Inferred read-onlycase-converterConvert text between upper, lower, title, sentence, camelCase, snake_case, kebab-case, and PascalCase.
Inferred read-onlybase-converterConvert numbers between binary, octal, decimal, hex, and any custom base.
Inferred read-onlypassword-generatorGenerate cryptographically secure random passwords with configurable character sets.
Inferred read-onlyemail-verifyValidate email addresses: syntax check, MX record lookup, disposable domain detection, role-based detection, typo suggestions.
Potential side effectscredit-cardValidate credit card numbers (Luhn) and detect brand, scheme, and BIN info.
Inferred read-onlydomain-reputationCheck if a domain is disposable, suspicious, or free email provider.
Potential side effectsurl-safetyScan URLs for suspicious patterns, phishing indicators, and security risks.
Inferred read-onlyfake-dataGenerate realistic fake data: names, emails, phones, companies, addresses, IBANs.
Inferred read-onlyai-text-rewriteRewrite text in different tones (professional, casual, formal, friendly, humorous).
Inferred read-onlyai-sentimentAnalyze sentiment (positive/negative/neutral) and detect emotions (joy, anger, sadness, fear, surprise) in text.
Inferred read-onlyai-blog-outlineGenerate blog post outlines with headings and bullet points from a topic.
Potential side effectsai-product-descWrite compelling product descriptions with tagline, benefits, and CTA.
Potential side effectsai-social-postGenerate social media posts for Twitter, LinkedIn, or Facebook from content.
Potential side effectsemail-syntaxRFC 5322 email syntax validation with detailed breakdown of local part and domain.
Potential side effectsemail-roleDetect if email is a role-based account (admin@, info@, support@, etc.).
Potential side effectsemail-typosquatDetect homoglyph and typosquat domains (g00gle.com vs google.com).
Potential side effectsemail-deliverabilityComposite score (0-100) based on syntax, role detection, temporary domain, and domain length.
Potential side effectsrss-to-jsonParse RSS or Atom feeds into structured JSON with items, categories, and metadata.
Inferred read-onlytimezone-by-coordApproximate timezone from latitude/longitude (based on longitude 15°/hour).
Inferred read-onlytimezone-by-cityLook up timezone, UTC offset, and DST info for major cities worldwide.
Inferred read-onlydistanceCalculate distance between two coordinates in km, miles, and nautical miles.
Inferred read-onlypage-infoExtract title, meta description, OG tags, H1s, and word count from a URL.
Inferred read-onlyreadabilityCalculate Flesch Reading Ease, Flesch-Kincaid Grade Level, and text statistics.
Inferred read-onlyage-calcCalculate exact age from birthdate — years, months, days, and days until next birthday.
Inferred read-onlyweek-numberGet the ISO 8601 week number, day of year, and days in year for any date.
Inferred read-onlytext-statisticsAnalyze text for word count, sentence count, readability, vocabulary density, and character composition.
Inferred read-onlyhtml-encoderEncode or decode HTML entities (&, <, >, ", ') for safe HTML rendering.
Inferred read-onlylevenshteinCalculate the Levenshtein edit distance and similarity ratio between two strings.
Potential side effectsbase58Encode or decode data using Bitcoin-style Base58 encoding (no look-alike characters).
Inferred read-onlysubnet-calcCalculate network address, broadcast address, subnet mask, and host ranges for any IPv4 CIDR range.
Inferred read-onlyhttp-statusLook up HTTP status codes by number — get name, class, and description for any code.
Inferred read-onlymime-lookupLook up MIME types by file extension, or get the complete list of 60+ supported types.
Inferred read-onlyport-commonLook up common port numbers — get service name, protocol, and description.
Inferred read-onlyjwt-encodeCreate signed JWT tokens with a JSON payload using HS256 (HMAC-SHA256).
Potential side effectsenv-utilParse .env files into structured JSON, validate variable names, or generate .env from JSON.
Inferred read-onlydockerfile-genGenerate production-ready Dockerfiles for Node.js, Python, Go, Rust, Deno, or static sites.
Inferred read-onlylicense-genGenerate open-source license text for MIT, Apache 2.0, GPLv3, BSD 2/3-Clause, or Unlicense.
Inferred read-onlyhttp-debuggerMake arbitrary HTTP requests and get full debug info: timing, redirect chain, response headers, body preview, TLS version, and server info.
Inferred read-onlyip-infoFull IP intelligence using Cloudflare headers: country, city, ASN, threat score, TLS version, bot score, latency.
Inferred read-onlyai-image-captionGenerate descriptive captions for images using Workers AI vision model.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.apimcp-site]
url = "https://apimcp.site/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apimcp-site": {
"type": "http",
"url": "https://apimcp.site/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apimcp-site
Remote MCP URL: https://apimcp.site/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"apimcp-site": {
"url": "https://apimcp.site/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apimcp-site": {
"type": "http",
"url": "https://apimcp.site/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apimcp-site",
"transport": "streamable-http",
"url": "https://apimcp.site/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for apimcp.site was fetched 2026-08-26T02:01:21.700Z.
apimcp.site is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.