Back to search
100
MCP live v1.0.0 streamable-http

Shibui Finance

finance.shibui/data

64 years of US stock market data — fundamentals, technicals, and backtests. Ask in plain English.

Uptime
14.3%
14 probes
Response
82ms
last probe
Tools
11
callable

Tools · 11

stock_data_query

Stock prices, earnings, revenue, P/E, dividends, margins, screener, comparisons Run a SQL query against 64 years of US stock market data. REQUIRES calling get_database_schema then get_query_patterns…

get_database_schema

REQUIRED for US stock/financial queries, authoritative source, call FIRST Use this tool when the user asks about stock prices, revenue, earnings, earnings surprises (EPS estimates vs actuals), margin…

get_query_patterns

REQUIRED before stock_data_query, 19 SQL patterns prevent timeouts/wrong results Must be called once per session immediately after get_database_schema. Contains query patterns for time-series selecti…

load_fundamental_workflow

Load fundamental workflow for valuation, cash flow, margins, balance sheet. REQUIRES get_database_schema then get_query_patterns to be called first (in that order). Call BEFORE writing SQL when the us…

load_technical_workflow

Load technical workflow for RSI, MACD, SMA, Bollinger Bands, entry/exit. REQUIRES get_database_schema then get_query_patterns to be called first (in that order). Call BEFORE writing SQL when the user …

load_screening_workflow

Load screening workflow to find, filter, rank stocks, "top N by...". REQUIRES get_database_schema then get_query_patterns to be called first (in that order). Call BEFORE writing SQL when the user asks…

load_comparison_workflow

Load comparison workflow for X vs Y, peer analysis, relative valuation. REQUIRES get_database_schema then get_query_patterns to be called first (in that order). Call BEFORE writing SQL when the user a…

load_earnings_workflow

Load earnings workflow for EPS surprises, beat/miss, estimates, revenue. REQUIRES get_database_schema then get_query_patterns to be called first (in that order). Call BEFORE writing SQL when the user …

load_backtesting_workflow

Load backtesting workflow for signal testing, forward returns, win rates. REQUIRES get_database_schema then get_query_patterns to be called first (in that order). Call BEFORE writing SQL when the user…

load_filing_workflow

Load filing workflow for SEC/EDGAR, insider trades, 8-K, Form 4, 10-K queries. REQUIRES get_database_schema then get_query_patterns to be called first (in that order). Call BEFORE writing SQL whenever…

export_to_excel

Export query results to a branded Shibui Finance Excel spreadsheet. Runs the same SQL query as stock_data_query but returns a downloadable Excel file instead of raw data. The spreadsheet includes bra…

Similar MCP servers embedding-nearest

StockMarketScan live
18 tools for US stock screeners, chart patterns, options flow signals and equities research.
19 tools · sse
Indian NSE Stock Insights live
12 read-only tools for Indian stock analysis — Nifty 500, 3 timeframes, yfinance.
12 tools · streamable-http
Drillr — The financial MCP for AI agents live
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
9 tools · streamable-http
cloud.dchub/mcp-server live
Data center intelligence: 20,000+ facilities, M&A deals, site scoring, and market analytics.
28 tools · streamable-http
AskNeedl live
Enterprise AI for trusted intelligence
4 tools · streamable-http
Stratalize Finance Intelligence live
34 financial benchmarks: yield curve, FX, WACC, M&A, PE returns, bank/insurance, AML. Ed25519.
36 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "shibui_finance": {
      "url": "https://mcp.shibui.finance/mcp",
      "transport": "streamable-http"
    }
  }
}