loading…
Search for a command to run...
loading…
Real-time financial superpowers for Claude. Live crypto prices, US and Indian NSE stock quotes, full portfolio P\&L, Bittensor/TAO network stats, Fear & Greed i
Real-time financial superpowers for Claude. Live crypto prices, US and Indian NSE stock quotes, full portfolio P\&L, Bittensor/TAO network stats, Fear & Greed index with 7-day history, top movers and global market overview. 8 tools. Zero API keys needed. Free to install.
Real-time finance & crypto superpowers for Claude. Built for investors, by an investor.
Give Claude live access to crypto prices, stock quotes, portfolio P&L, risk analysis, Bittensor stats, and market sentiment — all in natural language.
| Tool | What it does |
|---|---|
get_crypto_price |
Live price, 24h/7d change, market cap for any crypto |
get_portfolio_summary |
Real-time P&L across your crypto holdings |
get_stock_quote |
NSE, BSE & global stock prices (Yahoo Finance) |
get_fear_greed_index |
Crypto market sentiment (0–100 scale) |
get_bittensor_stats |
TAO price, network data, staking APY overview |
get_top_movers |
Top gainers & losers in the last 24h |
analyze_portfolio_risk |
Diversification score, concentration risk, suggestions |
git clone https://github.com/YOUR_USERNAME/financeos-mcp
cd financeos-mcp
npm install
npm run build
Open your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd this (replace the path with your actual path):
{
"mcpServers": {
"financeos": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/financeos-mcp/build/index.js"]
}
}
}
Quit and reopen Claude Desktop. You should see a 🔨 hammer icon in the chat box. Click it — you'll see all 7 FinanceOS tools listed.
Ask Claude any of these:
"How is my portfolio doing? I hold 0.5 BTC, 2 ETH, and 15 SOL.
I bought BTC at $45000, ETH at $2000, SOL at $120."
"What's the market sentiment today? Should I be buying or waiting?"
"Analyse the risk of this portfolio:
bitcoin:20000, ethereum:8000, INFY.NS:5000, gold:3000, reliance:4000"
"Give me a complete Bittensor briefing — price, network, staking."
Use the MCP Inspector to test all tools in a browser UI:
npx @modelcontextprotocol/inspector node build/index.js
Open the URL shown → Connect → click any tool → Run.
Want FinanceOS without any installation? No Node.js, no config files, ready in 60 seconds.
FinanceOS MCP Pro — $19/month →
Free version always available here on GitHub.
All free, no API keys required:
MIT — free to use, modify, and sell integrations.
Built with ❤️ using the Model Context Protocol SDK
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"financeos-mcp": {
"command": "npx",
"args": []
}
}
}