4,500+ servers built on MCP Fusion
Vinkius
Maxar (Satellite Imagery) logo
Vinkius
Mastra AI logo

How to Use the Maxar (Satellite Imagery) MCP in Mastra AI

Build automated, self-healing geospatial workflows that search and order Maxar (Satellite Imagery) with Mastra AI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Maxar (Satellite Imagery) MCP on Cursor AI Code Editor MCP Client Maxar (Satellite Imagery) MCP on Claude Desktop App MCP Integration Maxar (Satellite Imagery) MCP on OpenAI Agents SDK MCP Compatible Maxar (Satellite Imagery) MCP on Visual Studio Code MCP Extension Client Maxar (Satellite Imagery) MCP on GitHub Copilot AI Agent MCP Integration Maxar (Satellite Imagery) MCP on Google Gemini AI MCP Integration Maxar (Satellite Imagery) MCP on Lovable AI Development MCP Client Maxar (Satellite Imagery) MCP on Mistral AI Agents MCP Compatible Maxar (Satellite Imagery) MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Mastra AI

Connect Maxar (Satellite Imagery) MCP to Mastra AI

Create your Vinkius account to connect Maxar (Satellite Imagery) to Mastra AI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Automate Imagery Discovery and Retries

`search_discovery` scans the global catalog for cloud-free tiles over your target area of interest. When cloud cover is too high, Mastra AI workflows automatically trigger backoff loops to search wider dates. This setup removes manual human filtering from the equation. Your agent keeps hunting for usable imagery until it hits your exact quality threshold.

Reliable Ordering via Mastra AI Workflows

`create_order` executes the purchase of high-resolution data products within your structured multi-step business logic. If an API rate limit occurs, the built-in retry engine handles the delay. This MCP Server tool integrates directly with your payment and notification steps. You can set up human-in-the-loop approvals so a manager must approve the cost before the order tool actually executes.

Chain Tile Metadata to Web Services

`get_ard_tile` and `get_mws_endpoints` resolve tile layouts and fetch live streaming links in a single pipeline. The output of the metadata search feeds directly into the endpoint generator. This MCP Server integration ensures your GIS pipelines receive clean, validated URLs ready for ingestion. You do not have to write custom glue code to connect discovery to streaming.

Setup guide

Set up Maxar (Satellite Imagery) MCP in Mastra AI

Prerequisites

  • Node.js 18+ and a TypeScript project
  • @mastra/mcp + @mastra/core packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install @mastra/mcp @mastra/core plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Configure the MCPClient

    Create an MCPClient with your Vinkius endpoint as a URL object. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and inject tools

    Call mcpClient.listTools() and spread the result into your agent's tools object. All Maxar (Satellite Imagery) tools become native Mastra tools.

  4. 4

    Run with any model

    Swap openai("gpt-4o") for any AI SDK-compatible provider. Call agent.generate() and the agent routes tool calls through MCP automatically.

agent.ts
import { MCPClient } from "@mastra/mcp";
import { Agent } from "@mastra/core/agent";
import { openai } from "@ai-sdk/openai";

const mcpClient = new MCPClient({
  id: "maxar-satellite-imagery-mcp-client",
  servers: {
    "maxar-satellite-imagery-mcp": {
      url: new URL(
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
      ),
    },
  },
});

const agent = new Agent({
  name: "Maxar (Satellite Imagery) Agent",
  model: openai("gpt-4o"),
  instructions: "You have access to Maxar (Satellite Imagery) tools.",
  tools: {
    ...(await mcpClient.listTools()),
  },
});

const result = await agent.generate(
  "List recent Maxar (Satellite Imagery) transactions"
);
console.log(result.text);

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Maxar. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Maxar (Satellite Imagery) MCP in Mastra AI

Instantiate the client with your Vinkius server URL and call `listTools`. You can then spread those tools directly into your Mastra agent's tools configuration block.
Yes, Mastra AI workflows use exponential backoff to retry `create_order` if the satellite catalog is temporarily locked or rate-limited. You control the retry budget and backoff curves directly in your workflow definition.
You can configure human-in-the-loop gates on the `create_order` tool. The workflow pauses and sends a notification, resuming only when an operator signs off on the purchase.
The client supports both SSE and streamable HTTP, letting you run serverless workflows without maintaining open sockets. This keeps your hosting costs low.
Vinkius isolates all API key transactions and target coordinates in a secure V8 sandbox. No persistent logs of your geographic search areas are stored on disk.

Start using the Maxar (Satellite Imagery) MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 4 tools

We've already built the connector for Maxar (Satellite Imagery). Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 4 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.