Web Tools Collection

v1.0.0

Collection of useful web tools and utilities

toolsutilitiesdeveloperproductivity

Server Information

Server ID
tools
Endpoint URL
https://bookchaowalit-tools-frontend.vercel.app
Author
bookchaowalit
Available Tools
4 tools

About

A collection of developer and productivity tools. Features converters, generators, and calculators. ## Features - Tool gallery - Category browsing - Search functionality - Interactive demos

Available Tools

tools_get_tools

Get all tools

Input Schema
{
  "type": "object",
  "properties": {}
}

tools_get_by_category

Filter by category

Input Schema
{
  "type": "object",
  "properties": {
    "category": {
      "type": "string"
    }
  }
}

tools_get_tool

Get tool details

Input Schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    }
  }
}

tools_search

Search tools

Input Schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string"
    }
  }
}

Usage Example

Connect to this MCP server using the Model Context Protocol:

{
  "mcpServers": {
    "tools": {
      "command": "node",
      "args": ["path/to/server.js"],
      "env": {
        "SERVER_URL": "https://bookchaowalit-tools-frontend.vercel.app"
      }
    }
  }
}