Serverscom.streamlinehq/mcp
M

Streamline MCP Server

com.streamlinehq/mcp · v1.0.0
● Remote
v1.0.0remote🌐 https://public-api.streamlinehq.com/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "com.streamlinehq/mcp",
  "description": "The Streamline MCP Server allow users to search, and download assets in PNG or SVG formats.",
  "title": "Streamline MCP Server",
  "repository": {
    "url": "https://github.com/webalys-hq/streamline-mcp-server",
    "source": "github"
  },
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://public-api.streamlinehq.com/mcp",
      "headers": [
        {
          "description": "API key for authentication",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}