Finage MCP Server

Finage MCP Server

By KendamaQQ GitHub

Finage MCP Server

finage stock-market
Overview

what is Finage MCP Server?

Finage MCP Server is a server designed to interact with the Finage stock market data API, providing access to a limited set of endpoints for retrieving stock market data.

how to use Finage MCP Server?

To use the Finage MCP Server, you need to sign up for a free Finage API key, clone the project from GitHub, and configure it with your API key in the environment variables.

key features of Finage MCP Server?

  • Access to stock market data through the Finage API.
  • Simple setup and configuration process.
  • Supports basic functionality with a focus on future development.

use cases of Finage MCP Server?

  1. Retrieving real-time stock market data for analysis.
  2. Integrating stock market data into applications for financial insights.
  3. Developing trading algorithms that require market data.

FAQ from Finage MCP Server?

  • What endpoints are currently supported?

As of v0.0.1, only a small subset of endpoints is implemented.

  • Is the Finage MCP Server stable?

The package is under development, so it may not be fully stable yet.

  • How do I get started?

Follow the configuration steps to obtain an API key and clone the project from GitHub.

Content

Finage MCP Server

A MCP server for the stock market data API, Finage API. Only small subset of endpoints is implemented.

Warning

The package is under development and only supports two endpoint as of v0.0.1. Be cautious.

Configuration

Getting an API Key

  1. Sign up for a Free Finage API key
  2. Add the API key to your environment variables as FINAGE_API_KEY
  3. Make sure you have uv installed

Clone the project

git clone https://github.com/KendamaQQ/finage_mcp.git

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

NOTE Make sure you replace the <DIRECTORY-OF-CLONED-PROJECT> with the directory of the cloned project.

{
  "mcpServers": {
    "finage_mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "<DIRECTORY-OF-CLONED-PROJECT>/finage_mcp",
        "run",
        "finage_mcp"
      ],
      "env": {
        "FINAGE_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}
No tools information available.
No content found.