Developer Tools
toolapi.org
Provides JSON validation, formatting, minifying, and CSV conversion utilities.
ENDPOINT 1
https://toolapi.org/mcp
MCP server metadata
- Name
- toolapi-hub
- Version
- 2.8.2
Known tools 193
toml_schema_validateValidate TOML config against JSON Schema (Draft 7) in one step.
Inferred read-onlyopenapi_diffCompare two OpenAPI specs and flag breaking vs non-breaking API changes.
Inferred read-onlygraphql_schema_diffDiff two GraphQL schemas for removed types/fields (breaking changes).
Inferred read-onlycompose_validateValidate docker-compose YAML and flag privileged/host-network/secret env issues.
Inferred read-onlygithub_actions_lintLint GitHub Actions workflow YAML (triggers, unpinned actions, curl|bash).
Inferred read-onlyjson_schema_validate_batchBatch JSON Schema (Draft 7) validation — up to 25 documents (agent favorite).
Inferred read-onlyjson_assert_pathsAssert JSONPath expressions against JSON (exists/equals/type) — agent self-check.
Inferred read-onlyjson_patch_applyApply RFC 6902 JSON Patch ops (add/remove/replace/test/move/copy).
Potential side effectsjson_schema_inferInfer a Draft-7 JSON Schema from a sample JSON document (agent favorite).
Inferred read-onlyopenapi_operations_listList OpenAPI path operations (method, path, operationId, tags).
Inferred read-onlygraphql_operations_listList GraphQL query/mutation/subscription names and type defs.
Inferred read-onlyduration_parseParse duration (ISO-8601 PnDTnHnMnS or human 1h30m / 90s) to seconds.
Inferred read-onlyregex_replaceReplace regex matches in text (supports backreferences in replacement).
Inferred read-onlydockerfile_lintLint Dockerfile for common security/style issues (root user, curl|sh, secrets).
Inferred read-onlypath_safety_checkCheck filesystem path for traversal / absolute / sensitive system paths.
Inferred read-onlynginx_config_lintLint nginx config snippets (braces, SSLv3, server_tokens, HSTS hints).
Inferred read-onlysql_danger_scanScan SQL text for dangerous patterns (DROP/TRUNCATE/DELETE without WHERE).
Potential side effectshtml_security_scanScan HTML for XSS-prone patterns (javascript: URLs, inline handlers, eval).
Potential side effectsidentifier_validateValidate identifier for python/javascript/typescript (keywords + syntax).
Inferred read-onlyjwt_claims_auditDecode JWT header/claims (no verify) and flag alg=none, missing exp, privileged roles.
Inferred read-onlysemver_range_intersectsHeuristic check whether two semver ranges share any sample versions (conflict hint).
Inferred read-onlysemver_max_satisfyingPick the highest version that satisfies a semver range (npm-style).
Inferred read-onlyipv4_private_checkClassify IP as private/loopback/link-local/global (SSRF helper).
Inferred read-onlyquery_string_parseParse URL query string into key/value map (supports multi-values).
Inferred read-onlycron_semantic_validateValidate cron field syntax and value ranges (minute 0-59, hour 0-23, etc.
Inferred read-onlycron_describeHuman-readable natural language description of cron expression (EN + ZH).
Inferred read-onlymail_inbox_listList messages in a temp inbox (requires token from mail_inbox_create).
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.toolapi-hub]
url = "https://toolapi.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"toolapi-hub": {
"type": "http",
"url": "https://toolapi.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: toolapi-hub
Remote MCP URL: https://toolapi.org/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": {
"toolapi-hub": {
"url": "https://toolapi.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"toolapi-hub": {
"type": "http",
"url": "https://toolapi.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "toolapi-hub",
"transport": "streamable-http",
"url": "https://toolapi.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.