Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Mila

REMOTE · MCP.MILA.GG · SCANNED AUG 4

Create and manage documents, spreadsheets, and presentations from your AI assistant.

Available components

+6 this week 67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2004 tokens (~87/item across 23 items; 23 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.mila.gg

# add to Claude Code
claude mcp add --transport http mila-gg-mcp-server https://mcp.mila.gg/
# ~/.codex/config.toml
[mcp_servers.mila-gg-mcp-server]
url = "https://mcp.mila.gg/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mila-gg-mcp-server": {
      "type": "remote",
      "url": "https://mcp.mila.gg/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mila-gg-mcp-server --url https://mcp.mila.gg/ --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  mila-gg-mcp-server:
    url: "https://mcp.mila.gg/"
// mcp.json
{
  "mcpServers": {
    "mila-gg-mcp-server": {
      "type": "http",
      "url": "https://mcp.mila.gg/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 4 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 3 Aug 26 +5
    • HTTPS: unverified → pass security
  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 −2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 59

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 4 Aug 2026 · Probed https://mcp.mila.gg/

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.mila.gg CN=YR2,O=Let's Encrypt,C=US 2 Aug 2026 31 Oct 2026 RSA 4096 SHA256-RSA 6b011ea5c7482431ced2bae6141b39f22ae
SANs: mcp.mila.gg
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of mcp.mila.gg. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
gg. present 4975 8 Verified
mila.gg. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.mila.gg/ Verified 200
http (plaintext) http://mcp.mila.gg/ HTTPS enforced 301 https://mcp.mila.gg/
MCP tools — 23 exposed · ~2,004 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
append_rows ~155

Append one or more rows of data to a spreadsheet (sheet, excel, workbook) tab. Use "rows" for multiple rows or "values" for a single row.

NameTypeReqDescription
rowsarrayMultiple rows. Each row is an array of values or an object keyed by column letter, e.g. [["Alice", 30], ["Bob", 25]] or [{"A": "Alice", "B": 30}]
sheet_idstringyesSheet (workbook) ID
tab_idstringyesTab ID
valuesSingle row as an array or column-letter object, e.g. ["Alice", 30] or {"A": "Alice", "B": 30}

No output schema declared.

No examples provided.

append_slides ~80

Append one or more slides to an existing presentation (slides, powerpoint, deck, keynote).

NameTypeReqDescription
idstringyesPresentation ID
positionnumber0-based position to insert at (appends to end if omitted)
slideobjectSingle slide to append
slidesarrayArray of slides to append

No output schema declared.

No examples provided.

append_to_document ~51

Append HTML content to the end of an existing document (doc, word, note) without replacing existing content.

NameTypeReqDescription
contentstringyesHTML content to append
idstringyesDocument ID

No output schema declared.

No examples provided.

create_document ~94

Create a new document. Use this when asked to create, write, draft, or compose a document, doc, note, page, article, or word document. Content should be HTML (e.g. "<p>Hello</p>").

NameTypeReqDescription
contentstringHTML content of the document
server_idstringServer ID to create in (omit for personal)
titlestringyesDocument title

No output schema declared.

No examples provided.

create_sheet ~256

Create a new spreadsheet (sheet, excel, workbook) with an initial tab. Use this when asked to create a spreadsheet, table, workbook, tracker, or organize data in rows and columns.

NameTypeReqDescription
cellsobjectInitial cell data in A1 notation. Each cell is an object with: value (string|number), and optional format: { bold, italic, underline (booleans), color (text hex e.g. "#FF0000"), bgColor (background h…
columnsnumberNumber of columns (default 26)
rowsnumberNumber of rows (default 100)
server_idstringServer ID
tab_namestringName of the first tab (default "Sheet 1")
titlestringyesWorkbook title

No output schema declared.

No examples provided.

create_sheet_tab ~122

Add a new tab to a spreadsheet (sheet, excel, workbook).

NameTypeReqDescription
cellsobjectInitial cells in A1 notation. Each cell: { value, format?: { bold, italic, underline, color (text hex), bgColor (background hex), fontSize, fontFamily, align, numberFormat, decimals, currencySymbol }…
columnsnumberNumber of columns
namestringTab name
rowsnumberNumber of rows
sheet_idstringyesSheet (workbook) ID

No output schema declared.

No examples provided.

create_slide_presentation ~114

Create a new slide presentation (slides, powerpoint, deck, keynote). Use this when asked to create a presentation, slide deck, or slideshow. Each slide has "html" content and optional "background" and "notes".

NameTypeReqDescription
aspectRatiostringAspect ratio (default "16:9")
dataarrayArray of slide objects
server_idstringServer ID
themestringTheme name (default "default")
titlestringyesPresentation title

No output schema declared.

No examples provided.

delete_document ~32

Permanently delete a document (doc, word, note) by ID.

NameTypeReqDescription
idstringyesDocument ID

No output schema declared.

No examples provided.

delete_sheet ~38

Permanently delete a spreadsheet (sheet, excel, workbook) and all its tabs.

NameTypeReqDescription
idstringyesSheet (workbook) ID

No output schema declared.

No examples provided.

delete_sheet_tab ~53

Delete a tab from a spreadsheet (sheet, excel, workbook). Cannot delete the last remaining tab.

NameTypeReqDescription
sheet_idstringyesSheet (workbook) ID
tab_idstringyesTab ID

No output schema declared.

No examples provided.

delete_slide_presentation ~34

Permanently delete a slide presentation (slides, powerpoint, deck, keynote).

NameTypeReqDescription
idstringyesPresentation ID

No output schema declared.

No examples provided.

get_document ~44

Get a document (doc, word, note, page) by ID, including its full content (title, HTML body, metadata).

NameTypeReqDescription
idstringyesDocument ID

No output schema declared.

No examples provided.

get_sheet ~46

Get a spreadsheet (sheet, excel, workbook) by ID, including all tabs and their cell data in A1 notation.

NameTypeReqDescription
idstringyesSheet (workbook) ID

No output schema declared.

No examples provided.

get_sheet_tab ~56

Get a single tab from a spreadsheet (sheet, excel, workbook), including all cell data in A1 notation.

NameTypeReqDescription
sheet_idstringyesSheet (workbook) ID
tab_idstringyesTab ID

No output schema declared.

No examples provided.

get_slide_presentation ~40

Get a slide presentation (slides, powerpoint, deck, keynote) by ID, including all slide data.

NameTypeReqDescription
idstringyesPresentation ID

No output schema declared.

No examples provided.

list_documents ~113

List all documents (docs, word, notes, pages). Use this when asked to list, find, or search documents, notes, drafts, or written content. Supports pagination, sorting, and filtering by workspace.

NameTypeReqDescription
limitnumberMax results (1-100, default 50)
offsetnumberPagination offset (default 0)
orderstringSort order
server_idFilter by server ID, or "personal"
sortstringSort field

No output schema declared.

No examples provided.

list_servers ~20

List all workspaces (servers) you have access to.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_sheets ~107

List all spreadsheets (sheets, excel, workbooks) with their tab metadata (no cell data). Use this when asked to list, find, or search spreadsheets, workbooks, tables, or tabular data.

NameTypeReqDescription
limitnumberMax results (1-100, default 50)
offsetnumberPagination offset
orderstringSort order
server_idFilter by server ID
sortstringSort field

No output schema declared.

No examples provided.

list_slides ~96

List all slide presentations (slides, powerpoint, deck, keynote). Use this when asked to list, find, or search presentations, decks, or slideshows.

NameTypeReqDescription
limitnumberMax results (1-100, default 50)
offsetnumberPagination offset
orderstringSort order
server_idFilter by server ID
sortstringSort field

No output schema declared.

No examples provided.

update_document ~66

Update an existing document (doc, word, note). Supply a new title and/or HTML content to replace the body.

NameTypeReqDescription
contentstringNew HTML content (replaces entire document body)
idstringyesDocument ID
titlestringNew title

No output schema declared.

No examples provided.

update_sheet ~47

Update spreadsheet (sheet, excel, workbook) workbook-level properties (currently only title).

NameTypeReqDescription
idstringyesSheet (workbook) ID
titlestringyesNew title

No output schema declared.

No examples provided.

update_sheet_tab ~255

Update a spreadsheet (sheet, excel, workbook) tab: merge cells, rename, change color, or resize the grid. Set a cell value to null to clear it.

NameTypeReqDescription
cellsobjectCells to update in A1 notation (null clears a cell). Each cell is an object with: value (string|number), and optional format: { bold, italic, underline (booleans), color (text hex e.g. "#FF0000"), bg…
colorstringTab color
columnsnumberNew column count
namestringNew tab name
rowsnumberNew row count
sheet_idstringyesSheet (workbook) ID
tab_idstringyesTab ID

No output schema declared.

No examples provided.

update_slide_presentation ~85

Update a slide presentation (slides, powerpoint, deck, keynote): title, slide data, theme, or aspect ratio.

NameTypeReqDescription
aspectRatiostringNew aspect ratio
dataarrayFull replacement array of slide objects
idstringyesPresentation ID
themestringNew theme
titlestringNew title

No output schema declared.

No examples provided.