onyx_mcp_catalog_diff
InactiveTool of onyx-paid-mcp
Side-by-side tool catalog diff between any two MCP servers. Fetches each server's /manifest (with /openapi.json fallback), normalizes the tool lists, and returns: only-in-A, only-in-B, same in both, price delta, schema delta. Free tier — useful for competitor analysis, regression detection, and migration planning. (price: $0 USDC, tier: free)
Parameters schema
{
"type": "object",
"required": [
"server_a",
"server_b"
],
"properties": {
"server_a": {
"type": "string",
"description": "Base URL of the first MCP server (e.g. https://onyx-actions.onrender.com)."
},
"server_b": {
"type": "string",
"description": "Base URL of the second MCP server."
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries