# Blue Origin > Blue Origin is an American private aerospace manufacturer and spaceflight services company > founded in 2000 by Jeff Bezos, headquartered in Kent, Washington. It builds the reusable New > Shepard suborbital vehicle, the New Glenn heavy-lift orbital launch vehicle, the BE-3 and BE-4 > engines, the Blue Moon lunar lander and the Blue Ring orbital transfer vehicle. Blue Origin > publishes no developer portal and no API description for any of its space products. The only > Blue Origin surface an agent can read is the Blue Origin Shop, a Shopify storefront that serves > an llms.txt, a UCP merchant profile and an anonymous MCP server. The corporate site is behind a > Vercel Security Checkpoint that returns HTTP 429 to every non-browser request. Generated by the API Evangelist enrichment pipeline from live probes on 2026-08-02. This file describes the API Evangelist catalog record; the store's own verbatim llms.txt is at llms/blue-origin-shop-llms.txt. ## Agent-addressable surfaces - [Blue Origin Shop MCP server](https://shop.blueorigin.com/api/mcp): JSON-RPC 2.0 over HTTP. Anonymous `tools/list` returns five tools — `search_catalog`, `get_product_details`, `get_cart`, `update_cart`, `search_shop_policies_and_faqs` — with JSON Schema 2020-12 input schemas. - [Blue Origin Shop agent instructions](https://shop.blueorigin.com/agents.md): the store's canonical agent-facing description, mirrored at /llms.txt. - [UCP merchant profile](https://shop.blueorigin.com/.well-known/ucp): Universal Commerce Protocol 2026-04-08 capabilities and payment handlers. - [Storefront JSON](https://shop.blueorigin.com/products.json): read-only product catalogue; also /products/{handle}.json, /collections/{handle}/products.json and /search?q=&type=product. ## Login-walled surfaces (no public contract) - [Blue Origin Customer Portal](https://payloads.blueorigin.com/): Salesforce Experience Cloud. Anonymous discovery only — /services/data lists REST versions v31.0 to v67.0 and /.well-known/openid-configuration returns OIDC metadata; everything else is 401/403. - [Blue Origin Data Portal](https://bodp.blueorigin.com/): second Experience Cloud community on the same Salesforce org, same anonymous discovery, same login wall. - [Supplier Onboard Portal](https://supplierportal.blueorigin.com/): AWS GovCloud (us-gov-west-1), HTML login page only. ## Not available - No OpenAPI or Swagger. Probed /openapi.json, /swagger.json and /api-docs on all seven hosts. - No AsyncAPI, no webhook catalog, no event surface. - No A2A agent card at /.well-known/agent-card.json or /.well-known/agent.json on any host. - No RFC 9116 security.txt, no bug bounty, no trust center, no published certifications. - No status page (status.blueorigin.com does not resolve), no changelog, no deprecation policy. - No first-party SDK on npm, PyPI, RubyGems or crates.io; no CLI. - The corporate site www.blueorigin.com is unreadable by agents (HTTP 429 on every path). ## Catalog artifacts - [apis.yml](apis.yml): the APIs.json record for Blue Origin. - [mcp/blue-origin-mcp.yml](mcp/blue-origin-mcp.yml): MCP server manifest. - [mcp/blue-origin-shop-mcp-tools.json](mcp/blue-origin-shop-mcp-tools.json): verbatim tools/list. - [well-known/blue-origin-well-known.yml](well-known/blue-origin-well-known.yml): full probe matrix. - [authentication/blue-origin-authentication.yml](authentication/blue-origin-authentication.yml) - [scopes/blue-origin-scopes.yml](scopes/blue-origin-scopes.yml) - [conventions/blue-origin-conventions.yml](conventions/blue-origin-conventions.yml) - [errors/blue-origin-problem-types.yml](errors/blue-origin-problem-types.yml) - [lifecycle/blue-origin-lifecycle.yml](lifecycle/blue-origin-lifecycle.yml) - [conformance/blue-origin-conformance.yml](conformance/blue-origin-conformance.yml) - [security/blue-origin-domain-security.yml](security/blue-origin-domain-security.yml) - [skills/_index.yml](skills/_index.yml): two packaged agent skills for the shop MCP surface. ## Company - [Website](https://www.blueorigin.com/) - [News](https://www.blueorigin.com/news) - [Careers](https://www.blueorigin.com/careers) - [Terms of Use](https://www.blueorigin.com/terms-of-use) - [Privacy Policy](https://www.blueorigin.com/privacy-policy) - [GitHub](https://github.com/BlueOrigin)