{"_id":"@a83/orbiter-mcp","name":"@a83/orbiter-mcp","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@a83/orbiter-mcp","version":"0.1.0","description":"MCP server exposing Orbiter pod content as tools for AI agents","type":"module","main":"./src/server.js","bin":{"orbiter-mcp":"src/cli.js"},"scripts":{"start":"node src/cli.js","prepublishOnly":"node ../../scripts/check-published-version.mjs"},"engines":{"node":">=20.0.0"},"keywords":["mcp","model-context-protocol","cms","sqlite","headless-cms","orbiter"],"author":{"name":"ABTEILUNG83"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/aeon022/orbiter.git","directory":"packages/mcp"},"dependencies":{"@a83/orbiter-core":"^0.3.12","@modelcontextprotocol/sdk":"^1.30.0","zod":"^4.4.3"},"_id":"@a83/orbiter-mcp@0.1.0","gitHead":"ab0db265c6c704fcb0ab1ea4201c5478163db4bb","bugs":{"url":"https://github.com/aeon022/orbiter/issues"},"homepage":"https://github.com/aeon022/orbiter#readme","_nodeVersion":"22.22.2","_npmVersion":"10.9.7","dist":{"integrity":"sha512-zYZV2hAJdYlHWWfkHOohOSAcZkNL0ZxzoAfkFZlfAaaqHe//7hpTzoa/RGpzZ5+tvLktYFg3o0goOYE0eRgNqg==","shasum":"b9f15bae6eb47293df22fb56874a54de1a1f79cb","tarball":"https://registry.npmjs.org/@a83/orbiter-mcp/-/orbiter-mcp-0.1.0.tgz","fileCount":7,"unpackedSize":16093,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIG6DWYwxyZ8VT+iiifS22xPa/Eggg9WFQPMxKHet8lX1AiAIq1+lddYtjs/u15oKw53XCPxWRKsBMNo9c3B1rFdXbw=="}]},"_npmUser":{"name":"aeon022","email":"gerwin.weiher@gmail.com"},"directories":{},"maintainers":[{"name":"aeon022","email":"gerwin.weiher@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/orbiter-mcp_0.1.0_1786111045011_0.659711001032546"},"_hasShrinkwrap":false}},"time":{"created":"2026-08-07T13:57:24.824Z","0.1.0":"2026-08-07T13:57:25.193Z","modified":"2026-08-07T13:57:25.612Z"},"maintainers":[{"name":"aeon022","email":"gerwin.weiher@gmail.com"}],"description":"MCP server exposing Orbiter pod content as tools for AI agents","homepage":"https://github.com/aeon022/orbiter#readme","keywords":["mcp","model-context-protocol","cms","sqlite","headless-cms","orbiter"],"repository":{"type":"git","url":"git+https://github.com/aeon022/orbiter.git","directory":"packages/mcp"},"author":{"name":"ABTEILUNG83"},"bugs":{"url":"https://github.com/aeon022/orbiter/issues"},"license":"MIT","readme":"# @a83/orbiter-mcp\n\nMCP (Model Context Protocol) server exposing an Orbiter pod's content as tools for AI agents — Claude Desktop, Claude Code, or any MCP-compatible client.\n\n## Tools\n\n| Tool | Params | Description |\n|---|---|---|\n| `list_collections` | — | List accessible collections with entry counts |\n| `get_entries` | `collection`, `status?`, `locale?`, `limit?`, `offset?` | List entries in a collection |\n| `get_entry` | `collection`, `slug`, `locale?` | Fetch a single entry with full body |\n| `search_content` | `collection?`, `query`, `limit?` | Substring search over title/excerpt/body |\n\n## stdio (local — Claude Desktop)\n\nFull access to all collections and statuses; no auth needed, same trust level as running `orbiter-admin` locally.\n\n```json\n{\n  \"mcpServers\": {\n    \"orbiter\": {\n      \"command\": \"orbiter-mcp\",\n      \"env\": { \"ORBITER_POD\": \"/absolute/path/to/content.pod\" }\n    }\n  }\n}\n```\n\nOr run directly: `ORBITER_POD=/path/to/content.pod orbiter-mcp`\n\n## HTTP (remote)\n\n```\norbiter-mcp --http --port 4500\n```\n\nCarries the same restrictions as the Public Content API: requires a Bearer API key (Settings → API Keys, only enforced if `api.requireKey` is on) and only exposes collections opted into `public.collections`, `status: 'published'` only. Endpoint: `POST http://host:4500/mcp`. Health check: `GET /health`.\n\n## Env vars\n\n- `ORBITER_POD` — path to the `.pod` file (auto-detected if a single `*.pod` file sits in the current directory)\n- `PORT` — HTTP port (default `4500`, only used with `--http`)\n- `ORBITER_NO_TELEMETRY=1` — disable the anonymous startup ping\n","readmeFilename":"README.md","_rev":"1-f717d6740648db17b7495657bc539720"}