{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_8jdbvtzm7rd9","handle":"stockwaale-mcp","url":"https://wellknown.network/agents/stockwaale-mcp","links":{"self":"https://wellknown.network/agents/stockwaale-mcp/record.json","html":"https://wellknown.network/agents/stockwaale-mcp","markdown":"https://wellknown.network/agents/stockwaale-mcp/record.md","api":"https://wellknown.network/api/v1/agents/stockwaale-mcp","status":"https://wellknown.network/api/v1/agents/stockwaale-mcp/status","claim":"https://wellknown.network/agents/stockwaale-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/stockwaale-mcp/claim.json","badge":"https://wellknown.network/agents/stockwaale-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:stockwaale-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"stockwaale-mcp","summary":"Public Python client for the hosted Stockwaale Indian equities intelligence API and MCP endpoint","description":"# Stockwaale MCP\n\n[![PyPI Version](https://img.shields.io/pypi/v/stockwaale-mcp?color=blue)](https://pypi.org/project/stockwaale-mcp/)\n[![npm Scoped Version](https://img.shields.io/npm/v/@stockwaale/stockwaale-mcp?color=green)](https://www.npmjs.com/package/@stockwaale/stockwaale-mcp)\n\nStockwaale 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.\n\nThe 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.\n\n## Hosted Endpoints\n\n- MCP Streamable HTTP: `https://api.stockwaale.com/mcp`\n- MCP SSE: `https://api.stockwaale.com/mcp/sse`\n- Discovery manifest: `https://api.stockwaale.com/.well-known/mcp.json`\n- Product site: `https://stockwaale.com`\n\n## Install\n\nPython:\n\n```bash\npip install stockwaale-mcp\n```\n\nNode.js:\n\n```bash\nnpm install @stockwaale/stockwaale-mcp\n```\n\n## Python Usage\n\n```python\nfrom stockwaale import StockwaaleClient\n\nclient = StockwaaleClient(api_key=\"sk_live_xxx\")\nprint(client.price(\"RELIANCE\"))\nprint(client.screen(regime=\"Bullish Expansion\", min_rsi=55))\n```\n\nThe client also reads:\n\n```bash\nexport STOCKWAALE_API_KEY=sk_live_xxx\nexport STOCKWAALE_BASE_URL=https://api.stockwaale.com\n```\n\nCLI:\n\n```bash\nstockwaale-mcp manifest\nstockwaale-mcp mcp-config\nstockwaale-mcp price RELIANCE\n```\n\n## Node.js Usage\n\n```js\nconst { StockwaaleClient } = require(\"@stockwaale/stockwaale-mcp\");\n\nconst client = new StockwaaleClient({ apiKey: \"sk_live_xxx\" });\n\nasync function main() {\n  console.log(await client.price(\"RELIANCE\"));\n  console.log(await client.screen({ regime: \"Bullish Expansion\", min_rsi: 55 }));\n}\n\nmain();\n```\n\nCLI:\n\n```bash\nnpx @stockwaale/stockwaale-mcp manifest\nnpx @stockwaale/stockwaale-mcp mcp-config\nnpx @stockwaale/stockwaale-mcp price RELIANCE\n```\n\n## MCP Client Config\n\nUse the hosted rem…","publisher":null,"homepage":"https://stockwaale.com/api-reference","repository":"https://github.com/stockwaale/stockwaale-mcp","version":"1.0.0","license":"MIT","protocols":["mcp"],"tags":["api-client","bse","indian-stocks","mcp","nse","stockwaale"],"pricing":null,"endpoints":[{"url":"pypi:stockwaale-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"data.apis","name":"API Access","confidence":1,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":1,"provenance":"derived"},{"slug":"data.database","name":"Databases","confidence":0.814,"provenance":"derived"},{"slug":"finance.markets","name":"Markets & Trading","confidence":0.638,"provenance":"derived"}],"categories":["data","dev","finance"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"stockwaale-mcp","registry":"pypi","observedAt":"2026-09-10T13:21:35.988Z","publishedAt":"2026-06-04T11:29:51.869584Z","latestVersion":"1.0.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"stockwaale-mcp","url":"https://pypi.org/project/stockwaale-mcp/","firstSeenAt":"2026-09-10T13:19:48.530Z","fetchedAt":"2026-09-10T13:19:48.530Z","normalizedAt":"2026-09-10T13:19:48.530Z"}]},"firstSeenAt":"2026-09-10T13:19:48.530Z","updatedAt":"2026-09-10T13:21:35.988Z"}