Y
Yahoo Finance
Connect the Yahoo Finance remote MCP server at https://gateway.mcpservers.org/yahoo-finance/mcp
Share:
About
Connect the Yahoo Finance remote MCP server at https://gateway.mcpservers.org/yahoo-finance/mcp. Stock data, market news, financials, and price history. Setup guides for Claude Code, Codex, Cursor, and VS Code.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Yahoo Finance.
- What data does the Yahoo Finance MCP provide?
- The Yahoo Finance MCP provides access to stock data, market news, company financials, and historical price information. It aggregates publicly available financial data.
- How can I connect to this Yahoo Finance MCP?
- Connect to the Yahoo Finance MCP using the provided URL: https://gateway.mcpservers.org/yahoo-finance/mcp. Client connection methods vary by application, but generally involve adding this URL to your MCP client's server list.
- Does the Yahoo Finance MCP require an API key or authentication?
- No, the Yahoo Finance MCP does not require an API key or other authentication. It is an openly accessible server.
- What are some typical applications for the Yahoo Finance MCP?
- Typical applications include retrieving real-time stock quotes, analyzing historical stock performance, and integrating financial news into custom applications. It is suitable for data gathering and analysis.
- Are there any usage limits for the Yahoo Finance MCP?
- The Yahoo Finance MCP as a gateway may have rate limits to ensure fair usage and maintain service stability. Exceeding these limits could result in temporary access restrictions, though specific thresholds are not published.
Install Yahoo Finance
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"yahoo-finance": {
"url": "https://…",
"transport": "http"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"yahoo-finance": {
"url": "https://…"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"yahoo-finance": {
"type": "http",
"url": "https://…"
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.