An MCP server to interface with Finnhub API.
An MCP server to interface with Finnhub API.
list_news
get_market_data
get_basic_financials
get_recommendation_trends
Run uv sync to install the dependencies. To install uv follow the instructions here. Then do source .venv/bin/activate.
Setup the .env file with the Finnhub API Key credentials.
FINNUB_API_KEY=<FINNHUB_API_KEY>
Run fastmcp install server.py to install the server.
Open the configuration file located at:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.jsonLocate the command entry for uv and replace it with the absolute path to the uv executable. This ensures that the correct version of uv is used when starting the server.
Restart Claude Desktop to apply the changes.
Run fastmcp dev server.py to start the MCP server. MCP inspector is helpful for investigating and debugging locally.
Hive Mcp Server
Code Explainer Mcp
A Cloudflare Worker that serves as an MCP (Model Context Protocol) server for code explanation. It analyzes and explains code with a comprehensive breakdown of structure and functionality.
Weather Mcp Claudedesktop
An MCP (Model Context Protocol) tool that provides real-time weather data, forecasts, and historical weather information using the OpenWeatherMap API, specifically designed for Claude Desktop.