Analytics
shibui.finance
Provides SQL-based access to historical US stock market data for financial analysis, including fundamental and technical workflows.
ENDPOINT 1
https://mcp.shibui.finance/mcp
MCP server metadata
- Name
- shibui-finance-stock-data
- Version
- 0.1.0
Known tools 12
stock_data_queryStock prices, earnings, revenue, P/E, dividends, filings, screener, comparisons Run a SQL query against 64 years of US stock market data.
Inferred read-onlyget_database_schemaREQUIRED 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), margins, P/E ratios, valuations, dividends, balance sheets, cash flow, technical indicators (RSI, MACD, SMA), stock screening, company comparisons, sector analysis, SEC filings, insider trading filings, or any analysis of US-exchange-listed companies.
Inferred read-onlyget_query_patternsREQUIRED before stock_data_query, 23 SQL patterns prevent timeouts/wrong results Must be called once per session immediately after get_database_schema.
Inferred read-onlyload_fundamental_workflowLoad fundamental workflow for valuation, cash flow, margins, balance sheet.
Inferred read-onlyload_technical_workflowLoad technical workflow for RSI, MACD, SMA, Bollinger Bands, entry/exit.
Inferred read-onlyload_screening_workflowLoad screening workflow to find, filter, scan, rank stocks, top N by....
Inferred read-onlyload_comparison_workflowLoad comparison workflow for X vs Y, peer analysis, relative valuation.
Inferred read-onlyload_earnings_workflowLoad earnings workflow for EPS surprises, beat/miss, estimates, revenue.
Inferred read-onlyload_backtesting_workflowBacktesting and simulation guardrails: survivorship, drawdown, Sharpe, day-of-week.
Inferred read-onlyload_filing_workflowLoad filing workflow for SEC/EDGAR metadata, 8-K events, 10-K/10-Q reports.
Inferred read-onlyload_insider_workflowLoad insider workflow for Form 3/4/5, insider buy/sell, cluster buy, 13D/G.
Inferred read-onlyexport_to_excelExport query results to a branded Shibui Finance Excel spreadsheet.
Inferred read-onlyCONNECT 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.shibui-finance-stock-data]
url = "https://mcp.shibui.finance/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"shibui-finance-stock-data": {
"type": "http",
"url": "https://mcp.shibui.finance/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: shibui-finance-stock-data
Remote MCP URL: https://mcp.shibui.finance/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": {
"shibui-finance-stock-data": {
"url": "https://mcp.shibui.finance/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"shibui-finance-stock-data": {
"type": "http",
"url": "https://mcp.shibui.finance/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "shibui-finance-stock-data",
"transport": "streamable-http",
"url": "https://mcp.shibui.finance/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.