Mailopoly

Created By
Mailopoly16 hours ago
Mailopoly is your unified inbox — one place for everything that reaches you, starting with all your email accounts (Gmail, Outlook, iCloud, IMAP) brought together and searchable in a single pass. Get a Catch-Up briefing and My Day, check My Data widgets (bills, deliveries, replies owed), manage tasks and custom lists, and draft or send from your own address. SOC 2 Type II certified.
Overview

Your unified inbox, inside your AI assistant

Mailopoly is your unified inbox — one place for everything that reaches you. Today it brings all your email accounts together (Gmail, Outlook, iCloud, IMAP) into a single, searchable view and makes that understanding available to any MCP client. It's designed to be the one place you check, whatever the message and wherever it comes from.

One connection covers all of it:

  • Ask "emails about the lease" and it searches every account at once — with deep search for harder, semantic queries.
  • Ask "catch me up" for a Catch-Up briefing on what you missed across all your accounts.
  • Ask "what's on my day" for one list aggregated from every account.
  • Ask "what bills are due" and the amounts and due dates are already extracted.

What you can ask

  • "Catch me up — what did I miss?"
  • "Check my Mailopoly Cleanbox — what needs my attention?"
  • "What's on my day?"
  • "What bills do I have coming up, and how much are they?"
  • "Deep-search my email for the lease agreement and summarize it"
  • "Who am I still owing a reply to?"
  • "Add a task to call the dentist tomorrow at 2pm and remind me at noon"
  • "Where's my Amazon delivery?"

Capabilities (28 tools)

Read (16): search & deep-search across all accounts, Cleanbox/Other feeds, full messages, Catch-Up briefing, My Day, My Data widgets, events, invoices, deliveries, drafts, email lists, task rules, account overview

  • Write (11): create / complete / snooze tasks, hide or mark emails, save drafts, create & manage custom email lists, task rules
  • Send (1): send through your own Gmail / Outlook / @mly.life address

Security & privacy

OAuth 2.1 with separate read / write / send grants, chosen on a Mailopoly consent screen and revocable in one click. Every call is scoped to your account, requires an active subscription, and is audit-logged. SOC 2 Type II certified, and a Google-verified OAuth application.

Requires a Mailopoly account — free trial available, no card needed. Learn more at https://www.mailopoly.com/mcp/

Server Config

{
  "mcpServers": {
    "mailopoly": {
      "type": "streamable-http",
      "url": "https://fastapi.prod.aws.mailopoly.com/mcp-server/"
    }
  }
}
Project Info
Created At
16 hours ago
Updated At
11 hours ago
Author Name
Mailopoly
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

2 days ago