Server data from the Official MCP Registry
Read and manage your @inboxy.net aliases, mail and RSS feeds; compose mail on paid plans.
About
Read and manage your @inboxy.net aliases, mail and RSS feeds; compose mail on paid plans.
Remote endpoints: streamable-http: https://mcp.inboxy.net
Security Report
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"net-inboxy-inboxy": {
"url": "https://mcp.inboxy.net"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
inboxy — remote MCP server
Endpoint: https://mcp.inboxy.net · Transport: Streamable HTTP · Registry: net.inboxy/inboxy
inboxy is a privacy-first email aliasing service with an
AI-readable inbox. This server exposes your @inboxy.net mail, RSS feeds, and
aliases to any client that speaks the Model Context Protocol,
so an assistant can read, search, summarise, and reply to your mail without
ever touching your real mailbox.
This repository is documentation. The server is hosted — there is nothing here to install, build, or run, and no npm package to pull. It exists so the registry listing has a home and so the connection details are versioned somewhere public. The implementation is closed-source.
Connecting
Most clients need only the URL. The server speaks OAuth 2.1 with Dynamic Client Registration and PKCE, so interactive clients need no API key:
{
"mcpServers": {
"inboxy": {
"url": "https://mcp.inboxy.net"
}
}
}
Claude Desktop: Settings → Developer → Edit Config, paste the above, restart, and sign in when redirected. Claude Code and other MCP clients take the same URL and run the OAuth flow themselves.
Unattended agents (OpenClaw, Hermes, Codex, CI) use a static bearer key instead, minted under Account → API keys:
Authorization: Bearer ik_…
Keys can be address-scoped to a single alias. A scoped key sees only that
alias's mail, has its outbound From: pinned to it server-side, and is refused
for account-wide operations — so a leaked key exposes one alias, not the
account.
Full setup, including the per-client config quirks that bite (OpenClaw's
--header uses Name=Value, Hermes' YAML uses Name: Value), is at
https://inboxy.net/help/connect-mcp.
What an agent can do
48 tools as of v1.0.0, across eight groups, named <group>_<action> so
clients render them under a common heading:
| Group | Covers |
|---|---|
mail_* | List, read, search, render, keep, delete, and send mail |
outbox_* | Inspect what the agent has sent |
feed_* | RSS subscriptions |
article_* | Articles within those feeds |
address_* | Mint and retire @inboxy.net aliases |
account_* | Plan, quota, rate limits, retention |
digest_* | Scheduled digest settings |
mark_* | Cross-domain bulk read-state |
Every tool declares an MCP behavioural annotation — read-only, idempotent, or destructive — so clients can gate the destructive ones behind confirmation.
The canonical, always-current tool reference is https://inboxy.net/help/connect-mcp — deliberately not duplicated here, so it cannot drift.
What an agent can send
inboxy gives your AI an inbox, not your Gmail. Every outbound path is scoped server-side, so a leaked credential cannot become a spam cannon:
| Tool | Recipient rule | Cap |
|---|---|---|
mail_reply | Locked to the original sender of the message being replied to | 5/hour |
mail_forward | Locked to your own verified personal email | Idempotent |
mail_send | Any recipient, minus self-loops and reserved local-parts | Debits per-user send quota |
mail_invite | Any external address that isn't already an inboxy user | 10 per rolling 30 days |
No surface anywhere accepts a caller-supplied From:. Mail is always sent from
one of your own aliases, never from your real address.
@inboxy.net → @inboxy.net mail is delivered in-network with no SMTP egress.
Anything leaving the network carries a one-line — inboxy.net — agentic email
attribution footer, injected at a single point so every send path behaves
identically.
Privacy
- EU data residency. Storage and compute are pinned to Cloudflare's
eujurisdiction. - Scoped embeddings. Semantic search runs on per-user vectors.
- 90-day default retention on message bodies; pinned messages are exempt.
- Short-lived tokens. Refresh tokens rotate per OAuth 2.1 §4.3.1.
- Revoke an OAuth grant under Account → MCP / OAuth clients, or a key under Account → API keys. Revocation takes effect on the next request.
Registry manifest
server.json is the manifest published to the official MCP
registry under net.inboxy/inboxy. Its version tracks the version this
server announces to clients on initialize.
Support
hello@inboxy.net · Security disclosures: security@inboxy.net
(security.txt)
License
The contents of this repository are licensed Apache-2.0. See LICENSE.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
