{
  "name": "@databolsa/mcp",
  "version": "4.3.0",
  "databolsa": {
    "group": "core",
    "kind": "client",
    "public": true
  },
  "license": "Apache-2.0",
  "type": "module",
  "description": "Servidor MCP para a API pública e recursos autenticados do DataBolsa, com tools geradas a partir do contrato OpenAPI.",
  "bin": {
    "databolsa-mcp": "dist/index.js"
  },
  "scripts": {
    "dev": "bun src/index.ts",
    "start": "node dist/index.js",
    "stdio": "bun src/stdio.ts",
    "http": "bun src/http.ts",
    "typecheck": "tsc --noEmit",
    "build": "bun build src/index.ts --target node --outfile dist/index.js && sed -i '1s|^#!.*|#!/usr/bin/env node|' dist/index.js && cp ../../../api/openapi.yaml dist/openapi.yaml",
    "prepack": "bun run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "yaml": "^2.5.0",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@databolsa/sdk": "workspace:*",
    "@types/bun": "latest",
    "typescript": "^5.9.2"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Rodrigo Klosowski",
  "homepage": "https://github.com/databolsahq/databolsa/tree/main/packages/core/mcp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/databolsahq/databolsa.git",
    "directory": "packages/core/mcp"
  },
  "bugs": {
    "url": "https://github.com/databolsahq/databolsa/issues"
  },
  "keywords": [
    "databolsa",
    "mcp",
    "model-context-protocol",
    "b3",
    "bovespa",
    "finance",
    "ai",
    "agents"
  ]
}
