Vintage for Grok
io.github.rezasoleymanifar/vintage
Free financial data from eleven sources behind six verbs, point-in-time where the source allows.
client:Grok
transport:stdio
runtime:pypi
Install Vintage in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vintage": {
"type": "stdio",
"command": "uvx",
"args": [
"vintage-mcp"
],
"env": {
"VINTAGE_USER_AGENT": "<VINTAGE_USER_AGENT>",
"FRED_API_KEY": "<FRED_API_KEY>",
"VINTAGE_CACHE_DIR": "<VINTAGE_CACHE_DIR>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs