INDIVIDUAL MCP TOOL
risetive_list_saved_items
List the authenticated Clerk user's saved markets, products, and Jev projects.
LIVE ENDPOINT
https://risetive.com/mcp
Connect to this endpoint to inspect the live schema for risetive_list_saved_items 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.risetive]
url = "https://risetive.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"risetive": {
"type": "http",
"url": "https://risetive.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: risetive
Remote MCP URL: https://risetive.com/mcp
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": {
"risetive": {
"url": "https://risetive.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"risetive": {
"type": "http",
"url": "https://risetive.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "risetive",
"transport": "streamable-http",
"url": "https://risetive.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
risetive_search_jev— Match one concise need to up to five current Jev projects and return their public details.risetive_jev_whats_new— Return up to ten Jev projects with a confirmed first catalog-admission record, newest first.risetive_find_market— Find up to five current public markets matching a product description or idea, with bounded market evidence.risetive_market_players— Return up to eight representative public products for one market; no pagination or full-corpus export.risetive_product_profile— Read one public product identity, primary market, Standard Data metrics, pricing evidence and market position by domain.risetive_new_entrants— Return up to ten public products most recently admitted to Risetive in one market; admission is not a launch date.risetive_keyword_research— Search the public keyword ranking, inspect one keyword, or read saved keyword evidence for one public product.risetive_backlink_research— Search public backlink channels, inspect one channel, or read saved backlink evidence for one public product.