Public Python client for the hosted Stockwaale Indian equities intelligence API and MCP endpoint
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"stockwaale-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Stockwaale MCP [](https://pypi.org/project/stockwaale-mcp/) [](https://www.npmjs.com/package/@stockwaale/stockwaale-mcp) Stockwaale is a hosted intelligence layer for Indian equities. It exposes verified market context through REST APIs and a remote Model Context Protocol endpoint for AI agents, builders, and research workflows. The public PyPI and npm packages are thin clients. They do not contain the private FastAPI server, Lambda handler, MongoDB code, database credentials, or business deployment logic. ## Hosted Endpoints - MCP Streamable HTTP: `https://api.stockwaale.com/mcp` - MCP SSE: `https://api.stockwaale.com/mcp/sse` - Discovery manifest: `https://api.stockwaale.com/.well-known/mcp.json` - Product site: `https://stockwaale.com` ## Install Python: ```bash pip install stockwaale-mcp ``` Node.js: ```bash npm install @stockwaale/stockwaale-mcp ``` ## Python Usage ```python from stockwaale import StockwaaleClient client = StockwaaleClient(api_key="sk_live_xxx") print(client.price("RELIANCE")) print(client.screen(regime="Bullish Expansion", min_rsi=55)) ``` The client also reads: ```bash export STOCKWAALE_API_KEY=sk_live_xxx export STOCKWAALE_BASE_URL=https://api.stockwaale.com ``` CLI: ```bash stockwaale-mcp manifest stockwaale-mcp mcp-config stockwaale-mcp price RELIANCE ``` ## Node.js Usage ```js const { StockwaaleClient } = require("@stockwaale/stockwaale-mcp"); const client = new StockwaaleClient({ apiKey: "sk_live_xxx" }); async function main() { console.log(await client.price("RELIANCE")); console.log(await client.screen({ regime: "Bullish Expansion", min_rsi: 55 })); } main(); ``` CLI: ```bash npx @stockwaale/stockwaale-mcp manifest npx @stockwaale/stockwaale-mcp mcp-config npx @stockwaale/stockwaale-mcp price RELIANCE ``` ## MCP Client Config Use the hosted rem…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.