Agent-native
You can leave LENO to your AI.
We build and maintain websites for small and medium businesses. You don't have to fill in a form: tell your assistant — ChatGPT, Claude or another — and it collects everything it needs from us.
What your AI may do
And, just as important, what it may not.
Connecting your AI
Claude (remote MCP connector)
Settings → Connectors → add a custom connector:
https://agent.leno-innovations.com/mcp
Without an access link the public tools are available. If you received an offer from us, use your personal access link — then your AI knows your offer too:
https://agent.leno-innovations.com/mcp/<YOUR-ACCESS-CODE>
ChatGPT and other MCP-capable assistants
Same endpoint, same protocol (MCP over Streamable HTTP, JSON-RPC 2.0). The
access code can also be sent as Authorization: Bearer ….
Without MCP: the REST interface
curl https://agent.leno-innovations.com/agent/v1/plans?currency=EUR
curl https://agent.leno-innovations.com/agent/v1/offers/<ACCESS-CODE>
curl https://agent.leno-innovations.com/agent/v1/tools
The OpenAPI description is at /openapi.json, the short version for agents at /llms.txt.
Tools
Two levels: public needs nothing, offer needs your personal access link. That link is not a login — it opens exactly one offer, expires, and can be revoked at any time.
| Tool | Level | Purpose |
|---|---|---|
| loading … | ||
A typical flow
- You tell your AI: "Take the LENO offer, explain the differences, ask me only for what's missing, then give me the payment link."
- The AI reads the offer and compares the plans against your requirements.
- It asks you only for the missing details — not for what we already know.
- It shows you the contract summary: setup fee, recurring fee, minimum term, notice period, terms.
- It creates the payment link. You pay — at Stripe, as always.
Security
- Your access code covers one offer, has fixed permissions, expires and can be revoked. It is not a login to your customer account.
- Every AI action is logged: which tool, when, with which permission and through which assistant. Secrets never enter the log.
- Repeated calls never create duplicate orders.
- Sensitive changes (email, domain transfer, cancellation) require additional confirmation from you — an AI session alone is never enough.
Questions: mail@leno-innovations.com