← tradedashboard.eu
INDIVIDUAL MCP TOOL
get_price_shocks
Detect sudden price regime shifts ("rapid price changes"), accounting for each flow's usual volatility so naturally volatile flows aren't over-flagged.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.