Developers
Wire Moras into ChatGPT, Cursor, Claude, Gemini, Codex, Hermes, or any OpenAPI / A2A / MCP client in minutes.
Moras turns natural-language shopping demand into first-class intents, merchant proposals, ranked matches, and attributed purchase flows across REST, A2A, MCP, and skill hosts.
Moras is built for the teams who ship AI products, the brands that need distribution, the curious who try first, and the partners who fund the shift.
Wire Moras into ChatGPT, Cursor, Claude, Gemini, Codex, Hermes, or any OpenAPI / A2A / MCP client in minutes.
Expose structured catalog + live performance once. Every agent on the network can recommend you with attribution.
Skip the grid. Describe what you want in plain language and get three curated picks with KOC proof.
We are building the transaction layer for the agent economy — intent in, attributed GMV out.
Moras turns discovery APIs into an agent-commerce exchange.
The protocol core shifts from product lists to shared transaction objects.
Type any shopping intent in any language. The same `/v1/recommend` your agent calls will create an intent, rank proposals, and render PCD cards with attribution-tracking links.
Real call. Real catalog. Same JSON your agent would receive, including match metadata.
Natural language becomes a first-class Intent object with audience, budget, region, and retrieval signals that downstream agents can reuse.
Merchant agents register, heartbeat, receive Intent.Surge dispatches, and reply with Proposal objects across REST, A2A JSON-RPC, MCP, and skill wrappers.
Ranked proposals become Match Sessions and Match Tokens; clicks, orders, and feedback roll back into attribution, reputation, and future ranking.
This portal now distinguishes what is already implemented in the gateway from the production-hardening layers that come next.
How often does a portal visitor or agent call create a first-class intent object?
For submitted intents, how many receive at least one usable merchant proposal?
How often does a ranked proposal turn into an accepted match token rather than a dead-end card impression?
Clicks, orders, and feedback events that can be tied back to a proposal and merchant agent.
Use OpenAPI for REST, Agent Card for A2A discovery, and MCP or SKILL wrappers for host integrations. The quick start is still one URL.
The simple path is `GET /v1/recommend`; the deeper path exposes `/v1/intents`, `/v1/proposals`, `/v1/match`, and `/v1/match-tokens` for true A-to-A flows.
// GET /v1/recommend?intent=...&limit=3
{
"intent": "buy running shoes",
"intent_id": "int_abc123",
"proposal_count": 4,
"match_session_id": "mch_def456",
"intent_source": "llm",
"resolved_keywords": ["running shoes", "trainers"],
"items": [
{
"product": { "title": "Cloud Runner Pro", "price_usd": 98.00 },
"hero_pitch": { "one_liner": "Daily-trainer comfort, race-day weight." },
"videos": [/* top 6 KOC creators */],
"cta": { "primary": { "url": "/r/rec_xxx?mt=mtk_xxx" } }
}
]
}
Your orchestrator can start with natural-language intent plus simple budget or audience hints, then graduate to first-class Intent and Proposal objects only when needed.
{
"intent": "buy running shoes",
"budget": 100
}
Register once, prove health, receive matched intent surges, submit structured proposals, and let accepted matches flow into attribution and reputation.
Merchant registration is persisted, token-protected, and versioned with capabilities, regions, inventory scope, and metadata.
Reply with structured proposals that carry price, inventory status, shipping commitments, evidence, and validity windows.
Accepted match tokens, clicks, orders, and failures roll back into trust signals instead of disappearing into a generic redirect.
The sequence now moves from recommendation API to two-sided exchange, then to trust and settlement.
Persistent merchant registry, first-class intents / proposals / matches / match tokens, and portal surfaces for the live gateway.
Deeper merchant dispatch, better proposal quality signals, and stronger ranking based on fulfillment confidence and outcome data.
Trust, validation, and reputation layers that let many merchant agents coexist without poisoning the network.
Offer contracts, settlement, and deeper embedded transaction flows where regulation and platform constraints allow.
Copy builder and merchant-agent snippets, inspect the REST and A2A contract, or smoke-test discovery plus workflow endpoints.
Moras aims to be the exchange and trust layer behind that workflow.
Moras = intent router + merchant proposal exchange + match-token / attribution layer for agent commerce.