SkyFi MCP Server

25 tools. 5 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

5 can modify or destroy data
20 read-only
25 tools total

Community server · catalogue entry verified 29/06/2026

How to control SkyFi MCP Server ↓

What SkyFi MCP Server exposes to your agents

Read (20) Write / Execute (3) Destructive / Financial (2)
Critical Risk

The most dangerous SkyFi MCP Server tools

5 of SkyFi MCP Server's 25 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control SkyFi MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and SkyFi MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "skyfi_create_archive_order": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Rate limit write operations
{
  "skyfi_create_tasking_order": {
    "limits": [
      {
        "counter": "skyfi_create_tasking_order_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "osm_batch_geocode": {
    "limits": [
      {
        "counter": "osm_batch_geocode_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register SkyFi MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON SKYFI →

Instant setup, no code required.

All 25 SkyFi MCP Server tools

READ 20 tools
Read osm_batch_geocode Geocode multiple addresses or place names in a single request Read osm_calculate_distance Calculate distance between two geographic points using various methods Read osm_create_bounding_box Create a bounding box geometry from a set of coordinate points Read osm_forward_geocode Convert address or place name to coordinates using OpenStreetMap geocoding Read osm_generate_aoi Generate an Area of Interest (AOI) around a location for satellite imagery search Read osm_reverse_geocode Convert coordinates to address and location information using OpenStreetMap Read osm_search_businesses Search for specific businesses by name or type in a given area Read osm_search_nearby_pois Search for Points of Interest (POIs) near a specific location Read search_archives search_archives Read skyfi_analyze_capture_feasibility Analyze the feasibility of satellite imagery capture for a specific area and time period Read skyfi_archive_details Get detailed information about a specific archive image including metadata and download options Read skyfi_archive_search Search SkyFi satellite imagery archive with geospatial, temporal, and quality filters Read skyfi_archive_search_with_factory Search SkyFi archive using client factory for optimized performance Read skyfi_authentication_health_check Check SkyFi API service health and connectivity Read skyfi_authentication_whoami Get current user information and validate SkyFi API authentication Read skyfi_calculate_archive_pricing Calculate pricing for archive satellite imagery orders Read skyfi_factory_stats Get SkyFi client factory performance statistics and monitoring info Read skyfi_get_notification_status Check the status and delivery history of webhook notifications Read skyfi_get_order_status Get current status and progress information for an existing order Read skyfi_predict_satellite_passes Predict satellite passes and optimal capture windows for a specific area

Questions about SkyFi MCP Server

Can an AI agent move money through the SkyFi MCP Server MCP server? +

Yes. The SkyFi MCP Server server exposes 2 financial tools including skyfi_create_archive_order, skyfi_estimate_tasking_cost. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

How do I prevent bulk modifications through SkyFi MCP Server? +

The SkyFi MCP Server server has 3 write tools including skyfi_create_tasking_order, skyfi_create_webhook_subscription, skyfi_setup_area_monitoring. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach SkyFi MCP Server.

How many tools does the SkyFi MCP Server MCP server expose? +

25 tools across 2 categories: Read, Write. 20 are read-only. 5 can modify, create, or delete data.

How do I enforce a policy on SkyFi MCP Server? +

Register the SkyFi MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every SkyFi MCP Server tool call.

Deterministic rules across all 25 SkyFi MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

25 SkyFi MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.