Returns integration note for RISE SSE stream endpoint /markets/stream/new Call syra_invest_rise_stream_new via Syra MCP with USDC x402 pay-per-call. No per-vendor API keys.
Part of Syra Machine Money for Agents. Spend routes settle USDC via HTTP 402; install once via MCP and call tools without per-vendor API keys.
What this tool does
Returns integration note for RISE SSE stream endpoint /markets/stream/new. Agents invoke it as syra_invest_rise_stream_new through @syra-ai/mcp-server (curated profile) or the escape hatch syra_call_tool with toolId: "rise-stream-new".
Install and call
claude mcp add syra -- npx -y @syra-ai/mcp-server@latest
# Then ask your agent to call:
# syra_invest_rise_stream_new
One wallet — USDC payer covers news, on-chain intel, and partner routes.
Agent-native — HTTP 402 auto-pay mid-task; no human key pasting.
Transparent price — exact charge in the 402 accepts[] array.
More invest tools
syra_invest_bankr_balancesWallet balances across chains (optional query: chains=base,solana). Requires BANKR_API_KEY in API.
syra_invest_bankr_promptSubmit a natural language prompt to Bankr agent (body: prompt, optional threadId). Returns jobId; poll bankr-job tool with jobId for result.
syra_invest_giza_agentGet or create Giza smart account (deposit address) for an owner EOA. Params: owner (0x... address)
syra_invest_giza_protocolsList DeFi protocols available for a token on Giza (e.g. USDC on Base). Params: token (contract address 0x...)
syra_invest_jupiter_swap_orderJupiter Ultra swap order on Solana (Corbits): returns a base64 transaction to sign. Params: inputMint, outputMint, amount (smallest units), taker (defaults to agent wallet).