utility.search_tools — Thousand API MCP Tool
utility.search_tools
(utility search tools) is one of 84 tools on the
Thousand API
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call utility.search_tools from your client
- Claude Code Thousand API utility.search_tools run in your project directory
- Claude Desktop Thousand API utility.search_tools ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Thousand API utility.search_tools ~/.cursor/mcp.json
- VS Code Thousand API utility.search_tools .vscode/mcp.json
- Zed Thousand API utility.search_tools ~/.config/zed/settings.json
- Windsurf Thousand API utility.search_tools ~/.codeium/windsurf/mcp_config.json
- Cline Thousand API utility.search_tools ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Thousand API utility.search_tools ~/.gemini/settings.json
- Grok Thousand API utility.search_tools .mcp.json (in your project root)
- ChatGPT Thousand API utility.search_tools Settings → Connectors → Advanced → Developer mode
- Claude.ai Thousand API utility.search_tools Settings → Connectors → Add custom connector
- LangChain Thousand API utility.search_tools pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http thousand-api https://mcp.thousand-api.com/mcp
Other tools on this server
- utility.get_tool_schema
- utility.get_usage
- utility.diagnose_mcp
- data.execute_batch
- datetime.get_holidays
- datetime.get_calendar_month
- datetime.is_holiday
- datetime.add_business_days
- datetime.add_calendar_days
- datetime.generate_test_dates
- datetime.check_business_hours
- datetime.check_custom_holidays
- datetime.calc_schedule
- datetime.get_cron_next
- datetime.parse_laravel_schedule
- network.get_exchange_rate
- network.lookup_postal_code
- network.get_page_meta
- utility.get_distance
- utility.convert_coordinates
- convert.get_qrcode
- network.get_ip_info
- text.extract_text_from_html
- text.get_text_stats
- text.estimate_tokens
- text.split_text
- text.mask_pii
- text.diff_text
- text.diff_markdown_tables
- text.calc_text_similarity
- network.resolve_url
- convert.markdown
- utility.generate_color_palette
- utility.calc_color_contrast
- convert.color
- network.inspect_url
- security.decode_jwt
- convert.unit
- security.generate_hash
- security.generate_uuid
- security.validate_uuid
- security.validate_barcode
- security.validate_luhn
- security.generate_hmac
- security.generate_totp
- convert.csv
- convert.yaml
- convert.toml
- convert.xml
- convert.base64
- convert.url_encoding
- convert.format
- utility.calc_expression
- utility.calc_tax
- utility.calc_loan
- utility.compare_versions
- utility.calc_pagination
- network.dns_lookup
- network.calc_cidr
- network.check_ip_in_range
- network.check_domain_format
- network.http_fetch
- data.query_json
- data.calc_stats
- data.validate_format
- convert.data_size
- convert.format_number
- text.convert_japanese
- text.generate_slug
- datetime.get_current_datetime
- datetime.calc_datetime_diff
- datetime.format_relative_time
- datetime.convert_japanese_era
- datetime.convert_iso_duration
- text.convert_string_case
- text.generate_random_string
- data.validate_json
- data.validate_schema
- data.validate_all
- data.merge_json
- data.diff_arrays
- data.sort_json
- convert.transform_image
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.