Revuo

products.get_mcp_setup

Get MCP server setup instructions for a product. Returns available servers, their tools, connection details, and whether they support remote (hosted) access. Response when MCP support exists: { product: { slug, name, websiteUrl, tier, unverified, verifiedAt }, hasMcpSupport: true, totalToolCount, servers[], agentReadiness? }. Response when product exists but lacks MCP: { product: {...}, hasMcpSupport: false, message }. Errors: { error: { code: 'not_found', ... } }.

Remote revuo:revuo

Other tools also called products.get_mcp_setup? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "slug": {
      "description": "Product slug (URL-friendly identifier)",
      "type": "string"
    }
  },
  "required": [
    "slug"
  ]
}
          

Provider

Revuo →