Verified

Opensosdata MCP Server

Access OpenSOSData platform information directly through Model Context Protocol.

Data last scanned today · Reviewed today

225TypeScript

Overview

Opensosdata MCP Server provides a bridge for AI assistants to interact with the OpenSOSData platform. By leveraging the Model Context Protocol, it enables standardized communication between large language models and the data services provided by OpenSOSData. Built using TypeScript, this server facilitates programmatic access to relevant information. It is designed for integration into any MCP-compatible environment, allowing users to query data through their existing AI workflows.

Our verdict

This server carries a high-risk score of 17/100 and should be approached with extreme caution. The project lacks a defined license, leaving its legal status for use unclear, and it relies on a single contributor, which presents a significant bus-factor risk. Given the absence of a README and the lack of an editorial review, users are advised to verify the code independently before deployment.

  • Contains only 5 direct dependencies
  • Active repository maintenance
  • No open source license detected
  • Minimal documentation provided
  • Low bus factor with one contributor
  • Not an official vendor-maintained project

Setup

Claude Desktop
{
  "mcpServers": {
    "opensosdata-mcp": {
      "args": [
        "-y",
        "@opensosdata/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.

  • No read-only mode — running this grants full read/write access.
  • No built-in authentication — anyone with access to this config can invoke every tool it exposes.

Compatibility

ClientLocalDockerRemoteRead-only
Claude Desktop
Cursor
VS Code
Windsurf
ChatGPT

Badge

Opensosdata MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.