MCP Server
MCP
SentinelScan Cloud MCP Server
Remote MCP server that returns sentiment analysis results from SentinelScan API.
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