io.github.nhantour/genie-locker
This server provides read-only access to GenieLocker's service status, commercial inventory, pricing, and recipe search—without creating accounts, reserving GPUs, or spending funds.
genie_status: Check current service status, including catalog, capacity, sellability, locker counts, and payment-rail status.
genie_catalog: List lifecycle-verified commercial SKUs eligible for purchase (live inventory only).
genie_quote: Get a live, non-binding price quote for a private locker by specifying envelope, placement, and duration (10–1440 minutes).
genie_recipes: Search public agent and inference recipes by query, maturity stage (
commercial,benchmarked,designed), or category.genie_credit_pricing: Read prepaid credit definitions, burn multipliers, tier pricing, and usage examples.
Limitations: Cannot create accounts, purchase credits, reserve GPUs, or create lockers.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@io.github.nhantour/genie-lockerGet a live quote for a 10-minute l16-resident locker."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GenieLocker
GenieLocker gives an AI agent a private OpenAI-compatible Qwen2.5-7B endpoint by the minute. The locker is quality-gated before the paid duration begins and destroyed automatically at expiry.
Current commercial boundary
One commercial resident SKU:
l16-residentPrepaid credits: live
Direct per-locker x402 settlement: off / fail-closed
One completed locker in the public status counter is an operator canary, not a customer
Trust the live API over copied documentation:
curl -s https://genie.locker/api/status
curl -s 'https://genie.locker/api/quote?envelope=l16&placement=resident&minutes=10'Related MCP server: Blocksize Market Data
Agent integration
MCP server:
io.github.nhantour/genie-lockerFull purchase and safety procedure: https://genie.locker/agent.md
OpenAPI 3.1: https://genie.locker/openapi.json
Machine-readable site index: https://genie.locker/llms.txt
Install the agent skill after reviewing the script:
curl -sL https://genie.locker/skill.sh | shThe first step can be a free trial credit allocation. No wallet or purchase is created by reading this repository or installing the skill.
MCP connector
The public MCP connector is deliberately read-only. It exposes five tools for service status, commercial inventory, live quotes, recipe search, and credit pricing. It cannot create accounts, reserve GPUs, buy credits, create lockers, or send data to an inference model.
Run it from source:
npm install
npm startOr, after the public image is available:
docker run --rm -i ghcr.io/nhantour/genie-locker-mcp:0.1.0Client configuration:
{
"mcpServers": {
"genie-locker": {
"command": "docker",
"args": ["run", "--rm", "-i", "ghcr.io/nhantour/genie-locker-mcp:0.1.0"]
}
}
}The connector source is MIT-licensed under LICENSE-MCP. That license applies
only to the connector, not to the private broker implementation.
Security reports should use the repository's private security advisory form.
Minimal flow
# 1. Create a trial account and save the returned gk_... key securely.
curl -s -X POST https://genie.locker/api/credits/trial
# 2. Request a ten-minute locker with a stable idempotency key.
curl -s -X POST https://genie.locker/api/lockers \
-H 'authorization: Bearer gk_REDACTED' \
-H 'idempotency-key: your-stable-order-id' \
-H 'content-type: application/json' \
-d '{"envelope":"l16","placement":"resident","minutes":10}'The order is asynchronous. Poll the returned status_url with the same API key
until the state is live; only then does the paid duration begin.
Copyright © Intelix Systems LLC. This repository documents the public service; it does not grant a license to the private broker implementation.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceRead-only MCP server for the RareCloud API, enabling AI agents to list servers, browse the catalog, check billing, and plan deployments.Last updated10014MIT
- AlicenseAqualityBmaintenanceRead-only MCP server for Blocksize market data discovery, pricing, documentation, and x402 endpoint lookup across crypto, equities, FX, and metals.Last updated71MIT
- Alicense-qualityAmaintenanceA read-only MCP server for Mealie that enables searching recipes, managing shopping lists, meal plans, and retrieving household/instance info via tools. Supports secure per-user authentication and multiple Mealie instances.Last updatedMIT
- AlicenseCqualityAmaintenanceRead-only MCP server that exposes public TokenLab model catalog tools for agents to discover models, inspect request contracts, and compare pricing.Last updated31195MIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nhantour/genie-locker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server