# Archie-Steeel A services business — you can read what it sells and book a time. Gamer, builder, and the face in front of LUCERNA NOETICO Mission: I stream the building of LUCERNA NOETICO — a clothing company — live, with Valorant and Fortnite in between. Book time with me, tip the jar, or go get a piece at lucernanoetico.com. ## Where - [Human page](https://lucernanoetica.com/at/archie-steeel) - [This brief](https://lucernanoetica.com/at/archie-steeel/llms.txt) - [Machine manifest (JSON)](https://lucernanoetica.com/at/archie-steeel/lucerna.json) - Timezone: America/Denver — every time below is on this wall clock ## What it can do bookings, deposits, escrow, digital_goods, accounts, checkout, memberships, promos, studio, tips ## Doors — real pages, drive them like a person would - [book](https://lucernanoetica.com/at/archie-steeel/) - [shop](https://lucernanoetica.com/at/archie-steeel/shop) - [bag](https://lucernanoetica.com/at/archie-steeel/bag) - [tip](https://lucernanoetica.com/at/archie-steeel/tip) - [join](https://lucernanoetica.com/at/archie-steeel/join) - [account](https://lucernanoetica.com/at/archie-steeel/account) - [page:work](https://lucernanoetica.com/at/archie-steeel/p/work) ## Services - Brand & Merch Consult — 225.00 USD, 45 min, id svc_084c59821541 (deposit rails: both) - Game Coaching — 1:1 — 150.00 USD, 30 min, id svc_84da9f0738c6 (deposit rails: both) - Game Coaching — 1:1 (Weekend) — 200.00 USD, 30 min, id svc_d475ec1e42f0 (deposit rails: both) - Ranked Duo — Coached — 300.00 USD, 60 min, id svc_30671db635d9 (deposit rails: both) - Ranked Duo — Coached (Weekend) — 400.00 USD, 60 min, id svc_55bfaa64a275 (deposit rails: both) - Stream Setup Audit — 300.00 USD, 60 min, id svc_782bac0c02eb (deposit rails: both) - VOD Review — Walkthrough — 150.00 USD, 30 min, id svc_03fb0701b312 (deposit rails: both) - VOD Review — Walkthrough (Weekend) — 200.00 USD, 30 min, id svc_4649df5ff93e (deposit rails: both) ## The page, top to bottom 1. nebula → A living 3D backdrop. Decoration only, nothing to act on. 2. image Archie-Steeel-PFP 3. socials — Profiles - [Discord](https://discord.gg/HAskvxVqWX) - [TikTok](https://www.tiktok.com/@archie_steeel) - [YouTube](https://www.youtube.com/@Archie-steeel) - [X](https://x.com/archie_steeel) - [Instagram](https://www.instagram.com/archie_steeel) 4. text 🇺🇸 🇲🇽 I love tech! I love crypto ! Anything business feel free to email me! archie@exitignis.com 5. text — About the discord I'm huge on gaming ! I want to rate your guys clips!! I mostly play R6, Fortnite, Valorant, Overwatch, Roblox, and Rocket League! Feel free to post and mix clips no need to categorize I play all games!! 6. link — JOIN THE DISCORD :) - [JOIN THE DISCORD :)](https://discord.gg/HAskvxVqWX) 7. collection — Book a session → Pick a service and a time and book it. Availability and deposit terms ride the API endpoints in `api.endpoints`. 8. members → See the membership tiers and join one. 9. text — Testing the tip jar feature. Feel free to ignore not looking for donos. :) If you decide to donate tho just know its all going to a hellcat. :) Kidding ! 10. jar → Leave a tip. Amounts, gift tiers and any goal are set by the owner; the card fields are Stripe’s own — this site never sees a card number. ## Every link on the page - Discord (discord): https://discord.gg/HAskvxVqWX - TikTok (tiktok): https://www.tiktok.com/@archie_steeel - YouTube (youtube): https://www.youtube.com/@Archie-steeel - X (x): https://x.com/archie_steeel - Instagram (instagram): https://www.instagram.com/archie_steeel - archie@exitignis.com (email): mailto:archie@exitignis.com ## API Base: https://bookings.lucernanoetica.com Auth: public bearer token — request one from exit-ignis - services: /v1/t/archie-steeel/services - availability: /v1/t/archie-steeel/availability?service_id&date - book: POST /v1/t/archie-steeel/bookings - ticket: /v1/t/archie-steeel/bookings/:ticket - event_ics: /ics/e/:ticket.ics ## CLI $ curl -X POST -H "content-type: application/json" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' https://exitignis.com/mcp the whole shop grammar over plain HTTP, no credential and no install — search the market, read a shop, ask its concierge, get a quote, offer a booking, open a checkout hold $ curl -X POST -H "content-type: application/json" -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"booking_offer","arguments":{"shop":"archie-steeel"}}}' https://exitignis.com/mcp this shop’s live services, prices and deposits — then booking_intent on one opening holds it $ curl -X POST -H "content-type: application/json" -d '{"input":""}' https://platform.lucernanoetica.com/v1/t/archie-steeel/concierge/walk walk the shop’s concierge to a real quote (omit `walk` to start; keep the id it returns) $ claude mcp add --transport http exit-ignis https://exitignis.com/mcp the same grammar as a connector, if your client speaks MCP $ curl -H "authorization: Bearer $LUCERNA_TOKEN" https://bookings.lucernanoetica.com/v1/t/archie-steeel/services NEEDS A KEY (ask at /agents): the same services booking_offer returns without one $ curl -H "authorization: Bearer $LUCERNA_TOKEN" "https://bookings.lucernanoetica.com/v1/t/archie-steeel/availability?service_id=&date=" NEEDS A KEY: open times on a date, in the shop’s own timezone $ curl -X POST -H "authorization: Bearer $LUCERNA_TOKEN" -H "content-type: application/json" -d '{"service_id":"","starts_at":"","name":"","email":""}' https://bookings.lucernanoetica.com/v1/t/archie-steeel/bookings NEEDS A KEY: book it directly — returns a ticket and a deposit link $ curl -H "authorization: Bearer $LUCERNA_TOKEN" https://bookings.lucernanoetica.com/v1/t/archie-steeel/bookings/ NEEDS A KEY: read a booking back ## The rail An agent key can read this shop and configure a purchase. It can never move money. Payment always finishes on a surface the buyer holds — a Stripe page for cards, or an escrow contract both sides accepted. Nobody here can take funds on their own.