← Registry

Data Collection

eykon.ai

Queries geospatial intelligence datasets for vessel, aircraft, conflict, refinery, and mineral-deposit information.

1 endpoint24 known toolsFirst detected September 11, 2026Last detected September 14, 2026

ENDPOINT 1

https://eykon.ai/api/mcp

No auth detected

MCP server metadata

Name
eykon
Version
1.0.0
Capabilities
tools
Server instructions

PUBLIC CATALOGUE. This is every tool eYKON exposes, listed without a key so you can see what is here before subscribing. Calling one requires an API key from https://eykon.ai/settings and a paid plan; the tools available to a given key depend on its tier. query_calibration returns eYKON's own measured forecast skill, so an agent can check the track record before trusting any other answer.

Known tools 24

query_vessels

Query AIS vessel positions within a geographic area and time window.

Inferred read-only
query_aircraft

Query ADS-B aircraft positions within a geographic area.

Inferred read-only
query_conflicts

Query armed-conflict events (GDELT-backed, with ACLED fallback when licensed) by region / date / event type / actor.

Inferred read-only
query_refineries

Query oil refineries from OpenStreetMap (canonical refinery tags only — petroleum_refinery, oil_refinery, refinery).

Inferred read-only
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).

Inferred read-only
query_power_plants

Query unit-level power plants from the Global Energy Monitor — Global Integrated Power Tracker (GIPT).

Inferred read-only
query_pipelines

Query gas pipelines (GEM GGIT), oil/NGL pipelines (GEM GOIT), and LNG terminals (GEM GGIT) in one call.

Inferred read-only
query_airports

Query airports from OurAirports.

Inferred read-only
query_ports

Query commercial seaports from the NGA World Port Index (~3,800 ports worldwide).

Inferred read-only
query_weather

Query current weather conditions for a specific location (Open-Meteo).

Inferred read-only
query_thermal_anomalies

Query NASA FIRMS satellite thermal anomalies (VIIRS 375m + MODIS 1km, near-real-time, ~3h latency).

Inferred read-only
query_nightlights

Query NASA Black Marble night-lights (VIIRS VNP46A2, ~500 m): moonlight/atmosphere-corrected nighttime radiance sampled nightly at every FIRMS-watched facility, plus significance events judged against each facility's OWN clear-night baseline.

Inferred read-only
query_agent_reports

Retrieve recent intelligence reports generated by eYKON Sub-Agents.

Inferred read-only
query_posture_scores

Most recent posture_scores rows per theatre.

Inferred read-only
query_convergences

Recent convergence_events (anomaly-of-anomalies) with synthesis and contributing anomaly IDs.

Inferred read-only
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.

Inferred read-only
query_dark_contact_events

Dark-contact EVENTS from the Shadow Fleet board — resolvable observations with a lifecycle, not a leads snapshot.

Inferred read-only
query_calibration

eYKON's own forecast record: Brier and log-loss per TRACK over a window.

Inferred read-only
query_precursor_matches

Nearest precursor_library entries for the given theatre, by cosine similarity.

Inferred read-only
run_chokepoint_scenario

Run a chokepoint closure scenario (same model as the Chokepoint Simulator).

Inferred read-only
run_sanctions_wargame

Run a sanctions propagation scenario.

Inferred read-only
query_regime_shifts

Active regime shifts (30d-vs-60d test) with p-values and effect sizes.

Inferred read-only
query_entities

Search the entities registry (vessels, operators, owners, flags, ports, refineries, mines).

Inferred read-only
expand_actor_network

Walk the fleet kinship graph from a seed entity.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for eykon.ai was fetched 2026-09-12T09:07:35.150Z.

Trust status Neutral

eykon.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.