{ "name": "@meridiantoolkit/mcp", "version": "0.1.2", "mcpName": "io.github.meridian-silkdev/meridian-mcp", "description": "MCP server for the Meridian business-services platform — expose services, requests, workflow, payments and meetings as MCP tools. Works with Claude Code, Codex CLI, Claude Desktop, pi, and any MCP-compatible client.", "type": "module", "license": "MIT", "keywords": [ "mcp-server", "mcp", "model-context-protocol", "startups", "founder-toolkit", "startup-services", "startup-tools", "company-incorporation", "business-formation", "legal-services", "visa", "agentic-commerce" ], "repository": { "type": "git", "url": "git+https://github.com/meridian-silkdev/meridian-mcp.git" }, "homepage": "https://github.com/meridian-silkdev/meridian-mcp#readme", "bugs": "https://github.com/meridian-silkdev/meridian-mcp/issues", "publishConfig": { "access": "public" }, "files": [ "dist" ], "bin": { "meridian-mcp": "./dist/index.js" }, "scripts": { "build": "tsc && chmod +x dist/index.js", "dev": "tsx --watch src/index.ts", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "pretest": "npm run build", "test": "tsx --test test/*.test.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "dotenv": "^16.5.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^24.0.0", "tsx": "^4.19.0", "typescript": "^5.8.0" }, "engines": { "node": ">=20" } }