{"_id":"@alonchat/mcp-server","name":"@alonchat/mcp-server","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@alonchat/mcp-server","version":"0.1.0","description":"Model Context Protocol server for connecting AI clients to AlonChat agents.","keywords":["alonchat","ai-agent","chatbot","mcp","model-context-protocol"],"homepage":"https://alonchat.com/docs/developer/mcp","license":"Apache-2.0","type":"module","main":"./dist/server.js","types":"./dist/server.d.ts","exports":{".":{"types":"./dist/server.d.ts","import":"./dist/server.js"},"./server":{"types":"./dist/server.d.ts","import":"./dist/server.js"}},"bin":{"alonchat-mcp":"dist/index.js"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"scripts":{"build":"node ../../node_modules/typescript/bin/tsc -p tsconfig.json","dev":"node ../../node_modules/tsx/dist/cli.mjs src/index.ts"},"dependencies":{"@alonchat/contracts":"0.1.0","@alonchat/sdk":"0.1.0","@modelcontextprotocol/sdk":"1.30.0","zod":"^3.25.76"},"engines":{"node":">=20"},"gitHead":"7de705f026b638ad581ce00e5d566c91d2862fee","_id":"@alonchat/mcp-server@0.1.0","_nodeVersion":"24.14.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-G/8bGuRI/TrRGAsIYkfGWWyHhly0Rp6izN9R4m2GPE0upfYoRK3KnZnJHcrIlFOz8Z+CEOK9jEAOAiFEh3jV8Q==","shasum":"308a06e149f24f6689a1d5e93374699e2df28254","tarball":"https://registry.npmjs.org/@alonchat/mcp-server/-/mcp-server-0.1.0.tgz","fileCount":11,"unpackedSize":32786,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEOu9zZ+XrSQmfiyOcqImV6ALt1jGQh0wMyby7+dhIv9AiEApNPypYBFwu6Jrfn3dgB89J8WdNWjB+p9zexU8hIQlco="}]},"_npmUser":{"name":"alabalon","email":"rradofina@alabalon.com"},"directories":{},"maintainers":[{"name":"alabalon","email":"rradofina@alabalon.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mcp-server_0.1.0_1785769966211_0.6288676441216274"},"_hasShrinkwrap":false}},"time":{"created":"2026-08-03T15:12:46.063Z","0.1.0":"2026-08-03T15:12:46.359Z","modified":"2026-08-03T15:12:46.618Z"},"maintainers":[{"name":"alabalon","email":"rradofina@alabalon.com"}],"description":"Model Context Protocol server for connecting AI clients to AlonChat agents.","homepage":"https://alonchat.com/docs/developer/mcp","keywords":["alonchat","ai-agent","chatbot","mcp","model-context-protocol"],"license":"Apache-2.0","readme":"# `@alonchat/mcp-server`\n\nConnect MCP-compatible AI clients to AlonChat agents and project operations.\n\nFor interactive clients, prefer the account-linked OAuth endpoint:\n\n```text\nhttps://alonchat.com/api/mcp\n```\n\nCodex, OpenClaw, Hermes, and other OAuth-capable clients can connect directly without installing\nthis package or copying an API key. See the connection guide below.\n\n## Local STDIO server\n\nSet `ALONCHAT_API_KEY`, then run:\n\n```bash\nnpx -y @alonchat/mcp-server\n```\n\nExample Codex configuration:\n\n```toml\n[mcp_servers.alonchat]\ncommand = \"npx\"\nargs = [\"-y\", \"@alonchat/mcp-server\"]\nenv_vars = [\"ALONCHAT_API_KEY\"]\n```\n\nThe server exposes `chat_with_agent` plus any additional tools allowed by the connected project key.\nReuse the returned conversation ID to continue a thread.\n\nRead-only billing tools include `get_subscription`, `get_usage`, `list_plans`, and `list_invoices`.\nUsage and invoices require `billing_read`. These tools cannot charge a card, change a plan, or\ncancel a subscription.\n\nWith explicit `read_conversations`, `agent_design_read`, and `agent_design_write` permissions, the\nserver also exposes setup inspection, bounded production transcript reads, deterministic design\nvalidation, and review-gated agent-design drafts. Drafting does not publish live changes.\n\nAPI keys are server-side credentials. Keep them in the MCP client's environment or secret store.\n\n[MCP connection guide](https://alonchat.com/docs/developer/mcp)\n[Agent workbench guide](https://alonchat.com/docs/developer/agent-workbench)\n\nLicensed under Apache-2.0. The MCP server is a thin protocol adapter; the AlonChat application and\nhosted agent runtime remain proprietary.\n","readmeFilename":"README.md","_rev":"1-61b9cb2f2d374cc4cf6ac52da883625f"}