Skip to main content
Glama
arjunsena-git

FinanceOS MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 8 tools

Disambiguation4/5

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.

Naming Consistency5/5

Every tool follows the same get_<object> snake_case pattern, making the set predictable. Plural/singular variations are semantically meaningful rather than inconsistent.

Tool Count5/5

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.

Completeness3/5

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.