morpha-bits-mcp-server
v0.1.1
Published
Morpha Bits MCP server for agent-accessible drone parts catalog, carts, and checkout handoff.
Downloads
20
Readme
Morpha Bits MCP Server
Authenticated MVP MCP server for proving agent access to the Morpha Bits catalog, cart, and checkout handoff.
Local
npm install
npm run build
npx -y morpha-bits-mcp-server@latest install --client codex --token mbinst_xxx --origin https://your-storefront.exampleFor Docker/local HTTP checks:
MCP_TRANSPORT=http npm start
curl http://localhost:3333/healthThe current tools are:
get_connected_accountsearch_partsfetch_partcompare_partscreate_or_update_cartfetch_cartsget_cartcreate_checkout
Product tools read the existing storefront product API:
GET /api/morpha-bits/productsCart tools use the existing storefront cart API:
GET /api/morpha-bits/carts
POST /api/morpha-bits/cart/items
GET /api/morpha-bits/cart?id=cart_xxxcreate_checkout returns a human-openable URL:
/morpha-bits/cart?cart_id=cart_xxxGenerate an install token from the Morpha Bits account page after signing in. The installer redeems that token against the storefront --origin, writes MORPHA_BITS_API_KEY into the local Codex or Claude Code MCP config, then tool responses include connected_account so the agent can show which customer account owns carts and checkout links.
Revocation UI, install-token exchange, product-review requests, and deep web search come next.
