← Back to Plugins
MCP Server MCP

SentinelScan Cloud MCP Server

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Remote MCP server that returns sentiment analysis results from SentinelScan API.

Homepage Verified source

Configuration Example

{
  "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
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...