Serversio.github.matthew-b-simpson/echosaw
E

io.github.matthew-b-simpson/echosaw

io.github.matthew-b-simpson/echosaw · v1.1.0
▦ npm
v1.1.0npm npm: @echosaw/mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.matthew-b-simpson/echosaw",
  "description": "Media intelligence analysis for audio, video, and images via the Echosaw MCP server.",
  "repository": {
    "url": "https://github.com/Orange-Sky-Software-Inc/echosaw-com",
    "source": "github"
  },
  "version": "1.1.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@echosaw/mcp-server",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Echosaw API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ECHOSAW_API_KEY"
        },
        {
          "description": "API base URL (override for staging)",
          "format": "string",
          "name": "ECHOSAW_API_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}