← shibui.finance

INDIVIDUAL MCP TOOL

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.

shibui.financenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.shibui.finance/mcp

No auth detected

Connect to this endpoint to inspect the live schema for stock_data_query 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

shibui.finance

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.

Related tools

  • 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.
  • 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.
  • load_fundamental_workflow — Load fundamental workflow for valuation, cash flow, margins, balance sheet.
  • load_technical_workflow — Load technical workflow for RSI, MACD, SMA, Bollinger Bands, entry/exit.
  • load_screening_workflow — Load screening workflow to find, filter, scan, rank stocks, top N by....
  • load_comparison_workflow — Load comparison workflow for X vs Y, peer analysis, relative valuation.
  • load_earnings_workflow — Load earnings workflow for EPS surprises, beat/miss, estimates, revenue.
  • load_backtesting_workflow — Backtesting and simulation guardrails: survivorship, drawdown, Sharpe, day-of-week.