← manawa.app

INDIVIDUAL MCP TOOL

list_library_folders

List folders in the authenticated user's research library.

manawa.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.manawa.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_library_folders and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

manawa.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.finance-search]
url = "https://mcp.manawa.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "finance-search": {
      "type": "http",
      "url": "https://mcp.manawa.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: finance-search
Remote MCP URL: https://mcp.manawa.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "finance-search": {
      "url": "https://mcp.manawa.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "finance-search": {
      "type": "http",
      "url": "https://mcp.manawa.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "finance-search",
  "transport": "streamable-http",
  "url": "https://mcp.manawa.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • finance_search — Search financial data and return an answer with an inline widget.
  • list_watchlists — List the authenticated user's watchlists and their symbols.
  • create_watchlist — Create a watchlist with the given name and ticker symbols.
  • update_watchlist — Update a watchlist's name and/or symbols.
  • list_portfolios — List the authenticated user's portfolios.
  • create_portfolio — Create a portfolio with a name and base currency.
  • add_transaction — Add a buy, sell, deposit, or withdrawal transaction to a portfolio.
  • get_positions — Get current holdings with quantity, cost basis, market value, and unrealized P&L.