revuo
Revuo is the MCP server for B2B SaaS discovery. Ask it "find a PIM with Shopify and SAP integration" or "what's the best XRechnung-capable invoicing tool" — get back structured, continuously verified…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add revuo/revuo
# Browse available tools
npx -y smithery tool list revuo/revuo
# Get full schema for a tool
npx -y smithery tool get revuo/revuo search_products
# Call a tool
npx -y smithery tool call revuo/revuo search_products '{}'Direct MCP Connection
Endpoint: https://revuo.run.tools
Tools (9)
search_products— Search for B2B SaaS products by name OR by capability. The query is first resolved against the canonical capability tax…find_products_with_capability— Find B2B SaaS products that support a specific capability — an integration with a named service ('salesforce-integratio…search_tools— Search for MCP tools by capability. Returns tools matching the query with the products that provide them and their inpu…list_categories— Lists all product categories in the directory. Use category slugs to filter product searches in search_products / find_…find_agent_ready_products— Find products with the highest agent readiness scores — products that are easiest for AI agents to integrate with. Sort…get_tool— Get detailed information about a specific MCP tool by its normalized name, including input schema and all products that…get_product_mcp_setup— Get MCP server setup instructions for a product. Returns available servers, their tools, connection details, and whethe…find_tool_for_task— Find the best MCP tools for a given task. Describe what you want to accomplish (e.g. 'manage github issues', 'send slac…get_product— Get full details for a product by slug, including MCP integration data and agent readiness scores. Response: { p: { slu…
# Get full input/output schema for a tool
npx -y smithery tool get revuo/revuo