How to Use the EODHD Financial MCP in Claude Code
Pipe real-time market data from EODHD Financial directly into your shell scripts and CI/CD jobs with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect EODHD Financial MCP to Claude Code
Create your Vinkius account to connect EODHD Financial to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Integrate Market Data into Shell Scripts
Treat financial data like any other command-line utility. Get the current price of a stock and pipe it directly to other tools for processing. Just run `claude mcp call eodhd-financial get_realtime_price --symbol 'BMW.XETRA' | jq '.price'`. It's a simple, powerful way to pull live data into any script without writing custom API clients. It just works.
Automate Reports with Cron Jobs
Set up scheduled financial reports in seconds. You can create a simple cron job to log market data at specific times, like the open or close. A command like `claude mcp call eodhd-financial get_multi_price --symbols 'GOOGL.US,AMZN.US'` can be added to your crontab to run every morning, appending the output to a log file. This is headless automation done right.
Build Backend Data Ingestion Pipelines
This MCP server is a building block for serious backend processes. A shell script can use `get_exchange_symbols` to fetch all tickers for the London Stock Exchange, then loop through each one to populate a database using `get_eod_data`. Because Claude Code is just a CLI, you can easily embed these calls inside larger data engineering workflows, running in Docker, Kubernetes, or a simple EC2 instance. It's built for system-level work.
Set up EODHD Financial MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeeodhd-financial-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest EODHD Financial transactions." It will automatically discover and invoke the available EODHD Financial tools.
claude mcp add --transport http eodhd-financial-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about EODHD Financial MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the EODHD Financial MCP today
We host it, we monitor it, we maintain it. You just paste one token.