INDIVIDUAL MCP TOOL
query_shadow_fleet_leads
Ranked shadow-fleet vessel leads, scored from silence relative to the OWN observed reporting cadence of each vessel (14-day baseline), vanished-under-way, and flag-of-convenience.
LIVE ENDPOINT
https://eykon.ai/api/mcp
Connect to this endpoint to inspect the live schema for query_shadow_fleet_leads and invoke it with your own arguments.
Indexed 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 server
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.eykon]
url = "https://eykon.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eykon": {
"type": "http",
"url": "https://eykon.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eykon
Remote MCP URL: https://eykon.ai/api/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": {
"eykon": {
"url": "https://eykon.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eykon": {
"type": "http",
"url": "https://eykon.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eykon",
"transport": "streamable-http",
"url": "https://eykon.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
query_vessels— Query AIS vessel positions within a geographic area and time window.query_aircraft— Query ADS-B aircraft positions within a geographic area.query_conflicts— Query armed-conflict events (GDELT-backed, with ACLED fallback when licensed) by region / date / event type / actor.query_refineries— Query oil refineries from OpenStreetMap (canonical refinery tags only — petroleum_refinery, oil_refinery, refinery).query_mines— Query mineral deposits from the USGS Mineral Resources Data System (MRDS — public-domain US Government, ~304k records globally, archival snapshot frozen at 2011).query_power_plants— Query unit-level power plants from the Global Energy Monitor — Global Integrated Power Tracker (GIPT).query_pipelines— Query gas pipelines (GEM GGIT), oil/NGL pipelines (GEM GOIT), and LNG terminals (GEM GGIT) in one call.query_airports— Query airports from OurAirports.