Connecting MCPEmails means letting an AI agent reach your mail, so it is fair to ask who runs the service on the other end. It is one person, working under a registered business, on code you can read. This page exists so you can check that rather than take my word for it.
My name is Asgeir Albretsen. I am a software developer in Bergen, Norway, with a BSc in Computer Technology (datateknologi) from the University of Bergen. I build and run MCPEmails myself.
The working history behind the name:
| Period | Role |
|---|---|
| Aug 2019 to Feb 2022 | App Developer at Chess.com |
| Feb 2022 to Jan 2023 | Software QA Engineer at GlobeTech (contract) |
| Jan 2023 to Sep 2024 | IT consulting at BI Norwegian Business School |
| Sep 2024 to today | Software developer, full time |
I am still employed full time as a software developer. I do not name that employer here: listing them beside a product they have nothing to do with would read as an endorsement they never gave. MCPEmails is separate from the job, independent and self funded, and built in my own time.
You do not have to take that on trust either. The same person, in three places you can check:
I wanted my own agents working my inbox. Every option I looked at wanted a copy of my mail first: sync it, index it, keep it in someone else's database for as long as the account exists. For a mailbox that holds invoices, contracts, and password resets, that is a large permanent trade for a convenience I only wanted some of the time.
So I built the version I was willing to use myself. Mail is fetched live when your agent asks for it and dropped when the response is sent, so there is no stored copy here to leak. The one sensitive thing kept is the mailbox credential, encrypted at rest, because the next call you ask for needs it. I run my own mail through it every day.
Three separate things, worth naming separately, because they fail in different ways.
Legal entity
Albretsen Consulting (enkeltpersonforetak)
Organisation number 926 646 753
Håsteins gate 9, 5160 Laksevåg, Norway
Registered in Enhetsregisteret, Brønnøysundregistrene
Full legal identification is set out in the terms of service and the privacy policy.
One person running an email service is a real risk, and it would be dishonest to write a page like this without saying so. I could fall ill, lose interest, or be hit by a bus. A hosted service with a single operator and closed source would leave you with agents wired into something nobody maintains, and a support address nobody reads.
That is what the licence is for. MCPEmails is open source under AGPL-3.0, and the hosted service runs the same server you can clone. If I stop, you clone the repository, bring the stack up with one command, point your agent at your own instance, and carry on. Your credentials are yours, your mail was never stored here in the first place, and the tools your agent already knows keep the same names. There is nothing of yours held in a database of mine to be stranded in.
That is as far as an honest one person business can go: not a promise that I will always be here, but a way out that does not depend on my being here. It is worth walking the self-host path once while everything is fine, so you know it works before you ever need it.
There is no support queue and nobody to route your message to. It arrives with me, and I answer it.
Read what the service touches and what it keeps, or skip me entirely and run it yourself.