{"id":7722,"date":"2025-10-10T16:16:15","date_gmt":"2025-10-10T14:16:15","guid":{"rendered":"https:\/\/eodhd.com\/financial-apis\/?p=7722"},"modified":"2026-04-02T12:06:59","modified_gmt":"2026-04-02T10:06:59","slug":"mcp-server-for-financial-data-by-eodhd","status":"publish","type":"post","link":"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd","title":{"rendered":"MCP Server For Financial Data by EODHD"},"content":{"rendered":"\n<p>The official <strong>MCP server for EODHD<\/strong> makes it easy for AI agents and large language models (LLMs) to connect with real-time and historical financial data using the Model Context Protocol (MCP). With this integration, popular AI platforms like <strong>ChatGPT<\/strong> and <strong>Claude<\/strong>, as well as any custom-trained LLMs, AI assistants, or autonomous agents can access EODHD&#8217;s rich financial datasets. The server exposes <strong>77 read-only tools<\/strong>, <strong>100+ documentation resources<\/strong>, and <strong>3 prompt templates<\/strong> \u2014 giving developers and fintech teams a powerful way to bring stock market data, fundamentals, technical analysis, and macro indicators directly into their AI workflows.<\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-server-versions\">Server Versions<\/h2>\n\n\n\n<p>EODHD provides two versions of the MCP server. Both share the same codebase, tools, and features \u2014 the only difference is the authorization method.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Version<\/th><th>URL<\/th><th>Authorization<\/th><th>Best for<\/th><th>GitHub<\/th><\/tr><\/thead><tbody><tr><td><strong>v1<\/strong><\/td><td>https:\/\/mcpv2.eodhd.dev\/v1\/mcp?apikey=YOUR_API_KEY<\/td><td>API key (passed as a URL parameter)<\/td><td>ChatGPT, custom agents, programmatic access<\/td><td><a href=\"https:\/\/github.com\/EodHistoricalData\/EODHD-MCP-Server\">EODHD-MCP-Server<\/a><\/td><\/tr><tr><td><strong>v2<\/strong><\/td><td>https:\/\/mcpv2.eodhd.dev\/v2\/mcp<\/td><td>OAuth 2.1 (built-in OAuth server)<\/td><td>Claude Desktop and other clients with native OAuth support<\/td><td><a href=\"https:\/\/github.com\/EodHistoricalData\/EODHD-MCP-Server-v2\">EODHD-MCP-Server-v2<\/a><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-v1-api-key-authorization\">v1 \u2014 API Key Authorization<\/h2>\n\n\n\n<p>To access the v1 server, provide your API key as a URL parameter. Sign up for free to get your API key. The free plan grants access to limited data \u2014 you can compare access levels on our <a href=\"https:\/\/eodhd.com\/pricing\">pricing page<\/a>. You can also use the &#8220;demo&#8221; key:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code class=\"\">https:\/\/mcpv2.eodhd.dev\/v1\/mcp?apikey=YOUR_API_KEY<\/code><\/pre>\n\n                <\/div>\n                <div class=\"code__btns\">\n                    <button class=\"code__copy\" class=\"copy\" title=\"Copy url\">\n                        <svg class=\"code__copy__icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <use xlink:href=\"\/img\/icons\/copy.svg#copy\"><\/use>\n                        <\/svg>\n                        <img decoding=\"async\" class=\"code__copy__approve\" alt=\"\" src=\"\/img\/approve_ico.svg\" loading=\"eager\">\n                    <\/button>\n                <\/div>\n            <\/div>\n        \n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-v2-oauth-authorization\">v2 \u2014 OAuth Authorization<\/h2>\n\n\n\n<p>The v2 server includes a built-in lightweight OAuth server. Clients that support OAuth (such as Claude Desktop) can connect without manually passing an API key \u2014 the OAuth flow handles authentication automatically. Simply use the v2 URL and follow the OAuth consent flow in your client:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code class=\"\">https:\/\/mcpv2.eodhd.dev\/v2\/mcp<\/code><\/pre>\n\n                <\/div>\n                <div class=\"code__btns\">\n                    <button class=\"code__copy\" class=\"copy\" title=\"Copy url\">\n                        <svg class=\"code__copy__icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <use xlink:href=\"\/img\/icons\/copy.svg#copy\"><\/use>\n                        <\/svg>\n                        <img decoding=\"async\" class=\"code__copy__approve\" alt=\"\" src=\"\/img\/approve_ico.svg\" loading=\"eager\">\n                    <\/button>\n                <\/div>\n            <\/div>\n        \n\n\n<p>Both versions provide the same 77 tools and 100+ documentation resources. Choose v1 if your client expects an API key in the URL, or v2 if your client supports OAuth natively.<\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-key-features\">Key Features<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-agent-documentation-resources\">Agent Documentation Resources<\/h3>\n\n\n\n<p>The MCP server includes <strong>100+ pages of EODHD API documentation<\/strong> embedded directly as MCP resources. AI agents can look up endpoint details, available parameters, and subscription plan coverage without consuming any API calls. The documentation is parsed into structured JSON, so agents navigate it programmatically. This covers 72 endpoint reference pages, 7 subscription plan guides, and 28 general reference pages (authentication, data formats, exchange lists, rate limits, symbol conventions). The <strong>retrieve_description_by_id<\/strong> tool provides instant access to any documentation page.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-smart-ticker-resolution\">Smart Ticker Resolution<\/h3>\n\n\n\n<p>The <strong>resolve_ticker<\/strong> tool converts company names, partial tickers, or ISINs into the correct <strong>SYMBOL.EXCHANGE<\/strong> format. For example, &#8220;Apple&#8221; resolves to <strong>AAPL.US<\/strong>, &#8220;Deutsche Bank&#8221; to <strong>DBK.XETRA<\/strong>. When a company trades on multiple exchanges, it returns the top 10 alternatives with exchange details. This is designed to be called first whenever a user mentions a company by name.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-prompt-templates\">Prompt Templates<\/h3>\n\n\n\n<p>Three ready-to-use MCP prompt templates that chain multiple tools into complete workflows:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>analyze_stock(ticker)<\/strong> \u2014 Full single-stock analysis: fundamentals \u2192 historical prices \u2192 support\/resistance \u2192 technicals \u2192 news. Outputs a summary with bull\/bear case and key metrics.<\/li>\n\n\n\n<li><strong>compare_stocks(ticker1, ticker2)<\/strong> \u2014 Side-by-side comparison: Market Cap, P\/E, Revenue Growth, Profit Margin, 52W Return, Dividend Yield with a verdict.<\/li>\n\n\n\n<li><strong>market_overview(exchange)<\/strong> \u2014 Daily market snapshot: top gainers\/losers, upcoming economic events, earnings watch.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-reliability\">Reliability<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Input formatters<\/strong> \u2014 standardized input sanitization across all 77 tools. Accepts 30+ date formats (ISO, US, EU, named months, Unix timestamps) and normalizes automatically. Ticker and exchange sanitization prevents URL-breaking characters.<\/li>\n\n\n\n<li><strong>Output formatters<\/strong> \u2014 structured MCP resource responses with proper MIME types. Binary data (logos, PDFs) base64-encoded. API errors converted to structured ToolError messages.<\/li>\n\n\n\n<li><strong>197 automated tests<\/strong>, CI on Python 3.10\u20133.13. Security toolchain: Ruff, MyPy, Bandit, Semgrep, pip-audit.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-add-mcp-server-to-chatgpt\">How to Add MCP Server to ChatGPT<\/h2>\n\n\n\n<p>ChatGPT uses API key authorization \u2014 use the <strong>v1<\/strong> endpoint.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Action<\/strong><\/th><th><strong>Explanation \/ What to check<\/strong><\/th><\/tr><\/thead><tbody><tr><td>1. Open ChatGPT \u2192 go to Settings<\/td><td>In web or desktop app. Your ChatGPT plan (Plus, Pro, Business, Enterprise, etc.) must support connectors \/ MCP. Business, Enterprise accounts \u2014 available only for the owner.<\/td><\/tr><tr><td>2. Enable Developer Mode under &#8220;Connectors&#8221; or advanced settings<\/td><td>This unlocks the ability to add a custom MCP connector.<\/td><\/tr><tr><td>3. Go to Connectors (or &#8220;Sources&#8221;) tab and click Add connector \/ source<\/td><td>You should see an option to &#8220;Add MCP server&#8221; or similar.<\/td><\/tr><tr><td>4. Enter MCP server URL \u2014 https:\/\/mcpv2.eodhd.dev\/v1\/mcp?apikey=YOUR_API_KEY and a label\/name<\/td><td>Use the full URL path (ending in \/v1\/mcp) with your API key. Get the key from the EODHD dashboard.<\/td><\/tr><tr><td>5. Save \/ enable the connector<\/td><td>After adding, the connector becomes available (for your user or workspace).<\/td><\/tr><tr><td>6. In a new Chat, click &#8220;Add sources&#8221; (or &#8220;+ \/ Sources&#8221;) and select your newly added MCP connector<\/td><td>This attaches the MCP to that chat session.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Use a tool through the MCP. For example, ask ChatGPT:<br><em>&#8220;Use the <strong>get_historical_stock_prices<\/strong> tool via EODHD to fetch AAPL historical data for 2024&#8243;<\/em><br>ChatGPT will call the MCP server under the hood, execute the tool, and return results.<\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-using-with-claude-desktop\">Using with Claude Desktop<\/h2>\n\n\n\n<p>Claude Desktop supports OAuth natively \u2014 use the <strong>v2<\/strong> endpoint for the simplest setup. You can also use v1 with an API key if you prefer.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-option-1-v2-with-oauth-recommended\">Option 1: v2 with OAuth (recommended)<\/h3>\n\n\n\n<p>Open Claude Desktop \u2192 <strong>Settings \u2192 Extensions \u2192 Add<\/strong> \u2192 paste the v2 server URL. The built-in OAuth server will handle authentication \u2014 you will be prompted to authorize through a consent flow, no API key needed.<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code class=\"\">https:\/\/mcpv2.eodhd.dev\/v2\/mcp<\/code><\/pre>\n\n                <\/div>\n                <div class=\"code__btns\">\n                    <button class=\"code__copy\" class=\"copy\" title=\"Copy url\">\n                        <svg class=\"code__copy__icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <use xlink:href=\"\/img\/icons\/copy.svg#copy\"><\/use>\n                        <\/svg>\n                        <img decoding=\"async\" class=\"code__copy__approve\" alt=\"\" src=\"\/img\/approve_ico.svg\" loading=\"eager\">\n                    <\/button>\n                <\/div>\n            <\/div>\n        \n\n\n<h3 class=\"wp-block-heading\" id=\"h-option-2-v1-with-api-key\">Option 2: v1 with API key<\/h3>\n\n\n\n<p>The simplest way is to add the v1 URL as a remote server directly: open Claude Desktop \u2192 <strong>Settings \u2192 Extensions \u2192 Add<\/strong> \u2192 paste the URL with your API key:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code class=\"\">https:\/\/mcpv2.eodhd.dev\/v1\/mcp?apikey=YOUR_API_KEY<\/code><\/pre>\n\n                <\/div>\n                <div class=\"code__btns\">\n                    <button class=\"code__copy\" class=\"copy\" title=\"Copy url\">\n                        <svg class=\"code__copy__icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <use xlink:href=\"\/img\/icons\/copy.svg#copy\"><\/use>\n                        <\/svg>\n                        <img decoding=\"async\" class=\"code__copy__approve\" alt=\"\" src=\"\/img\/approve_ico.svg\" loading=\"eager\">\n                    <\/button>\n                <\/div>\n            <\/div>\n        \n\n\n<p>Alternatively, you can download and run the server locally:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-a-install-via-mcp-bundle-mcpb\">A) Install via MCP bundle (.mcpb)<\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Download the .mcpb from Releases (<a href=\"https:\/\/github.com\/EodHistoricalData\/EODHD-MCP-Server\/releases\">https:\/\/github.com\/EodHistoricalData\/EODHD-MCP-Server\/releases<\/a>).<\/li>\n\n\n\n<li>Claude Desktop \u2192 <strong>Settings \u2192 Extensions \u2192 Advanced \u2192 Install Extension<\/strong>.<\/li>\n\n\n\n<li>Select the .mcpb, approve, enter your API key, enable the extension.<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-b-use-source-checkout-developer-config\">B) Use source checkout (developer config)<\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Clone the repo (<a href=\"https:\/\/github.com\/EodHistoricalData\/EODHD-MCP-Server\">https:\/\/github.com\/EodHistoricalData\/EODHD-MCP-Server<\/a>) anywhere.<\/li>\n\n\n\n<li>Claude Desktop \u2192 <strong>Developer \u2192 Edit config<\/strong>, add:<\/li>\n<\/ol>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code lang=\"json\" class=\"language-json\">{\n  \"mcpServers\": {\n    \"eodhd-mcp\": {\n      \"command\": \"python3\",\n      \"args\": [\n        \"\/home\/user\/EODHD-MCP-Server\/server.py\",\n        \"--stdio\"\n      ],\n      \"env\": {\n        \"EODHD_API_KEY\": \"YOUR_EODHD_API_KEY\"\n      }\n    }\n  }\n}<\/code><\/pre>\n\n                <\/div>\n                <div class=\"code__btns\">\n                    <button class=\"code__copy\" class=\"copy\" title=\"Copy url\">\n                        <svg class=\"code__copy__icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <use xlink:href=\"\/img\/icons\/copy.svg#copy\"><\/use>\n                        <\/svg>\n                        <img decoding=\"async\" class=\"code__copy__approve\" alt=\"\" src=\"\/img\/approve_ico.svg\" loading=\"eager\">\n                    <\/button>\n                <\/div>\n            <\/div>\n        \n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-install-and-run-locally\">Install and Run Locally<\/h2>\n\n\n\n<p>Both server versions are open source and can be downloaded and run locally. Visit the GitHub repositories to get started \u2014 setup instructions are provided in each README. The servers support three transports: <strong>streamable-http<\/strong> (default), <strong>SSE<\/strong> (Server-Sent Events), and <strong>stdio<\/strong> (for Claude Desktop and Claude Code).<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>v1 (API key):<\/strong> <a href=\"https:\/\/github.com\/EodHistoricalData\/EODHD-MCP-Server\">github.com\/EodHistoricalData\/EODHD-MCP-Server<\/a><\/li>\n\n\n\n<li><strong>v2 (OAuth):<\/strong> <a href=\"https:\/\/github.com\/EodHistoricalData\/EODHD-MCP-Server-v2\">github.com\/EodHistoricalData\/EODHD-MCP-Server-v2<\/a><\/li>\n<\/ul>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-tools\">Tools<\/h2>\n\n\n\n<p>Both v1 and v2 expose the same set of 77 tools.<\/p>\n\n\n\n<p>EODHD main datasets:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Tool<\/th><th>Description<\/th><th>Documentation<\/th><\/tr><\/thead><tbody><tr><td>resolve_ticker<\/td><td>Resolve a company name, partial ticker, or ISIN to the correct SYMBOL.EXCHANGE format. Handles multi-exchange ambiguity.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/search-api-for-stocks-etfs-mutual-funds\">API Documentation<\/a><\/td><\/tr><tr><td>retrieve_description_by_id<\/td><td>Access 100+ pages of embedded API documentation \u2014 endpoints, subscription plans, and general references. No API calls consumed.<\/td><td><a href=\"https:\/\/github.com\/EodHistoricalData\/EODHD-MCP-Server\">GitHub<\/a><\/td><\/tr><tr><td>get_historical_stock_prices<\/td><td>Retrieve end-of-day historical stock prices for a given symbol and date range.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/api-for-historical-data-and-volumes\">API Documentation<\/a><\/td><\/tr><tr><td>get_live_price_data<\/td><td>Get live quote data for stocks, ETFs, indices, and other instruments.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/live-ohlcv-stocks-api\">API Documentation<\/a><\/td><\/tr><tr><td>get_intraday_historical_data<\/td><td>Fetch historical intraday data (minute\/hour resolution) for a symbol.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/intraday-historical-data-api\">API Documentation<\/a><\/td><\/tr><tr><td>get_fundamentals_data<\/td><td>Retrieve fundamental company data (financial statements, ratios, etc.).<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/stock-etfs-fundamental-data-feeds\">API Documentation<\/a><\/td><\/tr><tr><td>get_bulk_fundamentals<\/td><td>Fetch fundamental data for all stocks on an exchange in bulk \u2014 up to 500 tickers per call. Covers General, Highlights, Valuation, Technicals, Earnings, Financials.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/bulk-fundamentals-api-via-extended-fundamentals-plan\">API Documentation<\/a><\/td><\/tr><tr><td>get_us_tick_data<\/td><td>Access U.S. tick-by-tick trade and quote data.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/us-stock-market-tick-data-api\">API Documentation<\/a><\/td><\/tr><tr><td>get_historical_market_cap<\/td><td>Retrieve historical market capitalization values for a company.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/historical-market-capitalization-api\">API Documentation<\/a><\/td><\/tr><tr><td>get_historical_dividends<\/td><td>Retrieve historical dividend payment data for a company.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/api-splits-dividends\">API Documentation<\/a><\/td><\/tr><tr><td>get_historical_splits<\/td><td>Retrieve historical stock split data for a company.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/api-splits-dividends\">API Documentation<\/a><\/td><\/tr><tr><td>get_company_news<\/td><td>Get recent or historical news articles related to a company\/ticker.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/stock-market-financial-news-api\">API Documentation<\/a><\/td><\/tr><tr><td>get_sentiment_data<\/td><td>Returns sentiment analysis data (positive\/negative\/neutral) on news or social content.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/stock-market-financial-news-api\">API Documentation<\/a><\/td><\/tr><tr><td>get_news_word_weights<\/td><td>Extract weighted keyword data from financial news.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/stock-market-financial-news-api\">API Documentation<\/a><\/td><\/tr><tr><td>get_exchanges_list<\/td><td>Retrieve a full list of supported stock exchanges.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/exchanges-api-list-of-tickers-and-trading-hours\">API Documentation<\/a><\/td><\/tr><tr><td>get_exchange_tickers<\/td><td>Get all tickers listed on a specific exchange.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/covered-tickers-eodhd\">API Documentation<\/a><\/td><\/tr><tr><td>get_exchange_details<\/td><td>Fetch detailed metadata about a particular exchange.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/exchanges-api-trading-hours-and-stock-market-holidays\">API Documentation<\/a><\/td><\/tr><tr><td>get_macro_indicator<\/td><td>Access macroeconomic indicators (GDP, inflation, etc.).<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/macroeconomics-data-and-macro-indicators-api\">API Documentation<\/a><\/td><\/tr><tr><td>get_economic_events<\/td><td>Get global economic events calendar with forecasts and actuals.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/economic-events-data-api\">API Documentation<\/a><\/td><\/tr><tr><td>get_symbol_change_history<\/td><td>Retrieve history of symbol\/ticker changes (e.g., renames, delistings).<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/exchanges-api-trading-hours-and-stock-market-holidays\">API Documentation<\/a><\/td><\/tr><tr><td>get_stocks_from_search<\/td><td>Search stocks and instruments by name, ticker, or ISIN.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/search-api-for-stocks-etfs-mutual-funds\">API Documentation<\/a><\/td><\/tr><tr><td>get_user_details<\/td><td>Retrieve account information and API usage details.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/user-api\">API Documentation<\/a><\/td><\/tr><tr><td>get_insider_transactions<\/td><td>Access insider transaction reports for U.S. public companies.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/insider-transactions-api\">API Documentation<\/a><\/td><\/tr><tr><td>capture_realtime_ws<\/td><td>Connect to WebSocket to capture real-time data streams (US trades, US quotes, forex, crypto).<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/new-real-time-data-api-websockets\">API Documentation<\/a><\/td><\/tr><tr><td>get_stock_screener_data<\/td><td>Use stock screener filters to retrieve matching instruments.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api\">API Documentation<\/a><\/td><\/tr><tr><td>get_upcoming_earnings<\/td><td>List upcoming earnings reports with dates and expectations.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/calendar-upcoming-earnings-ipos-and-splits\">API Documentation<\/a><\/td><\/tr><tr><td>get_earnings_trends<\/td><td>Retrieve historical and forecasted earnings trends for a company.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/calendar-upcoming-earnings-ipos-and-splits\">API Documentation<\/a><\/td><\/tr><tr><td>get_upcoming_ipos<\/td><td>Get calendar of upcoming IPOs with details.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/calendar-upcoming-earnings-ipos-and-splits\">API Documentation<\/a><\/td><\/tr><tr><td>get_upcoming_splits<\/td><td>Access information on upcoming stock splits.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/calendar-upcoming-earnings-ipos-and-splits\">API Documentation<\/a><\/td><\/tr><tr><td>get_upcoming_dividends<\/td><td>Access upcoming ex-dividend dates with flexible filters by symbol or date.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/calendar-upcoming-earnings-ipos-and-splits\">API Documentation<\/a><\/td><\/tr><tr><td>get_us_live_extended_quotes<\/td><td>New &#8220;Live v2&#8221; endpoint \u2014 provides extended live quotes for U.S. instruments.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/live-v2-for-us-stocks-extended-quotes-2025\">API Documentation<\/a><\/td><\/tr><tr><td>get_technical_indicators<\/td><td>Analytics tool \u2014 SMA, EMA, RSI, MACD, etc.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/technical-indicators-api\">API Documentation<\/a><\/td><\/tr><tr><td>get_support_resistance_levels<\/td><td>Compute support and resistance levels using 5 pivot point methods: Classic, Fibonacci, Woodie, Camarilla, DeMark. Calculated server-side from historical data.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/technical-indicators-api\">API Documentation<\/a><\/td><\/tr><tr><td>get_cboe_indices_list<\/td><td>Retrieve a list of available CBOE indices with latest values and metadata.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/cboe-europe-indices-api-beta\">API Documentation<\/a><\/td><\/tr><tr><td>get_cboe_index_data<\/td><td>Get detailed CBOE index data, including index levels and full component breakdown.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/cboe-europe-indices-api-beta\">API Documentation<\/a><\/td><\/tr><tr><td>get_stock_market_logos<\/td><td>Get company logo in PNG format (200&#215;200, transparency). 40,000+ logos across 60+ exchanges.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/unicornbay\/logo\/docs\">API Documentation<\/a><\/td><\/tr><tr><td>get_stock_market_logos_svg<\/td><td>Get company logo in SVG vector format. Available for US and Toronto exchanges.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/unicornbay\/logo\/docs\">API Documentation<\/a><\/td><\/tr><tr><td>get_ust_bill_rates<\/td><td>US Treasury bill rates \u2014 daily rates for 4WK through 52WK tenors (bank discount rate + coupon-equivalent yield).<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/us-treasury-ust-interest-rates-api-beta\">API Documentation<\/a><\/td><\/tr><tr><td>get_ust_yield_rates<\/td><td>US Treasury par yield curve \u2014 rates for maturities from 1 month to 30 years.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/us-treasury-ust-interest-rates-api-beta\">API Documentation<\/a><\/td><\/tr><tr><td>get_ust_real_yield_rates<\/td><td>US Treasury real yield rates (TIPS \u2014 Treasury Inflation-Protected Securities).<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/us-treasury-ust-interest-rates-api-beta\">API Documentation<\/a><\/td><\/tr><tr><td>get_ust_long_term_rates<\/td><td>US Treasury long-term composite rates.<\/td><td><a href=\"https:\/\/eodhd.com\/financial-apis\/us-treasury-ust-interest-rates-api-beta\">API Documentation<\/a><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Marketplace products (<a href=\"https:\/\/eodhd.com\/marketplace?providers=unicornbay\">by EODHD<\/a>):<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Tool<\/th><th>Description<\/th><th>Documentation<\/th><\/tr><\/thead><tbody><tr><td>get_mp_us_options_contracts<\/td><td>Retrieve available U.S. options contracts for an underlying asset. <\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/unicornbay\/options\/docs\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_us_options_eod<\/td><td>Access end-of-day data for U.S. options contracts. <\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/unicornbay\/options\/docs\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_us_options_underlyings<\/td><td>Get list of underlying assets available in the U.S. options dataset. <\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/unicornbay\/options\/docs\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_indices_list<\/td><td>Retrieve a list of supported indices in the marketplace dataset. <\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/unicornbay\/spglobal\/docs\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_index_components<\/td><td>Get components\/constituents of a selected index.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/unicornbay\/spglobal\/docs\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_tick_data<\/td><td>Access marketplace tick-by-tick data. <\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/unicornbay\/options\/docs\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_tradinghours_list_markets<\/td><td>List all available markets from the TradingHours API.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/tradinghours\/markets-equities\/docs\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_tradinghours_lookup_markets<\/td><td>Search for markets by name or country.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/tradinghours\/markets-equities\/docs\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_tradinghours_market_details<\/td><td>Get full market metadata \u2014 timezone, MIC codes, regular\/pre\/post-market sessions, holiday calendar.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/tradinghours\/markets-equities\/docs\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_tradinghours_market_status<\/td><td>Get real-time open\/closed status for a market.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/tradinghours\/markets-equities\/docs\">API Documentation<\/a><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Marketplace products (third-party providers):<\/p>\n\n\n\n<p><a href=\"https:\/\/eodhd.com\/marketplace?providers=praams\">PRAAMS products<\/a>:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Tool<\/th><th>Description<\/th><th>Documentation<\/th><\/tr><\/thead><tbody><tr><td>get_mp_praams_risk_scoring_by_ticker<\/td><td>Retrieve PRAAMS equity risk and return scoring for a company using its ticker symbol.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/praams\/analyse\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_praams_risk_scoring_by_isin<\/td><td>Retrieve PRAAMS equity risk and return scoring for a company using its ISIN.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/praams\/analyse\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_praams_bond_analyze_by_isin<\/td><td>Access detailed PRAAMS bond risk and return analysis for a specific bond identified by ISIN.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/praams\/analyse\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_praams_bank_income_statement_by_ticker<\/td><td>Retrieve bank income statement data using a ticker symbol, including core revenue and profitability metrics.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/praams\/bank\/docs\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_praams_bank_income_statement_by_isin<\/td><td>Retrieve bank income statement data using an ISIN, including recurring and non-recurring income details.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/praams\/bank\/docs\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_praams_bank_balance_sheet_by_ticker<\/td><td>Access detailed bank balance sheet data using a ticker symbol, including assets, liabilities, and equity.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/praams\/bank\/docs\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_praams_bank_balance_sheet_by_isin<\/td><td>Access detailed bank balance sheet data using an ISIN, including assets, liabilities, and equity.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/praams\/bank\/docs\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_praams_report_equity_by_ticker<\/td><td>Generate comprehensive multi-factor PDF investment report for an equity by ticker. Covers valuation, performance, profitability, growth, dividends, and 6 risk dimensions. 120,000+ global equities.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/praams\/reports\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_praams_report_equity_by_isin<\/td><td>Generate comprehensive multi-factor PDF investment report for an equity by ISIN.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/praams\/reports\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_praams_report_bond_by_isin<\/td><td>Generate comprehensive multi-factor PDF investment report for a bond by ISIN.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/praams\/reports\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_praams_smart_investment_screener_equity<\/td><td>Smart investment screener for equities \u2014 filter and rank stocks using multi-factor risk\/return criteria.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/praams\/explore\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_praams_smart_investment_screener_bond<\/td><td>Smart investment screener for bonds \u2014 filter and rank bonds using multi-factor risk\/return criteria.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/praams\/explore\">API Documentation<\/a><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><a href=\"https:\/\/eodhd.com\/marketplace\/investverte\/esg_data\">ESG by Investverte<\/a>:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Tool<\/th><th>Description<\/th><th>Documentation<\/th><\/tr><\/thead><tbody><tr><td>get_mp_investverte_esg_list_companies<\/td><td>Retrieve a list of companies covered by the Investverte ESG dataset.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/investverte\/esg_data\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_investverte_esg_list_countries<\/td><td>Retrieve a list of countries covered by the Investverte ESG dataset.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/investverte\/esg_data\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_investverte_esg_list_sectors<\/td><td>Retrieve a list of sectors available in the Investverte ESG dataset.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/investverte\/esg_data\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_investverte_esg_view_company<\/td><td>Access ESG ratings and scores for a specific company across environmental, social, and governance dimensions.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/investverte\/esg_data\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_investverte_esg_view_country<\/td><td>Access aggregated ESG ratings and scores for a specific country.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/investverte\/esg_data\">API Documentation<\/a><\/td><\/tr><tr><td>get_mp_investverte_esg_view_sector<\/td><td>View ESG data aggregated by sector and industry over time.<\/td><td><a href=\"https:\/\/eodhd.com\/marketplace\/investverte\/esg_data\">API Documentation<\/a><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>More endpoints and datasets to be added soon. Feel free to contact our support if you are expecting something specific.<\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>The official MCP server for EODHD makes it easy for AI agents and large language models (LLMs) to connect with real-time and historical financial data using the Model Context Protocol (MCP). With this integration, popular AI platforms like ChatGPT and Claude, as well as any custom-trained LLMs, AI assistants, or autonomous agents can access EODHD&#8217;s [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[5],"tags":[],"coding-language":[],"ready-to-go-solution":[],"qualification":[],"financial-apis-category":[],"financial-apis-manuals":[],"class_list":["post-7722","post","type-post","status-publish","format-standard","hentry","category-excel-python-php-laravel-java-matlab-examples"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.6 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>MCP Server For Financial Data by EODHD | EODHD APIs Documentation<\/title>\n<meta name=\"description\" content=\"Learn how to use the official EODHD MCP-server to connect ChatGPT, Claude, and custom AI agents with real-time and historical financial data APIs.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MCP Server For Financial Data by EODHD\" \/>\n<meta property=\"og:description\" content=\"Learn how to use the official EODHD MCP-server to connect ChatGPT, Claude, and custom AI agents with real-time and historical financial data APIs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd\" \/>\n<meta property=\"og:site_name\" content=\"Stock Price Data, Financial and Stock Market API\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/eodhistoricaldata\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-10T14:16:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-02T10:06:59+00:00\" \/>\n<meta name=\"author\" content=\"a.pletnev\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@EOD_data\" \/>\n<meta name=\"twitter:site\" content=\"@EOD_data\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"a.pletnev\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd#article\",\"isPartOf\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd\"},\"author\":{\"name\":\"a.pletnev\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/ed3193541c25b73e823a83bdcdb09b5d\"},\"headline\":\"MCP Server For Financial Data by EODHD\",\"datePublished\":\"2025-10-10T14:16:15+00:00\",\"dateModified\":\"2026-04-02T10:06:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd\"},\"wordCount\":2280,\"publisher\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#organization\"},\"articleSection\":[\"5. Developer Tools &amp; Examples\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd\",\"url\":\"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd\",\"name\":\"MCP Server For Financial Data by EODHD | EODHD APIs Documentation\",\"isPartOf\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#website\"},\"datePublished\":\"2025-10-10T14:16:15+00:00\",\"dateModified\":\"2026-04-02T10:06:59+00:00\",\"description\":\"Learn how to use the official EODHD MCP-server to connect ChatGPT, Claude, and custom AI agents with real-time and historical financial data APIs.\",\"breadcrumb\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eodhd.com\/financial-apis\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MCP Server For Financial Data by EODHD\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#website\",\"url\":\"https:\/\/eodhd.com\/financial-apis\/\",\"name\":\"Historical Stock Prices and Fundamental Financial Data APIs | EODHD\",\"description\":\"End Of Day (EOD), Fundamental and Real-time\/Live Data Market API\",\"publisher\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eodhd.com\/financial-apis\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#organization\",\"name\":\"EODHD (EOD Historical Data)\",\"url\":\"https:\/\/eodhd.com\/financial-apis\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/eodhd.com\/financial-apis\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png\",\"contentUrl\":\"https:\/\/eodhd.com\/financial-apis\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png\",\"width\":159,\"height\":82,\"caption\":\"EODHD (EOD Historical Data)\"},\"image\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/eodhistoricaldata\",\"https:\/\/x.com\/EOD_data\",\"https:\/\/www.reddit.com\/r\/EODHistoricalData\/\",\"https:\/\/eod-historical-data.medium.com\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/ed3193541c25b73e823a83bdcdb09b5d\",\"name\":\"a.pletnev\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/020e454749b61223b72b1bf96e7978ccdd1e39b04585b29698da3767a193a57d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/020e454749b61223b72b1bf96e7978ccdd1e39b04585b29698da3767a193a57d?s=96&d=mm&r=g\",\"caption\":\"a.pletnev\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"MCP Server For Financial Data by EODHD | EODHD APIs Documentation","description":"Learn how to use the official EODHD MCP-server to connect ChatGPT, Claude, and custom AI agents with real-time and historical financial data APIs.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd","og_locale":"en_US","og_type":"article","og_title":"MCP Server For Financial Data by EODHD","og_description":"Learn how to use the official EODHD MCP-server to connect ChatGPT, Claude, and custom AI agents with real-time and historical financial data APIs.","og_url":"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd","og_site_name":"Stock Price Data, Financial and Stock Market API","article_publisher":"https:\/\/www.facebook.com\/eodhistoricaldata","article_published_time":"2025-10-10T14:16:15+00:00","article_modified_time":"2026-04-02T10:06:59+00:00","author":"a.pletnev","twitter_card":"summary_large_image","twitter_creator":"@EOD_data","twitter_site":"@EOD_data","twitter_misc":{"Written by":"a.pletnev","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd#article","isPartOf":{"@id":"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd"},"author":{"name":"a.pletnev","@id":"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/ed3193541c25b73e823a83bdcdb09b5d"},"headline":"MCP Server For Financial Data by EODHD","datePublished":"2025-10-10T14:16:15+00:00","dateModified":"2026-04-02T10:06:59+00:00","mainEntityOfPage":{"@id":"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd"},"wordCount":2280,"publisher":{"@id":"https:\/\/eodhd.com\/financial-apis\/#organization"},"articleSection":["5. Developer Tools &amp; Examples"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd","url":"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd","name":"MCP Server For Financial Data by EODHD | EODHD APIs Documentation","isPartOf":{"@id":"https:\/\/eodhd.com\/financial-apis\/#website"},"datePublished":"2025-10-10T14:16:15+00:00","dateModified":"2026-04-02T10:06:59+00:00","description":"Learn how to use the official EODHD MCP-server to connect ChatGPT, Claude, and custom AI agents with real-time and historical financial data APIs.","breadcrumb":{"@id":"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/eodhd.com\/financial-apis\/mcp-server-for-financial-data-by-eodhd#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eodhd.com\/financial-apis"},{"@type":"ListItem","position":2,"name":"MCP Server For Financial Data by EODHD"}]},{"@type":"WebSite","@id":"https:\/\/eodhd.com\/financial-apis\/#website","url":"https:\/\/eodhd.com\/financial-apis\/","name":"Historical Stock Prices and Fundamental Financial Data APIs | EODHD","description":"End Of Day (EOD), Fundamental and Real-time\/Live Data Market API","publisher":{"@id":"https:\/\/eodhd.com\/financial-apis\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eodhd.com\/financial-apis\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/eodhd.com\/financial-apis\/#organization","name":"EODHD (EOD Historical Data)","url":"https:\/\/eodhd.com\/financial-apis\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eodhd.com\/financial-apis\/#\/schema\/logo\/image\/","url":"https:\/\/eodhd.com\/financial-apis\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png","contentUrl":"https:\/\/eodhd.com\/financial-apis\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png","width":159,"height":82,"caption":"EODHD (EOD Historical Data)"},"image":{"@id":"https:\/\/eodhd.com\/financial-apis\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/eodhistoricaldata","https:\/\/x.com\/EOD_data","https:\/\/www.reddit.com\/r\/EODHistoricalData\/","https:\/\/eod-historical-data.medium.com\/"]},{"@type":"Person","@id":"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/ed3193541c25b73e823a83bdcdb09b5d","name":"a.pletnev","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/020e454749b61223b72b1bf96e7978ccdd1e39b04585b29698da3767a193a57d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/020e454749b61223b72b1bf96e7978ccdd1e39b04585b29698da3767a193a57d?s=96&d=mm&r=g","caption":"a.pletnev"}}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p8NjB1-20y","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/posts\/7722","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/comments?post=7722"}],"version-history":[{"count":26,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/posts\/7722\/revisions"}],"predecessor-version":[{"id":7866,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/posts\/7722\/revisions\/7866"}],"wp:attachment":[{"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/media?parent=7722"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/categories?post=7722"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/tags?post=7722"},{"taxonomy":"coding-language","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/coding-language?post=7722"},{"taxonomy":"ready-to-go-solution","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/ready-to-go-solution?post=7722"},{"taxonomy":"qualification","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/qualification?post=7722"},{"taxonomy":"financial-apis-category","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/financial-apis-category?post=7722"},{"taxonomy":"financial-apis-manuals","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/financial-apis-manuals?post=7722"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}