mcptools

souvikghosh/mcptools
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server exposing financial data tools (yfinance, RSS feeds) for AI clients. Plug-and-play with Claude Desktop and any MCP-compatible agent.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcptools": {
      "command": "uvx",
      "args": [
        "mcptools"
      ]
    }
  }
}

Or install with pip: pip install mcptools

README Excerpt

**An MCP server that gives Claude and any MCP-compatible AI client live access to financial markets data.** Plug it into Claude Desktop in two minutes — then ask Claude to analyze a stock, pull earnings metrics, or summarize market news without copy-pasting a single number. ```bash pip install mcptools

Tools (7)

get_company_profileget_financial_newsget_financial_summaryget_historical_pricesget_stock_quoteget_technical_indicatorsget_ticker_news