ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use INPE (STAC API) with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access Brazil's National Institute for Space Research (INPE) satellite data via STAC API. search collections, list items, and query Earth observation metadata.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 6 capabilities

The complete INPE (STAC API) capability set.

These are the exact actions your AI can choose when you ask it to work with INPE (STAC API).

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through INPE (STAC API).

  1. 01

    Get root catalog

    Get the root STAC catalog

  2. 02

    List collections

    G., CBERS4-WFI-16D-2, S2-16D-2). List all available data collections

  3. 03

    Get collection

    Get detailed metadata for a specific collection

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through INPE (STAC API).

  1. 04

    Get conformance

    Get STAC conformance classes

  2. 05

    List collection items

    List items within a specific collection

  3. 06

    Search items

    Search for items across collections

Observed, not estimated

836ms average. Fast in production.

INPE (STAC API) is checked daily against the live service.

Daily averagePeak 1051ms
Aug 20Today
Fastest day
671ms
Slowest day
1051ms
14-day trend
Slowing+39%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of INPE (STAC API), so you can see the experience inside your AI.

It does not authenticate your account with INPE (STAC API). Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

INPE (STAC API) Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_xXUzea0yLX51Ob8cT7tCA6FhHe0lk1peaMyBXrEi/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — INPE (STAC API) capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "inpe-stac-api-satelites-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_xXUzea0yLX51Ob8cT7tCA6FhHe0lk1peaMyBXrEi/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions INPE (STAC API) owners ask.

  • 01

    How can I see what types of satellite data are available?

    Use the list_collections capability. It will return a list of all available datasets in the INPE Brazil Data Cube, such as CBERS-4, Sentinel-2, and various synthesized data cubes.

  • 02

    Can I search for specific images using geographic coordinates?

    Yes! Use the search_items capability and provide a bbox (bounding box) string in the format '[minx, miny, maxx, maxy]'. This allows you to find all satellite scenes covering your area of interest.

  • 03

    How do I get the technical metadata for a specific collection?

    Use the get_collection capability with the specific collection_id (e.g., 'CBERS4-WFI-16D-2'). It will provide detailed information about the spatial extent, temporal interval, and available assets for that collection.