smallcase-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@smallcase-mcpfind low-volatility gold smallcases under ₹5000"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
smallcase-mcp
⚠️ UNOFFICIAL — this is NOT the official smallcase MCP
This is an independent, community-built project. It is NOT built, authorized, endorsed, sponsored, or supported by smallcase, it is NOT "the smallcase MCP," and it uses no official smallcase API. "smallcase" is a trademark of its respective owner. It reads smallcase's public website endpoints (not the official smallcase Gateway API), which can change or break at any time. Provided for informational/research use only — not investment advice, and not an official data source. Some data (notably past returns) is shown in smallcase's own UI behind a consent step ("as per applicable guidelines"); use at your own discretion. All data © smallcase and the respective publishers.
A read-only MCP server that exposes smallcase's public discovery data — the catalog of published smallcases, their returns, risk metrics, rationale, rebalance schedule, plus stocks, mutual funds and curated collections — to any LLM or agent (Claude Desktop, Claude Code, Cursor, …).
No API key. No browser. No login. Just clean HTTP over the endpoints the public smallcase.com website already calls for logged-out visitors.
What it can and can't do
✅ Available (public) | ❌ Not available (gated by smallcase) |
Search/list the full catalog of published smallcases | Constituents / holdings + weights |
CAGR, returns (1D → 5Y, since inception) | Rebalance constituent history |
Risk metrics (volatility, sharpe, beta, cap split, 52w hi/lo) | Your personal portfolio / investments |
Minimum investment, monthly subscription price | Placing orders / any transaction |
Rationale, rebalance schedule, publisher info |
Tools
Tool | Description |
| Search/screen published smallcases. Text match on name/description/publisher, |
| Full detail for one smallcase by SCID (e.g. |
| Side-by-side of 2–5 smallcases (returns / risk / min investment). |
| Rebalance cadence and last/next rebalance dates for a smallcase. |
| List smallcase publishers / research houses. |
| Search stocks in smallcase's public universe (name / ticker / sector). |
| Search mutual funds (name / AMC / category). |
| List curated smallcase collections (themed groupings). |
Example prompts once connected: "find low-volatility gold smallcases under ₹5000", "compare SCET_0005 and the top smallcase by returns", "what's the rationale behind SCET_0005?", "when does SCET_0005 next rebalance?", "search bank stocks", "show me energy mutual funds".
Install
The package is on PyPI — no clone, no
path, no API key. Any MCP client can launch it with uvx.
Claude Code (one-liner)
claude mcp add -s user smallcase -- uvx smallcase-mcp@latestClaude Desktop
{
"mcpServers": {
"smallcase": {
"command": "uvx",
"args": ["smallcase-mcp@latest"]
}
}
}Any other MCP client
Point it at the stdio command:
uvx smallcase-mcp@latest makes uvx resolve the newest release instead of reusing a cached one.
Development
Only needed if you want to hack on the server itself:
git clone https://github.com/Pragadeesh122/smallcase-mcp.git
cd smallcase-mcp
uv sync
uv run python tests/test_live.py # live-API checks
uv run python tests/test_mcp_protocol.py # full MCP handshake over stdioTo run your local checkout as the server instead of the PyPI build:
claude mcp add -s user smallcase -- uv --directory /path/to/smallcase-mcp run smallcase-mcpStack
Python 3.11+ · MCP Python SDK (FastMCP) · httpx.
License
MIT. Not affiliated with smallcase. See the notice at the top of this file and in the LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pragadeesh122/smallcase-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server