mcpbeat Sign in

Vintage MCP Server

by rezasoleymanifar Your server? Claim it
local only

Vintage runs on your own machine — the client starts it, so there is no endpoint to ping. 177 installs a week from pypi. Last commit 18 Sep 2026.

Free financial data from eleven sources behind six verbs, point-in-time where the source allows.

Installs per day peak 156 · avg 44 · -39% w/w
a month agotoday
177
Installs / week
pypi · vintage-mcp
1
Stars
8 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        path = os.path.join(self.root, slug)
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/drift.yml:82
      - name: File or update the drift issue
        env:
          GH_TOKEN: ${{ github.token }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vintage -- uvx vintage-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vintage": {
      "args": [
        "vintage-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vintage]
command = "uvx"
args = ["vintage-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vintage": {
      "args": [
        "vintage-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vintage": {
      "args": [
        "vintage-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: VINTAGE_USER_AGENT (Contact string sent to SEC EDGAR, which asks for a real name and email. Format: 'Your Name [email protected]'.), FRED_API_KEY (Free key from https://fredaccount.stlouisfed.org/apikeys. Unlocks 800k macro series with ALFRED first-release vintages. Everything else works without it.), VINTAGE_CACHE_DIR (Where the gzipped response cache lives. Defaults to ~/.cache/vintage.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vintage

same job, measured the same way
Financial Data API
by financialdatapi

Point-in-time macro, central bank rates and sentiment, COT positioning, from official sources.

answering
EdgarParser MCP
by henrysouchien

MCP stdio server for source-backed SEC EDGAR financial data from the hosted EdgarParser API.

186 installs/wk local only
Invoice Data Extraction
by invoicedataextraction

Invoices and other financial documents to rows: upload, say what to extract, read the rows.

answering
Arkolith
by wikatar

Evidence-backed capital-change intelligence and sourced financial data for AI agents

answering
finlight Financial News
by finlight

Real-time financial news for AI agents: search by ticker and source, with sentiment and entities.

51 installs/wk answering
Finance Fintech Mcp
by varvararatta

Unlock the power of real-time financial data with our Finance MCP. Easily retrieve the latest

4 tools answering
Tw Market Data
by twmarketdata

Taiwan stock market data (TWMD): official-source, point-in-time-safe datasets via read-only tools.

41 tools answering
DAP Bellwether
by dap

Free regulatory change feed for financial regulators in Canada, the US, the UK and the EU.

4 tools answering

Vintage — questions

Answers built from our own checks of this server.

Why is there no uptime for Vintage?
Vintage runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package vintage-mcp was installed 177 times last week.
How do I connect Vintage?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vintage-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Vintage?
The pypi package vintage-mcp was installed 177 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vintage open source?
Yes — it is published under the MIT licence, written in Python, 1 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.