INDIVIDUAL MCP TOOL
toolfound_verify_submission
Complete 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).
LIVE ENDPOINT
https://toolfound.com/api/mcp
Connect to this endpoint to inspect the live schema for toolfound_verify_submission and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests sending messages.
Parent server
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.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.
Related tools
toolfound_search_tools— Search toolfound.toolfound_get_product— Fetch 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.toolfound_get_alternatives— List alternatives to a given product on toolfound — tools in the same primary category, ranked by community votes.toolfound_get_trending— The toolfound leaderboard: top products launched in the last day, week, or month, ranked by community votes.toolfound_list_categories— List every category in the toolfound directory with product counts and curated intros.toolfound_get_launch_calendar— The 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.toolfound_submit_product— Submit a product to launch on toolfound.toolfound_check_verification— Non-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.