{
  "name": "@runapi.ai/mcp",
  "version": "0.12.7",
  "description": "RunAPI MCP server for model discovery, pricing lookup, media task creation, and balance checks.",
  "type": "module",
  "main": "dist/src/index.js",
  "exports": {
    ".": {
      "import": "./dist/src/index.js"
    },
    "./business-tools": {
      "types": "./dist/src/business-tools.d.ts",
      "import": "./dist/src/business-tools.js"
    },
    "./*": "./*"
  },
  "bin": {
    "runapi-mcp": "dist/bin/runapi-mcp.js"
  },
  "files": [
    "dist/src",
    "dist/bin",
    "data/contract.json",
    "examples",
    "glama.json",
    "README.md",
    "README.zh-CN.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && npm run check:web-safe",
    "check:web-safe": "tsx scripts/check-web-safe-build.ts",
    "dev": "tsx src/index.ts",
    "pretest": "npm run build",
    "prepack": "npm run sync:data -- --if-rails-root && npm run build",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "sync:data": "tsx scripts/sync-data.ts ../../.."
  },
  "keywords": [
    "runapi",
    "mcp",
    "model-context-protocol",
    "ai",
    "claude-code",
    "cursor",
    "vscode",
    "image-generation",
    "video-generation",
    "music-generation",
    "audio-generation"
  ],
  "author": "RunAPI",
  "license": "Apache-2.0",
  "homepage": "https://runapi.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/runapi-ai/mcp.git"
  },
  "bugs": {
    "url": "https://github.com/runapi-ai/mcp/issues"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@runapi.ai/mcp-core": "0.4.4",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/node": "^24.10.1",
    "esbuild": "^0.28.1",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3",
    "vitest": "^4.0.14"
  },
  "publishConfig": {
    "access": "public"
  },
  "mcpName": "io.github.runapi-builder/runapi-mcp"
}
