Home
Connect to Risetive MCP
Use Risetive market, product, and Jev research from a compatible MCP client.
Public research is available without an account
Connect with Streamable HTTP. Jev, market, published Home, Growth, and the first page plus public detail views of Signals research need no API key, website cookie, or bearer token.
Connection
This is the only Risetive MCP endpoint. The page you are reading is documentation; the address below is the protocol endpoint.
| Transport | Streamable HTTP |
|---|---|
| Server URL | https://risetive.com/mcp |
| Public queries | No account required |
Available research
The public tools return bounded structured data and links to the matching Risetive evidence pages.
| Jev | risetive_search_jev, risetive_jev_whats_new |
|---|---|
| Markets and products | risetive_find_market, risetive_market_players, risetive_product_profile, risetive_new_entrants |
| Signals | risetive_keyword_research and risetive_backlink_research support search, public detail, and product-evidence modes. |
| Published Home data | risetive_published_insights and risetive_home_rankings |
| Growth directory | risetive_growth_tools returns task categories, filtered candidates, and candidate details. |
Verified client
MCP Inspector 2.7.0 was used against the production endpoint on September 22, 2026.
Run the public query
npx -y @modelcontextprotocol/inspector@2.7.0 --cli --server-url https://risetive.com/mcp --transport http --protocol-era modern --method tools/call --tool-name risetive_find_market --tool-args-json '{"query":"AI presentation software"}' --format jsonConfirm the result
The verified response returned Presentation creation and delivery software with a public Risetive market URL.
Use the endpoint in your client
Add the same server URL as a remote Streamable HTTP MCP server. Client menus and configuration formats vary.
Tracking in your account
Public previews stay anonymous. Later Signals search pages and Tracker operations require browser authorization to your existing Clerk account.
MCP Inspector is registered for account authorization
Clerk browser authorization unlocks later keyword and backlink search pages plus private Tracker tools. Public details and product evidence still work without signing in.
Client ID zQwdgqlUTcnWVGXH | Client typePublic OAuth client | Redirect URI http://127.0.0.1:6276/oauth/callback |
Scope profile | FlowAuthorization code with S256 PKCE | Client secretNot used by this public client |
Website viewTracker | ||
Start browser authorization
npx -y @modelcontextprotocol/inspector@2.7.0 --cli --server-url https://risetive.com/mcp --transport http --protocol-era modern --client-id zQwdgqlUTcnWVGXH --callback-url http://127.0.0.1:6276/oauth/callback --method tools/call --tool-name risetive_list_saved_items --format jsonApprove access in Clerk
Sign in with your existing Risetive account and approve the profile scope. Inspector completes the S256 PKCE exchange through the loopback callback.
Use the Tracker tools
The authorized client can read later Signals search pages and track, list, or remove items owned by that account. The same items appear in the website Tracker view.
Do not paste a website cookie, configure the generated Clerk secret, or keep a manually copied access token. Authorized items appear in Tracker.
Connection responses
Keep public research available while resolving account authorization or request limits.
401 UnauthorizedThe private tool needs Clerk authorization, or the access token is invalid or expired. | 403 ForbiddenThe authorization is missing the required profile scope. | 429 Too Many RequestsWait for the response Retry-After interval before trying again. |
Timeout or 5xxThe request did not complete. Retry later; public website research remains available. | ||