← Back to Plugins
MCP Server MCP

io.github.sedis-ab/mcp

github By github 👁 1 views ▲ 0 votes

Read-only MCP tools for the Sedis PartnerAPI v2 (Bolagsanalys + Fastighetsbenchmark).

Homepage Verified source GitHub

Install

npx -y @sedis/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@sedis/mcp",
      "version": "1.1.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Sedis PartnerAPI v2 key (sent only as the X-Api-Key header; never logged).",
          "isRequired": true,
          "isSecret": true,
          "name": "SEDIS_API_KEY"
        },
        {
          "description": "Override the PartnerAPI v2 base URL (defaults to https://api.sedis.se).",
          "name": "SEDIS_API_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...