{"name":"io.verifymcp/mcp","slug":"verifymcp-mcp","title":"VerifyMCP","description":"Independent trust scores, tool surfaces and change history for MCP servers.","url":"https://mcp.market/server/verifymcp-mcp","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":5,"ok":5,"last_checked_at":"2026-09-20T18:45:57.210Z","last_ok_at":"2026-09-20T18:45:57.210Z","latency_ms":82},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/Im5tu/verifymcp","website":"https://verifymcp.io","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.verifymcp.io"}],"packages":[],"tools":[{"name":"get_server","description":"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. Use before installing or trusting a server. Accepts a package name, endpoint URL, registry name or verifymcp slug.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"identifier":{"type":"string","description":"Package name, endpoint URL, registry name or verifymcp slug."},"component":{"type":"string","description":"Which channel to report on when a server ships several."}},"required":["identifier"],"additionalProperties":false,"examples":[{"identifier":"@modelcontextprotocol/server-github"},{"identifier":"https://mcp.example.com/mcp"},{"identifier":"io.github.acme/tools","component":"npm"},{"identifier":"acme-tools"}]}},{"name":"get_server_alternatives","description":"Other MCP servers doing a similar job to a given one, with their trust scores. Neighbours share a product or publisher namespace; this is not a semantic search.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"identifier":{"type":"string","description":"Package name, endpoint URL, registry name or verifymcp slug."}},"required":["identifier"],"additionalProperties":false,"examples":[{"identifier":"@modelcontextprotocol/server-github"},{"identifier":"https://mcp.example.com/mcp"},{"identifier":"acme-tools"}]}},{"name":"get_server_comparison","description":"Compare up to 5 MCP servers side by side: trust scores, per-category breakdown, tool counts and context-token cost. Use when choosing between candidates that do the same job. Accepts package names, endpoint URLs, registry names or verifymcp slugs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"identifiers":{"type":"array","minItems":2,"maxItems":5,"items":{"type":"string"},"description":"Two to 5 servers to compare, as names, URLs or slugs."}},"required":["identifiers"],"additionalProperties":false,"examples":[{"identifiers":["@acme/mcp-server","@other/mcp-server"]},{"identifiers":["acme-tools","beta-tools","gamma-tools"]}]}},{"name":"get_server_diagnostics","description":"The evidence behind one server's score: TLS, DNSSEC, authorization, redirects, transports, provenance, install scripts, known CVEs and dependency health. Use to explain a low score.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"identifier":{"type":"string","description":"Package name, endpoint URL, registry name or verifymcp slug."},"component":{"type":"string","description":"Which channel to report on when a server ships several."}},"required":["identifier"],"additionalProperties":false,"examples":[{"identifier":"@modelcontextprotocol/server-github"},{"identifier":"https://mcp.example.com/mcp"},{"identifier":"io.github.acme/tools","component":"npm"}]}},{"name":"get_server_install_config","description":"Ready-to-paste install snippets for one MCP server, for every client we support. Read get_server first: this returns configuration, not a safety judgement.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"identifier":{"type":"string","description":"Package name, endpoint URL, registry name or verifymcp slug."},"component":{"type":"string","description":"Which channel to report on when a server ships several."}},"required":["identifier"],"additionalProperties":false,"examples":[{"identifier":"@modelcontextprotocol/server-github"},{"identifier":"https://mcp.example.com/mcp"},{"identifier":"acme-tools","component":"npm"}]}},{"name":"get_server_tools","description":"Every tool one MCP server exposes, with its parameters, output schema and context-token cost. Use when get_server reported the tool list was truncated.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"identifier":{"type":"string","description":"Package name, endpoint URL, registry name or verifymcp slug."},"component":{"type":"string","description":"Which channel to report on when a server ships several."}},"required":["identifier"],"additionalProperties":false,"examples":[{"identifier":"@modelcontextprotocol/server-github"},{"identifier":"https://mcp.example.com/mcp"},{"identifier":"acme-tools","component":"npm"}]}},{"name":"list_known_malware","description":"List MCP server components carrying a supply-chain malware finding. Use to check whether anything in the register is flagged before installing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"status":{"type":"string","enum":["active","unverified","cleared","all"],"default":"active","description":"Which findings to return: active, unverified, cleared or all. Defaults to active."}},"additionalProperties":false,"examples":[{},{"status":"active"},{"status":"all"}]}},{"name":"list_products","description":"List the products MCP servers integrate with, such as github or notion, and how many servers cover each. Use to find the product slug that list_servers accepts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","maxLength":100,"description":"Name fragment to match against product names and slugs."}},"additionalProperties":false,"examples":[{},{"query":"git"},{"query":"notion"}]}},{"name":"list_servers","description":"Filter the VerifyMCP directory of scored MCP servers. Use to discover servers by name fragment, ecosystem, product or trust score. Name matching only: descriptions and capabilities are not searched, so a plain-English question matches nothing. Returns the first 100.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","maxLength":100,"description":"Name fragment to match against server and package names."},"product":{"type":"string","description":"Restrict to servers classified as working with this product, e.g. github."},"types":{"type":"array","items":{"type":"string","enum":["remote","npm","pypi","oci","nuget","mcpb"]},"description":"Restrict to these ecosystems; a server matches any one of them."},"minScore":{"type":"integer","minimum":0,"maximum":100,"description":"Lowest trust score to include."},"maxScore":{"type":"integer","minimum":0,"maximum":100,"description":"Highest trust score to include."},"scored":{"type":"string","enum":["scored","unscored","all"],"default":"scored","description":"Include unscored servers. Defaults to scored only."},"sort":{"type":"string","enum":["score_desc","score_asc","name_asc","name_desc","channels_asc","channels_desc"],"description":"Result ordering; relevance wins when query is set."}},"additionalProperties":false,"examples":[{"query":"github"},{"product":"github","minScore":70},{"types":["remote"],"minScore":80,"sort":"score_desc"},{"types":["npm","pypi"],"scored":"scored"},{"query":"postgres","types":["npm"]}]}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-20T11:40:45.432Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T11:40:45.381Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1786ms"]},"poisoning":{"score":15,"max":15,"notes":["9 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.verifymcp.io","reachable":true,"authRequired":false,"latencyMs":1786,"serverInfo":{"name":"mcp","version":"1.0.0"}}],"packages":[],"repo":{"found":false,"owner":"Im5tu","repo":"verifymcp","error":"repo not found"},"icon":{"url":"https://verifymcp.io/icon-192.png","source":"registry","width":192,"height":192},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}