Developer Tools
toolsmonk.com
Provides search, retrieval, and listing of tools from the ToolsMonk catalog, along with site information.
ENDPOINT 1
https://toolsmonk.com/api/mcp
MCP server metadata
- Name
- toolsmonk
- Version
- 1.0.0
ToolsMonk is a free browser-based toolbox (256 tools). Use search_tools with the user's task in plain language to find the right tool, then give the user the returned `url` to open. The tools here are READ-ONLY catalog lookups: they describe tools, they do not run them, and no file is ever uploaded through this server. Check `runsInBrowser` before promising privacy: when it is true the user's file never leaves their device.
Known tools 5
get_toolReturn the full record for a single tool by its slug, including the page URL, the embeddable widget URL, and whether the tool processes files in the browser or sends them to a server.
Inferred read-onlyget_site_infoFacts about ToolsMonk itself: what it is, how many tools it has, its privacy model, and the URLs of its machine-readable resources.
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.toolsmonk]
url = "https://toolsmonk.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"toolsmonk": {
"type": "http",
"url": "https://toolsmonk.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: toolsmonk
Remote MCP URL: https://toolsmonk.com/api/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": {
"toolsmonk": {
"url": "https://toolsmonk.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"toolsmonk": {
"type": "http",
"url": "https://toolsmonk.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "toolsmonk",
"transport": "streamable-http",
"url": "https://toolsmonk.com/api/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 toolsmonk.com was fetched 2026-08-24T03:20:15.190Z.
toolsmonk.com is assessed as Caution: Domain is currently showing placeholder (lorem ipsum) content.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.