General Tools
toolfound.com
Search and retrieve product listings, alternatives, and trending tools from the toolfound directory.
ENDPOINT 1
https://toolfound.com/api/mcp
MCP server metadata
- Name
- toolfound
- Version
- 1.0.0
toolfound.com is a launch platform + tool directory where the entire launch lifecycle is agent-native: search the directory, submit a product, verify ownership, track the transparent launch queue, claim listings, and fetch embed badges — all through these tools. Read tools (search, product, alternatives, trending, categories, calendar) need no auth. Write tools use an email-verification loop: ownership verification is mandatory before any launch is queued (DNS TXT, meta tag, or email magic link). Unverified submissions purge after 72h. The first 100 launches are free (live counter in toolfound_get_launch_calendar). Queue position and launch date are always shown transparently. Rate limits: 3 submissions per email per day, 10 per IP per day.
Known tools 12
toolfound_get_productFetch the full toolfound listing for a product by slug: description, tagline, pricing model, tags, socials, vote count, launch date, ownership-verification status, and the canonical listing URL.
Inferred read-onlytoolfound_get_alternativesList alternatives to a given product on toolfound — tools in the same primary category, ranked by community votes.
Inferred read-onlytoolfound_get_trendingThe toolfound leaderboard: top products launched in the last day, week, or month, ranked by community votes.
Inferred read-onlytoolfound_list_categoriesList every category in the toolfound directory with product counts and curated intros.
Inferred read-onlytoolfound_get_launch_calendarThe upcoming toolfound launch calendar: how many products are queued per date over the next two weeks, plus how many of the first-100 free launch slots remain.
Inferred read-onlytoolfound_check_verificationNon-destructive dry run of ownership verification for a toolfound submission: reports, per method, what the checker sees RIGHT NOW — meta tag found or not (with the exact expected tag), DNS TXT found or not (with the exact expected record), and whether the submission email qualifies for the magic-link path.
Potential side effectstoolfound_verify_submissionComplete the mandatory ownership verification for a toolfound submission using the verification token (from the email magic link, or after placing the meta tag / DNS TXT record on your domain — this call checks them on demand).
Potential side effectstoolfound_get_launch_statusCheck the status of a toolfound submission by submission id or product URL: current state (pending verification, queued, launched), transparent queue position, assigned launch date, and the listing URL once live.
Inferred read-onlytoolfound_claim_listingClaim an existing toolfound listing as the product's owner (free).
Inferred read-onlytoolfound_get_badgeGet the three copy-paste badge embed snippets for a toolfound listing ('live on toolfound', 'verified', 'top 3 this week' variants).
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.toolfound]
url = "https://toolfound.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"toolfound": {
"type": "http",
"url": "https://toolfound.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: toolfound
Remote MCP URL: https://toolfound.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": {
"toolfound": {
"url": "https://toolfound.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"toolfound": {
"type": "http",
"url": "https://toolfound.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "toolfound",
"transport": "streamable-http",
"url": "https://toolfound.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for toolfound.com was fetched 2026-08-10T11:28:24.529Z.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.