mcpserver.lol
registry/manawa-terminal
Connection check verified live · 20h ago

manawa-terminal

Live market data, financial analysis, and portfolio research tools across 10,000+ tickers.

Tools 31
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

31 tools

Read from the running server on 20h ago.

add_transaction qty*date*side*price*symbol*portfolio_id*
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/with…
create_alert notessymbol*directionthresholdalert_type*event_types
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:…
create_library_folder name*parent_id
Create a library folder, optionally nested under a parent. Args: name: Folder name parent_id: Parent folder UUID (optional — omit for a root folder)
create_library_item title*content*folder_id
Create a new markdown document in the research library. Args: title: Document title content: Markdown body folder_id: Folder UUID (optional — omit for…
create_portfolio name*currency
Create a portfolio with a name and base currency. Args: name: Portfolio name currency: Base currency (default USD)
create_watchlist name*symbols*
Create a watchlist with the given name and ticker symbols. Args: name: Watchlist name symbols: List of stock symbols (e.g. ["AAPL", "MSFT"])
delete_alert can modify data alert_id*
Delete an alert by ID. Args: alert_id: The alert UUID
delete_library_folder can modify data folder_id*
Delete a library folder and everything inside it. Args: folder_id: The folder UUID
delete_library_item can modify data item_id*
Delete a library document and all of its stored versions. Args: item_id: The item UUID
finance_search read-only focusquery*sourcesectionsymbols
Search financial data and return an answer with an inline widget. Covers stocks, macro, forex, crypto, commodities, earnings, technicals, and related market questions. Pas…
get_journal_entry read-only entry_id*
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 da…
get_library_item read-only item_id*
Get a library document's metadata and content. Args: item_id: The item UUID
get_notifications read-only
Get recent triggered alert notifications.
get_portfolio_statistics read-only portfolio_id*
Get portfolio performance statistics (returns, allocation, risk). Args: portfolio_id: The portfolio UUID
get_positions read-only portfolio_id*
Get current holdings with quantity, cost basis, market value, and unrealized P&L. Args: portfolio_id: The portfolio UUID
list_alerts read-only
List active price and event alerts for the authenticated user.
list_journal read-only
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_dr…
list_library_folders read-only
List folders in the authenticated user's research library.
list_library_items read-only folder_id
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)
list_library_item_versions read-only item_id*
List version history for a library document (newest first). Args: item_id: The item UUID
list_portfolios read-only
List the authenticated user's portfolios.
list_watchlists read-only
List the authenticated user's watchlists and their symbols.
move_library_folder folder_id*parent_id
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 librar…
move_library_item item_id*folder_id
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…
rename_library_folder name*folder_id*
Rename a library folder. Args: folder_id: The folder UUID name: New folder name
report_bug tickersectionpage_urldescription*
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 spec…
run_deepdive ticker*
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 5…
search_library read-only limitquery*
Full-text search across the authenticated user's library documents. Args: query: Search terms limit: Max results (default 20, capped at 50)
submit_journal_draft content*entry_date*
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 generat…
update_library_item titlecontentitem_id*
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…
update_watchlist namesymbolswatchlist_id*
Update a watchlist's name and/or symbols. Args: watchlist_id: The watchlist UUID name: New name (optional) symbols: Updated list of symbols (optional)…