Odel
sedis mcp

sedis mcp

Local
@sedis-abTypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@sedis/mcpv1.1.5

Run

npx -y @sedis/mcp

MCP client config

{
  "mcpServers": {
    "sedis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sedis/mcp"
      ]
    }
  }
}