INDIVIDUAL MCP TOOL
list_products
List the products MCP servers integrate with, such as github or notion, and how many servers cover each.
LIVE ENDPOINT
https://mcp.verifymcp.io
Connect to this endpoint to inspect the live schema for list_products and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.mcp]
url = "https://mcp.verifymcp.io"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp": {
"type": "http",
"url": "https://mcp.verifymcp.io"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp
Remote MCP URL: https://mcp.verifymcp.io
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": {
"mcp": {
"url": "https://mcp.verifymcp.io"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcp.verifymcp.io"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp",
"transport": "streamable-http",
"url": "https://mcp.verifymcp.io"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_servers— Filter the VerifyMCP directory of scored MCP servers.get_server— Get the full VerifyMCP trust report for one MCP server: score with per-category verdicts and reasons, the tools it exposes with their context-token cost, and its recent change history.get_server_comparison— Compare up to 5 MCP servers side by side: trust scores, per-category breakdown, tool counts and context-token cost.list_known_malware— List MCP server components carrying a supply-chain malware finding.get_server_alternatives— Other MCP servers doing a similar job to a given one, with their trust scores.get_server_diagnostics— The evidence behind one server's score: TLS, DNSSEC, authorization, redirects, transports, provenance, install scripts, known CVEs and dependency health.get_server_install_config— Ready-to-paste install snippets for one MCP server, for every client we support.get_server_tools— Every tool one MCP server exposes, with its parameters, output schema and context-token cost.