INDIVIDUAL MCP TOOL
get_overview
Get an overview of Riff including product description, knowledge base stats, and contact info.
LIVE ENDPOINT
https://api.getriff.ai/api/mcp/riff
Connect to this endpoint to inspect the live schema for get_overview 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.riff-product-expert]
url = "https://api.getriff.ai/api/mcp/riff"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"riff-product-expert": {
"type": "http",
"url": "https://api.getriff.ai/api/mcp/riff"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: riff-product-expert
Remote MCP URL: https://api.getriff.ai/api/mcp/riff
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": {
"riff-product-expert": {
"url": "https://api.getriff.ai/api/mcp/riff"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"riff-product-expert": {
"type": "http",
"url": "https://api.getriff.ai/api/mcp/riff"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "riff-product-expert",
"transport": "streamable-http",
"url": "https://api.getriff.ai/api/mcp/riff"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
ask— Ask a question about Riff.list_topics— List all available knowledge topics and categories for Riff.search— Search Riff's verified product knowledge base.fetch— Fetch the full verified answer for a specific question from Riff's knowledge base.feedback— Signal whether a Riff answer was useful for your research.