post
https://api.bavest.co/v2/mcp
Model Context Protocol (MCP) server endpoint for AI agent integration.
Connect any MCP compatible AI client (Claude, GPT, Cursor, Windsurf, or custom agents) to the full Bavest API through a single MCP server URL. Once connected, all Bavest API endpoints are available as MCP tools, no individual endpoint wiring required.
Quick Start
Add the following to your MCP client configuration:
{
"mcpServers": {
"bavest": {
"type": "url",
"url": "https://api.bavest.co/v2/mcp?api_key=YOUR_API_KEY"
}
}
}
Available Tools
Once connected, the MCP server exposes all Bavest API endpoints as callable tools:
| Category | Tools |
|---|---|
| Equities | Profile, financials, balance sheets, cash flows, metrics, peers, market cap |
| ETFs | Profile, holdings, sectors, countries, risk, fees, KID documents |
| Funds | Profile, holdings, sectors, countries, performance |
| Crypto | Quotes, listings |
| Forex | Quotes, candles |
| Timeseries | Real time quotes, EOD prices, historical candles, NAV |
| Dividends | History, annual summaries, calendar |
| Estimates | Consensus, price targets, recommendations, upgrades and downgrades |
| Corporate Actions | Earnings, transcripts, splits |
| Economic Indicators | CPI, GDP, inflation, interest rates, unemployment |
| News | Stock specific and market wide news |
| Reference | Security search, screener, index lists |
| Bavest QuantOS | Portfolio allocation, stats, returns, charts |
| Calendar | Earnings, IPOs, splits, AGMs |
| Bulk | Batch any endpoint across up to 100 symbols |
Supported Clients
Any client implementing the Model Context Protocol specification can connect, including:
| Client | Config location |
|---|---|
| Claude Desktop | claude_desktop_config.json |
| Claude Code | .claude/settings.json |
| Cursor | .cursor/mcp.json |
| Windsurf | .windsurf/mcp.json |
| Custom agents | Depends on implementation |
Authentication
Pass your API key as the api_key query parameter on the MCP server URL.
The x-api-key header is also supported for clients that allow custom headers.