INDIVIDUAL MCP TOOL
get_volatility_summary
Report-section helper ("Volatility & shocks"): the entities analysed are picked by `get_volatility` (ranks by trade volume, reports each one's CV) and by `get_price_shocks`/`get_supply_shocks` at default parameters (both already scoped to top-value partners via `cumulative_share=0.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.eu-trade-explorer]
url = "https://mcp.tradedashboard.eu/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eu-trade-explorer": {
"type": "http",
"url": "https://mcp.tradedashboard.eu/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eu-trade-explorer
Remote MCP URL: https://mcp.tradedashboard.eu/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"eu-trade-explorer": {
"url": "https://mcp.tradedashboard.eu/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eu-trade-explorer": {
"type": "http",
"url": "https://mcp.tradedashboard.eu/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eu-trade-explorer",
"transport": "streamable-http",
"url": "https://mcp.tradedashboard.eu/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
guidelines_for_a_short_report— Read this first for a quick report.guidelines_for_a_long_report— Read this first for an in-depth report.get_countries— Reference data for reporters/partners: selectable EU/Euro-area/member states, named partner presets, predefined reporter/partner groups, and per-language country-name translations.get_chapters— List all top-level Combined Nomenclature chapters (2-digit codes).get_subtree— Return the Combined Nomenclature sub-tree rooted at `code` (its children, and their children, .validate_code— Validate and describe one or more Combined Nomenclature codes.search_codes— Keyword/code search over the Combined Nomenclature (or PRODCOM).get_data_range— Return the period coverage (`data_min`/`data_max`, 'YYYY-MM') actually cached for the given product code(s) -- use before picking `period_start`/`period_end` so you don't request an empty window.