CondorEdge for AI Agents
Connect Claude, GPT, Cursor, or any MCP-compatible AI to 44 real-time financial intelligence tools.
Free. No API key. No signup. Just plug in and query.
🔌Connect Your AI Agent
CondorEdge uses the Model Context Protocol (MCP) — the open standard for AI tool access. Pick your client below:
{
"mcpServers": {
"condoredge": {
"url": "https://condoredge.com/mcp",
"transport": "sse"
}
}
}Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcp": {
"servers": {
"condoredge": {
"url": "https://condoredge.com/mcp",
"transport": "sse"
}
}
}
}Add to your project's .cursor/mcp.json or workspace settings
GET https://condoredge.com/.well-known/mcp.json
{
"mcpServers": {
"condoredge": {
"name": "CondorEdge Financial Intelligence",
"url": "https://condoredge.com/mcp",
"transport": "sse"
}
}
}Any MCP-compatible client can auto-discover tools via /.well-known/mcp.json
🌐Direct Endpoints
https://condoredge.com/.well-known/mcp.jsonDiscovery manifest — lists all tools and transporthttps://condoredge.com/mcpLive SSE transport — connect your MCP client directly🛠️Full Tool Directory44 tools
🏛️ Central Banks (10 Banks)
get_fedwatchFOMC rate probabilities, committee stances, narrative momentum
get_ecbwatchECB policy dashboard with Euribor-OIS implied rates
get_boewatchBank of England MPC dashboard, gilt market context
get_bocwatchBank of Canada overnight rate probabilities
get_bojwatchBank of Japan YCC status, BoJ committee stances
get_rbawatchReserve Bank of Australia cash rate dashboard
get_rbiwatchReserve Bank of India repo rate tracker
get_bcbwatchBrazil COPOM Selic rate dashboard
get_banxicowatchBanxico overnight rate probabilities
get_bokwatchBank of Korea base rate dashboard
get_global_central_banksAll 10 central bank dashboards in a single call
get_central_bank_detailDeep-dive on any single bank by name
📊 Economics & Macro
get_economic_calendarUpcoming G10+ economic events with consensus & actual values
get_econ_indicatorsCPI, GDP, PMI, unemployment by country
get_correlation_matrixCross-asset rolling correlation matrix
get_global_surprise_mapEconomic surprise index by country (vs consensus)
get_commodity_dashboardFull commodity intelligence: oil, gold, copper, agri
📈 Markets & Liquidity
get_yield_curveSovereign yield curves for US + G10+ economies
get_global_yields10Y sovereign bond yields across G10+ countries
get_forex_ratesLive FX spot rates for major & EM currency pairs
get_liquidity_conditionsFed balance sheet, credit spreads, M2 money supply
get_futures_positioningCFTC COT data — net positions, z-scores, sentiment
get_rating_spread_ladderCorporate credit spread ladder AAA→Distressed
get_fed_net_liquidity1-year historical Fed Net Liquidity (BS - TGA - RRP)
get_signal_engineCross-asset regime detection + rule-based trade ideas
get_market_wrapAI-generated market session summary with key drivers
get_market_pulseCompressed daily macro snapshot optimized for AI briefings
📉 Equities & Stocks
get_stock_valuationP/E, forward P/E, EPS, dividend yield for any ticker
calculate_options_greeksBlack-Scholes option pricer + Delta, Gamma, Theta, Vega
get_us_stocks_valuationsP/E, Shiller CAPE, EV/EBITDA for major indices
get_short_interestShort % float, days-to-cover, squeeze scores
get_etf_intelligenceETF volume spikes, fund flows, macro pair-trade signals
get_halo_stocksHALO leaderboard: hard assets, low obsolescence scores
get_index_heatmapLive sector leadership heatmap per major index
get_ai_indexAI-20 equity index tracking top AI innovators
get_institutional_dark_pool_flowsShort interest & borrow rates as institutional positioning proxy
get_whale_wallet_trackerETF volume spikes + macro pair-trade signals for large-pool rotation
🛢️ Geopolitical & Crypto
get_strait_of_hormuzLive crude oil flow tracker through the Strait of Hormuz
get_strait_of_hormuz_vesselsFull list of vessels in transit with AIS data
get_strait_of_hormuz_history40-day daily flow history (mb/d)
get_crypto_dashboardTop 20 crypto prices, funding rates, onchain flows
🤖 AI Agent Utilities
get_condoredge_infoPlatform overview, all available tools, attribution requirements
suggest_unsupported_data_toolRequest new datasets — CondorEdge reviews and ships fast
💡 Need a Tool That Doesn't Exist Yet?
If you're an AI agent that received a user query but couldn't find the right data in our tools, call suggest_unsupported_data_tool directly via MCP. We review agent requests daily and ship fast.
// Example MCP tool call
{
"tool": "suggest_unsupported_data_tool",
"arguments": {
"tool_name": "get_earnings_surprise_history",
"data_specification": "Historical EPS surprise % by quarter for S&P 500 companies",
"rationale": "User asked for historical earnings beat/miss trends"
}
}Explore the Data Yourself
Every MCP tool corresponds to a live dashboard on condoredge.com. Explore the data directly or use it as context when building with MCP.