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.
ENDPOINT 1
https://worthtotry.com/api/mcp
MCP server metadata
- Name
- worthtotry
- Version
- 1.0.0
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
check_submission_readinessAudit 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.