FinanceOS MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_crypto_priceA | Get live crypto price, 24h/7d change, market cap, volume and ATH. Supports Bitcoin, Ethereum, TAO (Bittensor) and 10,000+ coins via CoinGecko ID. |
| get_multiple_crypto_pricesB | Get live prices for multiple cryptocurrencies at once. Perfect for a portfolio snapshot. |
| get_fear_greed_indexA | Get the Crypto Fear & Greed Index (0=Extreme Fear, 100=Extreme Greed) with 7-day history and investment interpretation. |
| get_stock_quoteC | Get a real-time stock quote. US stocks: AAPL, TSLA. Indian NSE stocks: RELIANCE.NS, TCS.NS, INFY.NS |
| get_bittensor_statsA | Get live Bittensor (TAO) price, network stats and a breakdown of passive income options including staking yield. |
| get_portfolio_summaryB | Calculate real-time P&L for a portfolio of crypto and/or stocks. Returns per-asset breakdown and total portfolio performance. |
| get_top_moversB | Get top gaining and losing cryptocurrencies in the last 24h from the top 100 by market cap. |
| get_global_crypto_marketA | Get global crypto market overview: total market cap, BTC dominance, 24h volume and active coin count. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct data need: sentiment, specific asset stats, single/multiple prices, stock quote, portfolio, movers, and global market. The only mild ambiguity is get_bittensor_stats vs get_crypto_price for TAO, but the descriptions clarify the network/staking focus.
Every tool follows the same get_<object> snake_case pattern, making the set predictable. Plural/singular variations are semantically meaningful rather than inconsistent.
Eight tools is a well-scoped size for a market-data and portfolio server. Each endpoint covers a distinct high-level use case without redundancy or bloat.
The core read-only surface covers pricing, portfolio P&L, and market overview well, but there are notable gaps: no historical price data, no symbol/CoinGecko ID search, and no stock-specific movers despite stock support. These gaps would prevent common finance queries.