Risetive
Home

Connect to Risetive MCP

Use Risetive market, product, and Jev research from a compatible MCP client.

Connection

This is the only Risetive MCP endpoint. The page you are reading is documentation; the address below is the protocol endpoint.
TransportStreamable HTTP
Server URLhttps://risetive.com/mcp
Public queriesNo account required

Available research

The public tools return bounded structured data and links to the matching Risetive evidence pages.
Jevrisetive_search_jev, risetive_jev_whats_new
Markets and productsrisetive_find_market, risetive_market_players, risetive_product_profile, risetive_new_entrants
Signalsrisetive_keyword_research and risetive_backlink_research support search, public detail, and product-evidence modes.
Published Home datarisetive_published_insights and risetive_home_rankings
Growth directoryrisetive_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.
1
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 json
2
Confirm the result
The verified response returned Presentation creation and delivery software with a public Risetive market URL.
3
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.
Client IDzQwdgqlUTcnWVGXH
Client typePublic OAuth client
Redirect URIhttp://127.0.0.1:6276/oauth/callback
Scopeprofile
FlowAuthorization code with S256 PKCE
Client secretNot used by this public client
Website viewTracker
1
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 json
2
Approve 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.
3
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.