Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Sample Financial Tool

FreeNot checked

Exploring MCP

GitHubEmbed

About

Exploring MCP

README

A Model Context Protocol (MCP) server implementation providing financial data and calculations through various APIs.

Features

  • Stock Price Data: Fetch real-time stock prices using Alpha Vantage API
  • Cryptocurrency Data: Get cryptocurrency prices and stats via CoinGecko API
  • Forex Rates: Access currency exchange rates through Exchange Rate API
  • Compound Interest Calculator: Calculate compound interest with customizable parameters
  • Financial News: Retrieve latest financial news from GNews API

Available Tools

1. getStockPrice

{
	ticker: string;
}

2. getCryptoPrice

{
	symbol: string;
}

3. getForexRate

{
	pair: string;
}

4. calculateCompoundInterest

{
    principal: number,
    rate: number,
    time: number,
    compoundFrequency: number
}

5. getFinancialNews

{
	category: string;
}

Setup

  1. Install dependencies:
npm install
pnpm install
  1. Run the server:
npm run dev

Note

  • The server uses demo API keys for demonstration purposes
  • For production use, replace demo API keys with your own
  • Some APIs may have rate limits in their free tiers

from github.com/Prayag2003/mcp-sample-financial-tool

Installing Sample Financial Tool

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Prayag2003/mcp-sample-financial-tool

FAQ

Is Sample Financial Tool MCP free?

Yes, Sample Financial Tool MCP is free — one-click install via Unyly at no cost.

Does Sample Financial Tool need an API key?

No, Sample Financial Tool runs without API keys or environment variables.

Is Sample Financial Tool hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Sample Financial Tool in Claude Desktop, Claude Code or Cursor?

Open Sample Financial Tool on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Sample Financial Tool with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs