UNOFFICIAL, read-only MCP server for smallcase's public discovery data (catalog, returns, risk, stocks, funds). Not affiliated with smallcase; not the official smallcase MCP.
Project description
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_smallcases(query, volatility, min_amount, max_amount, sort, limit) |
Search/screen published smallcases. Text match on name/description/publisher, volatility = low/medium/high, min/max investment, sort = popularity | min_amount | returns | recently_rebalanced. |
get_smallcase(scid) |
Full detail for one smallcase by SCID (e.g. SCET_0005): returns, risk, rationale, methodology. |
compare_smallcases(scids) |
Side-by-side of 2–5 smallcases (returns / risk / min investment). |
get_rebalance_schedule(scid) |
Rebalance cadence and last/next rebalance dates for a smallcase. |
list_managers(page, page_size) |
List smallcase publishers / research houses. |
search_stocks(query, limit) |
Search stocks in smallcase's public universe (name / ticker / sector). |
search_mutual_funds(query, limit) |
Search mutual funds (name / AMC / category). |
list_collections(query, limit) |
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".
Setup
git clone https://github.com/Pragadeesh122/smallcase-mcp.git
cd smallcase-mcp
uv sync
Verify it talks to the live API (14 checks) and speaks the MCP protocol:
uv run python tests/test_live.py
uv run python tests/test_mcp_protocol.py
Use it from an MCP client
Run over stdio:
uv run smallcase-mcp
Claude Code (one-liner)
claude mcp add -s user smallcase -- uv --directory /path/to/smallcase-mcp run smallcase-mcp
Claude Desktop config
{
"mcpServers": {
"smallcase": {
"command": "uv",
"args": ["--directory", "/path/to/smallcase-mcp", "run", "smallcase-mcp"]
}
}
}
Stack
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file smallcase_mcp-0.1.0.tar.gz.
File metadata
- Download URL: smallcase_mcp-0.1.0.tar.gz
- Upload date:
- Size: 55.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
485d8a31459212b0a0ca000598f4f89dd65ab70b6f154366866200cd9ee3faed
|
|
| MD5 |
c696cdbc170fcc52061e06e800cf4079
|
|
| BLAKE2b-256 |
87adeb62987bbddbd5ed30b33ee3040c311e5b1e6c9898db20e602654991d233
|
Provenance
The following attestation bundles were made for smallcase_mcp-0.1.0.tar.gz:
Publisher:
publish.yml on Pragadeesh122/smallcase-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smallcase_mcp-0.1.0.tar.gz -
Subject digest:
485d8a31459212b0a0ca000598f4f89dd65ab70b6f154366866200cd9ee3faed - Sigstore transparency entry: 2216442923
- Sigstore integration time:
-
Permalink:
Pragadeesh122/smallcase-mcp@8de735d998d1731b328d168d0fa22d102371455e -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/Pragadeesh122
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@8de735d998d1731b328d168d0fa22d102371455e -
Trigger Event:
release
-
Statement type:
File details
Details for the file smallcase_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: smallcase_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f072ef573588a38c7707205924ddfec459732f82496b4ea1492e10b2959ade42
|
|
| MD5 |
44410c1de7b54f12a725adcaf21f1705
|
|
| BLAKE2b-256 |
b75afb76b925bf99ddfea3c5d3e52e1cb4b06d188689d84499f14c9f52b23039
|
Provenance
The following attestation bundles were made for smallcase_mcp-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on Pragadeesh122/smallcase-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smallcase_mcp-0.1.0-py3-none-any.whl -
Subject digest:
f072ef573588a38c7707205924ddfec459732f82496b4ea1492e10b2959ade42 - Sigstore transparency entry: 2216443010
- Sigstore integration time:
-
Permalink:
Pragadeesh122/smallcase-mcp@8de735d998d1731b328d168d0fa22d102371455e -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/Pragadeesh122
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@8de735d998d1731b328d168d0fa22d102371455e -
Trigger Event:
release
-
Statement type: