General Tools
risetive.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://risetive.com/mcp
MCP server metadata
- Name
- risetive
- Version
- 1.0.0
Public tools provide bounded read-only access to current Risetive Jev, market, Signals, published homepage insight and ranking, and Growth directory data. Keyword and backlink search page 1, public details, and product evidence are anonymous; later search pages require Clerk OAuth. Three saved-item tools also require Clerk OAuth and operate only on the authenticated user's private saved markets, products, and Jev projects. Traffic and Domain Rank values are third-party estimates.
Known tools 14
risetive_search_jevMatch one concise need to up to five current Jev projects and return their public details.
Inferred read-onlyrisetive_jev_whats_newReturn up to ten Jev projects with a confirmed first catalog-admission record, newest first.
Inferred read-onlyrisetive_find_marketFind up to five current public markets matching a product description or idea, with bounded market evidence.
Inferred read-onlyrisetive_market_playersReturn up to eight representative public products for one market; no pagination or full-corpus export.
Inferred read-onlyrisetive_product_profileRead one public product identity, primary market, Standard Data metrics, pricing evidence and market position by domain.
Inferred read-onlyrisetive_new_entrantsReturn up to ten public products most recently admitted to Risetive in one market; admission is not a launch date.
Inferred read-onlyrisetive_keyword_researchSearch the public keyword ranking, inspect one keyword, or read saved keyword evidence for one public product.
Inferred read-onlyrisetive_backlink_researchSearch public backlink channels, inspect one channel, or read saved backlink evidence for one public product.
Inferred read-onlyrisetive_published_insightsReturn up to twelve latest published product and market insight cards with their full public content.
Inferred read-onlyrisetive_home_rankingsReturn the current homepage product-growth and market-opportunity rankings with their actual comparison window and public detail links.
Inferred read-onlyrisetive_growth_toolsList current growth-task categories and return a bounded page of matching public tools, with optional category, text, and exact-tool selection.
Inferred read-onlyrisetive_list_saved_itemsList the authenticated Clerk user's saved markets, products, and Jev projects.
Inferred read-onlyrisetive_remove_saved_itemRemove one saved-item relation owned by the authenticated Clerk user.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.