Serversio.github.vndpal/sentinelscan-cloud-mcp
M

SentinelScan Cloud MCP Server

io.github.vndpal/sentinelscan-cloud-mcp · v1.0.1
● Remote
v1.0.1remote🌐 https://sentinelscan-cloud-mcp.vercel.app/mcp
{}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.vndpal/sentinelscan-cloud-mcp",
  "description": "Remote MCP server that returns sentiment analysis results from SentinelScan API.",
  "title": "SentinelScan Cloud MCP Server",
  "version": "1.0.1",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://sentinelscan-cloud-mcp.vercel.app/mcp",
      "variables": {
        "key_id": {
          "description": "API Key ID for authentication (X-Key-Id header)",
          "isRequired": true,
          "isSecret": true
        },
        "key_secret": {
          "description": "API Key Secret for authentication (X-Key-Secret header)",
          "isRequired": true,
          "isSecret": true
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}