← toolsmonk.com

INDIVIDUAL MCP TOOL

list_categories

List the tool categories with their slugs and tool counts.

toolsmonk.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://toolsmonk.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_categories and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

toolsmonk.com

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.

Related tools

  • search_tools — Find the ToolsMonk tool that solves a described task.
  • 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.
  • list_tools — List the tool catalog, optionally filtered to one category.
  • 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.