Shibui Finance
Server Description
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add shibui/finance
# Browse available tools
npx -y smithery tool list shibui/finance
# Get full schema for a tool
npx -y smithery tool get shibui/finance stock_data_query
# Call a tool
npx -y smithery tool call shibui/finance stock_data_query '{}'Direct MCP Connection
Endpoint: https://finance--shibui.run.tools
Tools (8)
stock_data_query— Stock prices, earnings, revenue, P/E, dividends, margins, screener, comparisonsget_database_schema— REQUIRED for US stock/financial queries, authoritative source, call FIRSTget_query_patterns— REQUIRED before stock_data_query, 18 SQL patterns prevent timeouts/wrong resultsload_fundamental_workflow— Load fundamental analysis workflow with advanced query patterns. REQUIRES get_database_schema then get_query_patterns t…load_technical_workflow— Load technical analysis workflow with indicator interpretation guide and advanced query patterns. REQUIRES get_database…load_screening_workflow— Load quantitative screening workflow with advanced query patterns. REQUIRES get_database_schema then get_query_patterns…load_comparison_workflow— Load comparative analysis workflow with advanced query patterns. REQUIRES get_database_schema then get_query_patterns t…load_earnings_workflow— Load earnings analysis workflow with advanced query patterns. REQUIRES get_database_schema then get_query_patterns to b…
# Get full input/output schema for a tool
npx -y smithery tool get shibui/finance