← Registry

Developer Tools

toolsmonk.com

Provides search, retrieval, and listing of tools from the ToolsMonk catalog, along with site information.

1 endpoint5 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://toolsmonk.com/api/mcp

No auth detected

MCP server metadata

Name
toolsmonk
Version
1.0.0
Capabilities
toolsresources
Server instructions

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

search_tools

Find the ToolsMonk tool that solves a described task.

Inferred read-only
get_tool

Return 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-only
list_tools

List the tool catalog, optionally filtered to one category.

Inferred read-only
list_categories

List the tool categories with their slugs and tool counts.

Inferred read-only
get_site_info

Facts about ToolsMonk itself: what it is, how many tools it has, its privacy model, and the URLs of its machine-readable resources.

Inferred read-only

CONNECT 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.

Trust status Caution

toolsmonk.com is assessed as Caution: Domain is currently showing placeholder (lorem ipsum) content.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.