← Registry

Analytics

shibui.finance

Provides SQL-based access to historical US stock market data for financial analysis, including fundamental and technical workflows.

1 endpoint12 known toolsFirst detected August 17, 2026Last detected August 17, 2026

ENDPOINT 1

https://mcp.shibui.finance/mcp

No auth detected

MCP server metadata

Name
shibui-finance-stock-data
Version
0.1.0
Capabilities
experimentalprompts.listChangedresources.listChangedtools.listChanged

Known tools 12

stock_data_query

Stock prices, earnings, revenue, P/E, dividends, filings, screener, comparisons Run a SQL query against 64 years of US stock market data.

Inferred read-only
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), 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-only
get_query_patterns

REQUIRED before stock_data_query, 23 SQL patterns prevent timeouts/wrong results Must be called once per session immediately after get_database_schema.

Inferred read-only
load_fundamental_workflow

Load fundamental workflow for valuation, cash flow, margins, balance sheet.

Inferred read-only
load_technical_workflow

Load technical workflow for RSI, MACD, SMA, Bollinger Bands, entry/exit.

Inferred read-only
load_screening_workflow

Load screening workflow to find, filter, scan, rank stocks, top N by....

Inferred read-only
load_comparison_workflow

Load comparison workflow for X vs Y, peer analysis, relative valuation.

Inferred read-only
load_earnings_workflow

Load earnings workflow for EPS surprises, beat/miss, estimates, revenue.

Inferred read-only
load_backtesting_workflow

Backtesting and simulation guardrails: survivorship, drawdown, Sharpe, day-of-week.

Inferred read-only
load_filing_workflow

Load filing workflow for SEC/EDGAR metadata, 8-K events, 10-K/10-Q reports.

Inferred read-only
load_insider_workflow

Load insider workflow for Form 3/4/5, insider buy/sell, cluster buy, 13D/G.

Inferred read-only
export_to_excel

Export query results to a branded Shibui Finance Excel spreadsheet.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.