{
  "name": "@apicity/mcp-server",
  "version": "0.11.2",
  "description": "Optional MCP (Model Context Protocol) server that exposes every @apicity provider endpoint as a tool.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/justintanner/apicity.git",
    "directory": "mcp-server"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "bin": {
    "apicity-mcp": "dist/src/bin.js"
  },
  "exports": {
    ".": {
      "import": "./dist/src/index.js",
      "types": "./dist/src/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "keywords": [
    "ai",
    "mcp",
    "model-context-protocol",
    "apicity",
    "openai",
    "anthropic",
    "xai",
    "fal",
    "kie",
    "fireworks"
  ],
  "author": "Justin Tanner",
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/server": "^2.0.0",
    "@apicity/alibaba": "0.11.2",
    "@apicity/anthropic": "0.11.2",
    "@apicity/b2": "0.11.2",
    "@apicity/binance": "0.11.2",
    "@apicity/cost": "0.11.2",
    "@apicity/dolthub": "0.11.2",
    "@apicity/dropbox": "0.11.2",
    "@apicity/elevenlabs": "0.11.2",
    "@apicity/fal": "0.11.2",
    "@apicity/fireworks": "0.11.2",
    "@apicity/free-media-upload": "0.11.2",
    "@apicity/googleflow": "0.11.2",
    "@apicity/google": "0.11.2",
    "@apicity/meta": "0.11.2",
    "@apicity/kie": "0.11.2",
    "@apicity/kimicoding": "0.11.2",
    "@apicity/openf1": "0.11.2",
    "@apicity/openligadb": "0.11.2",
    "@apicity/openai": "0.11.2",
    "@apicity/polymarket": "0.11.2",
    "@apicity/quo": "0.11.2",
    "@apicity/s3": "0.11.2",
    "@apicity/telegram": "0.11.2",
    "@apicity/simplefunctions": "0.11.2",
    "@apicity/thesportsdb": "0.11.2",
    "@apicity/x": "0.11.2",
    "@apicity/xai": "0.11.2",
    "@apicity/youtube": "0.11.2",
    "@apicity/zaicoding": "0.11.2"
  },
  "homepage": "https://github.com/justintanner/apicity#readme",
  "bugs": {
    "url": "https://github.com/justintanner/apicity/issues"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && node scripts/dist.mjs"
  }
}