{ "name": "@sedis/mcp", "version": "1.1.6", "description": "MCP server for Sedis property data — bolagsanalys of listed Nordic real estate companies and fastighetsbenchmarking of your own portfolio. Cleaned quarterly financials, substansrabatt/substanspremie, and market data via the Sedis PartnerAPI.", "keywords": [ "mcp", "model-context-protocol", "modelcontextprotocol", "sedis", "partnerapi", "bolagsanalys", "fastighetsbenchmark", "real-estate", "financial-data", "llm-tools" ], "author": "Sedis AB", "repository": { "type": "git", "url": "git+https://github.com/sedis-ab/sedis-mcp.git" }, "bugs": { "url": "https://github.com/sedis-ab/sedis-mcp/issues" }, "homepage": "https://www.sedis.se/fraga-sedis/", "type": "module", "bin": { "sedis": "build/index.js" }, "files": [ "build" ], "engines": { "node": ">=20" }, "mcpName": "io.github.sedis-ab/mcp", "license": "MIT", "publishConfig": { "access": "public", "provenance": true }, "scripts": { "build": "tsc", "build:mcpb": "node scripts/build-mcpb.mjs", "test": "vitest run", "snapshot:openapi": "curl -fsS https://api.sedis.se/openapi/v2.json -o test/fixtures/openapi-v2.snapshot.json", "changeset": "changeset", "version-packages": "changeset version && node scripts/sync-version.mjs", "release": "changeset publish" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.3" }, "devDependencies": { "@anthropic-ai/mcpb": "^2.1.2", "@changesets/cli": "^2.27.11", "@types/node": "^26.1.0", "esbuild": "^0.28.1", "tsx": "^4.22.4", "typescript": "^7.0.2", "vitest": "^4.1.8" } }