Manawa Terminal
app.manawa/manawa-terminalLive market data, financial analysis, and portfolio research tools across 10,000+ tickers.
Tools · 31
Search financial data and return an answer with an inline widget. Covers stocks, macro, forex, crypto, commodities, earnings, technicals, and related market questions. Pass the user's questio…
List the authenticated user's watchlists and their symbols.
Create a watchlist with the given name and ticker symbols. Args: name: Watchlist name symbols: List of stock symbols (e.g. ["AAPL", "MSFT"])
Update a watchlist's name and/or symbols. Args: watchlist_id: The watchlist UUID name: New name (optional) symbols: Updated list of symbols (optional)
List the authenticated user's portfolios.
Create a portfolio with a name and base currency. Args: name: Portfolio name currency: Base currency (default USD)
Add a buy, sell, deposit, or withdrawal transaction to a portfolio. Args: portfolio_id: The portfolio UUID symbol: Stock symbol (e.g. "AAPL"). For deposit/withdrawal use "$CASH" …
Get current holdings with quantity, cost basis, market value, and unrealized P&L. Args: portfolio_id: The portfolio UUID
Get portfolio performance statistics (returns, allocation, risk). Args: portfolio_id: The portfolio UUID
List active price and event alerts for the authenticated user.
Create a price or event alert for a symbol. Args: symbol: Stock symbol (e.g. "AAPL") alert_type: "target_price", "movement_pct", or "event" direction: Required for price a…
Get recent triggered alert notifications.
Delete an alert by ID. Args: alert_id: The alert UUID
List folders in the authenticated user's research library.
Create a library folder, optionally nested under a parent. Args: name: Folder name parent_id: Parent folder UUID (optional — omit for a root folder)
Rename a library folder. Args: folder_id: The folder UUID name: New folder name
Move a library folder under a different parent (or to root). Args: folder_id: The folder UUID to move parent_id: New parent folder UUID (omit / null for library root)
Delete a library folder and everything inside it. Args: folder_id: The folder UUID
List documents in a library folder, or at the root if no folder is given. Args: folder_id: Folder UUID to list (optional — omit for root-level items)
Get a library document's metadata and content. Args: item_id: The item UUID
Create a new markdown document in the research library. Args: title: Document title content: Markdown body folder_id: Folder UUID (optional — omit for library root)
Update a library document's title and/or content (content edits create a new version). Args: item_id: The item UUID title: New title (optional) content: New markdown body …
Move a library document into a different folder (or to root). Args: item_id: The item UUID to move folder_id: Destination folder UUID (omit / null for library root)
Delete a library document and all of its stored versions. Args: item_id: The item UUID
List version history for a library document (newest first). Args: item_id: The item UUID
Full-text search across the authenticated user's library documents. Args: query: Search terms limit: Max results (default 20, capped at 50)
List generated daily research journal entries (most recent first). Entries appear only after the automatic end-of-day journal generation run. Drafts from submit_journal_draft are not listed u…
Get a full generated journal entry by ID from list_journal. Draft ids from submit_journal_draft are not readable until end-of-day generation; use list_journal after the daily run for valid en…
Submit a journal draft for a day. Same-day resubmissions are retained as separate drafts. The draft is accepted immediately but the readable daily journal entry is generated automatically at …
Queue a full DeepDive suite for a stock using a monthly custom-run grant. Prepaid search credits cannot pay for this. Free plans have 0 runs; Basic has 10/month; Pro has 50/month. Re-running …
Log a bug in the same inbox as the terminal bug button (5 per user per day). Use only when the user asks, or when you have confirmed a real data/UI error. Do not file speculative bugs. Pass t…
Resources · 1
Interactive Manawa Finance dashboard — renders inline in Claude, ChatGPT, and other MCP hosts
ui://finance/app
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"manawa_terminal": {
"url": "https://mcp.manawa.app/mcp",
"transport": "streamable-http"
}
}
}