← Registry

Developer Tools

worthtotry.com

This server allows users to search, retrieve, and submit tools from a directory, including listing categories and auditing product pages for submission readiness.

1 endpoint6 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://worthtotry.com/api/mcp

No auth detected

MCP server metadata

Name
worthtotry
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

The WorthToTry directory of AI tools. Search and read without any credentials. To submit a tool, run check_submission_readiness first — it returns a score, a concrete fix for every problem, and the listing that would be drafted. Submitting requires authorization: the first call to submit_tool or get_my_submissions returns a 401, your client opens a browser, and the person approves once. You can open a draft. You cannot publish it, choose a launch date, or pay. Hand the review link back to the person you are helping and let them finish.

Known tools 6

search_tools

Find tools in the directory in plain language.

Inferred read-only
get_tool

The full listing for a single tool, by slug.

Inferred read-only
list_categories

Every category that has tools in it, with counts.

Inferred read-only
check_submission_readiness

Audit a product page: scores it, names every reason a listing would be sent back with the fix, and drafts the listing it would produce.

Inferred read-only
submit_tool

Opens a draft listing from a URL and returns a review link.

Inferred read-only
get_my_submissions

The listings you have submitted and the status of each.

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.worthtotry]
url = "https://worthtotry.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "worthtotry": {
      "type": "http",
      "url": "https://worthtotry.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: worthtotry
Remote MCP URL: https://worthtotry.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": {
    "worthtotry": {
      "url": "https://worthtotry.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "worthtotry": {
      "type": "http",
      "url": "https://worthtotry.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "worthtotry",
  "transport": "streamable-http",
  "url": "https://worthtotry.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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