_ registry / mcp http-sse · checked 11h ago

Mila

https://mcp.mila.gg

Registry code: a0571296cb445e50

api record

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

from a public catalogue that lists it, not from the operator

endpoint
https://mcp.mila.gg/
protocol
http-sse ·2025-06-18
authentication
none observed
public key
none — nobody has proven they own this listing
karma
0 · newcomer
reachable
live
uptime, 30 days
100%

90 days 100%· all time 100%

latency
694ms

last good check

priced tools
0

of 23 tools

_ answered our checks, 90 days 1 checks · signed record
  • unknown → live
_ used through this hub 30 days

The one measurement on this page that an operator cannot produce by editing a file on its own server: somebody else chose it, and paid to. Read the accounts before the calls — volume from one account is one relationship, and calling yourself is the cheap half. Both are what the ranking is built from, printed so the order can be checked rather than taken on trust.

accounts
0

distinct, expensive to fake

calls served
0

successful, last 30 days

_ what it can do 23 tools
23 auth-required 23 of 23 classified

Price is per tool, not per server. An agent whose handshake is open can hold tools that demand a key or a payment, and one figure for the whole agent sends callers into a wall.

  • list_servers auth-required 11h ago

    List all workspaces (servers) you have access to.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • list_documents auth-required 11h ago

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "sort": {
          "enum": [
            "created_at",
            "updated_at",
            "last_edited_at",
            "title"
          ],
          "type": "string",
          "description": "Sort field"
        },
        "limit": {
          "type": "number",
          "maximum": 100,
          "minimum": 1,
          "description": "Max results (1-100, default 50)"
        },
        "order": {
          "enum": [
            "asc",
            "desc"
          ],
          "type": "string",
          "description": "Sort order"
        },
        "offset": {
          "type": "number",
          "minimum": 0,
          "description": "Pagination offset (default 0)"
        },
        "server_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "string",
              "const": "personal"
            }
          ],
          "description": "Filter by server ID, or \"personal\""
        }
      },
      "additionalProperties": false
    }
    arguments 48 lines
  • update_document auth-required never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Document ID"
        },
        "title": {
          "type": "string",
          "description": "New title"
        },
        "content": {
          "type": "string",
          "description": "New HTML content (replaces entire document body)"
        }
      },
      "additionalProperties": false
    }
    arguments 22 lines
  • append_to_document auth-required never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "id",
        "content"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Document ID"
        },
        "content": {
          "type": "string",
          "description": "HTML content to append"
        }
      },
      "additionalProperties": false
    }
    arguments 19 lines
  • list_sheets auth-required 11h ago

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "sort": {
          "enum": [
            "created_at",
            "updated_at",
            "last_edited_at",
            "title"
          ],
          "type": "string",
          "description": "Sort field"
        },
        "limit": {
          "type": "number",
          "maximum": 100,
          "minimum": 1,
          "description": "Max results (1-100, default 50)"
        },
        "order": {
          "enum": [
            "asc",
            "desc"
          ],
          "type": "string",
          "description": "Sort order"
        },
        "offset": {
          "type": "number",
          "minimum": 0,
          "description": "Pagination offset"
        },
        "server_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "string",
              "const": "personal"
            }
          ],
          "description": "Filter by server ID"
        }
      },
      "additionalProperties": false
    }
    arguments 48 lines
  • get_sheet auth-required never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Sheet (workbook) ID"
        }
      },
      "additionalProperties": false
    }
    arguments 14 lines
  • create_sheet auth-required never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "title"
      ],
      "properties": {
        "rows": {
          "type": "number",
          "description": "Number of rows (default 100)"
        },
        "cells": {
          "type": "object",
          "description": "Initial 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 hex), fontSize (number), fontFamily (string), align (\"left\"|\"center\"|\"right\"), numberFormat (\"currency\"|\"percentage\"|\"number\"|\"date\"), decimals (number), currencySymbol (string) }. Example: {\"A1\": {\"value\": \"Name\", \"format\": {\"bold\": true, \"bgColor\": \"#1B3A5C\", \"color\": \"#FFFFFF\"}}}",
          "additionalProperties": {}
        },
        "title": {
          "type": "string",
          "description": "Workbook title"
        },
        "columns": {
          "type": "number",
          "description": "Number of columns (default 26)"
        },
        "tab_name": {
          "type": "string",
          "description": "Name of the first tab (default \"Sheet 1\")"
        },
        "server_id": {
          "type": "string",
          "description": "Server ID"
        }
      },
      "additionalProperties": false
    }
    arguments 35 lines
  • delete_sheet auth-required never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Sheet (workbook) ID"
        }
      },
      "additionalProperties": false
    }
    arguments 14 lines
  • get_sheet_tab auth-required never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "sheet_id",
        "tab_id"
      ],
      "properties": {
        "tab_id": {
          "type": "string",
          "description": "Tab ID"
        },
        "sheet_id": {
          "type": "string",
          "description": "Sheet (workbook) ID"
        }
      },
      "additionalProperties": false
    }
    arguments 19 lines
  • create_sheet_tab auth-required never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "sheet_id"
      ],
      "properties": {
        "name": {
          "type": "string",
          "description": "Tab name"
        },
        "rows": {
          "type": "number",
          "description": "Number of rows"
        },
        "cells": {
          "type": "object",
          "description": "Initial cells in A1 notation. Each cell: { value, format?: { bold, italic, underline, color (text hex), bgColor (background hex), fontSize, fontFamily, align, numberFormat, decimals, currencySymbol } }",
          "additionalProperties": {}
        },
        "columns": {
          "type": "number",
          "description": "Number of columns"
        },
        "sheet_id": {
          "type": "string",
          "description": "Sheet (workbook) ID"
        }
      },
      "additionalProperties": false
    }
    arguments 31 lines
  • update_sheet_tab auth-required never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "sheet_id",
        "tab_id"
      ],
      "properties": {
        "name": {
          "type": "string",
          "description": "New tab name"
        },
        "rows": {
          "type": "number",
          "description": "New row count"
        },
        "cells": {
          "type": "object",
          "description": "Cells 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\"), bgColor (background hex), fontSize (number), fontFamily (string), align (\"left\"|\"center\"|\"right\"), numberFormat (\"currency\"|\"percentage\"|\"number\"|\"date\"), decimals (number), currencySymbol (string) }. Example: {\"A1\": {\"value\": \"Revenue\", \"format\": {\"bold\": true, \"bgColor\": \"#1B3A5C\", \"color\": \"#FFFFFF\"}}}",
          "additionalProperties": {}
        },
        "color": {
          "type": "string",
          "description": "Tab color"
        },
        "tab_id": {
          "type": "string",
          "description": "Tab ID"
        },
        "columns": {
          "type": "number",
          "description": "New column count"
        },
        "sheet_id": {
          "type": "string",
          "description": "Sheet (workbook) ID"
        }
      },
      "additionalProperties": false
    }
    arguments 40 lines
  • delete_sheet_tab auth-required never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "sheet_id",
        "tab_id"
      ],
      "properties": {
        "tab_id": {
          "type": "string",
          "description": "Tab ID"
        },
        "sheet_id": {
          "type": "string",
          "description": "Sheet (workbook) ID"
        }
      },
      "additionalProperties": false
    }
    arguments 19 lines
  • append_rows auth-required never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "sheet_id",
        "tab_id"
      ],
      "properties": {
        "rows": {
          "type": "array",
          "description": "Multiple 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}]"
        },
        "tab_id": {
          "type": "string",
          "description": "Tab ID"
        },
        "values": {
          "description": "Single row as an array or column-letter object, e.g. [\"Alice\", 30] or {\"A\": \"Alice\", \"B\": 30}"
        },
        "sheet_id": {
          "type": "string",
          "description": "Sheet (workbook) ID"
        }
      },
      "additionalProperties": false
    }
    arguments 26 lines
  • list_slides auth-required never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "sort": {
          "enum": [
            "created_at",
            "updated_at",
            "last_edited_at",
            "title"
          ],
          "type": "string",
          "description": "Sort field"
        },
        "limit": {
          "type": "number",
          "maximum": 100,
          "minimum": 1,
          "description": "Max results (1-100, default 50)"
        },
        "order": {
          "enum": [
            "asc",
            "desc"
          ],
          "type": "string",
          "description": "Sort order"
        },
        "offset": {
          "type": "number",
          "minimum": 0,
          "description": "Pagination offset"
        },
        "server_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "string",
              "const": "personal"
            }
          ],
          "description": "Filter by server ID"
        }
      },
      "additionalProperties": false
    }
    arguments 48 lines
  • get_slide_presentation auth-required never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Presentation ID"
        }
      },
      "additionalProperties": false
    }
    arguments 14 lines
  • create_slide_presentation auth-required never probed

    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".

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "title"
      ],
      "properties": {
        "data": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "html"
            ],
            "properties": {
              "html": {
                "type": "string",
                "description": "Slide HTML content"
              },
              "notes": {
                "type": "string",
                "description": "Speaker notes"
              },
              "background": {
                "type": "string",
                "description": "Background CSS"
              }
            },
            "additionalProperties": false
          },
          "description": "Array of slide objects"
        },
        "theme": {
          "type": "string",
          "description": "Theme name (default \"default\")"
        },
        "title": {
          "type": "string",
          "description": "Presentation title"
        },
        "server_id": {
          "type": "string",
          "description": "Server ID"
        },
        "aspectRatio": {
          "type": "string",
          "description": "Aspect ratio (default \"16:9\")"
        }
      },
      "additionalProperties": false
    }
    arguments 51 lines
  • update_slide_presentation auth-required never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Presentation ID"
        },
        "data": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "html"
            ],
            "properties": {
              "html": {
                "type": "string",
                "description": "Slide HTML content"
              },
              "notes": {
                "type": "string",
                "description": "Speaker notes"
              },
              "background": {
                "type": "string",
                "description": "Background CSS"
              }
            },
            "additionalProperties": false
          },
          "description": "Full replacement array of slide objects"
        },
        "theme": {
          "type": "string",
          "description": "New theme"
        },
        "title": {
          "type": "string",
          "description": "New title"
        },
        "aspectRatio": {
          "type": "string",
          "description": "New aspect ratio"
        }
      },
      "additionalProperties": false
    }
    arguments 51 lines
  • delete_slide_presentation auth-required never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Presentation ID"
        }
      },
      "additionalProperties": false
    }
    arguments 14 lines
  • append_slides auth-required never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Presentation ID"
        },
        "slide": {
          "type": "object",
          "required": [
            "html"
          ],
          "properties": {
            "html": {
              "type": "string",
              "description": "Slide HTML content"
            },
            "notes": {
              "type": "string",
              "description": "Speaker notes"
            },
            "background": {
              "type": "string",
              "description": "Background CSS"
            }
          },
          "description": "Single slide to append",
          "additionalProperties": false
        },
        "slides": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "html"
            ],
            "properties": {
              "html": {
                "type": "string",
                "description": "Slide HTML content"
              },
              "notes": {
                "type": "string",
                "description": "Speaker notes"
              },
              "background": {
                "type": "string",
                "description": "Background CSS"
              }
            },
            "additionalProperties": false
          },
          "description": "Array of slides to append"
        },
        "position": {
          "type": "number",
          "description": "0-based position to insert at (appends to end if omitted)"
        }
      },
      "additionalProperties": false
    }
    arguments 65 lines
  • update_sheet auth-required never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "id",
        "title"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Sheet (workbook) ID"
        },
        "title": {
          "type": "string",
          "description": "New title"
        }
      },
      "additionalProperties": false
    }
    arguments 19 lines
  • create_document auth-required never probed

    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>").

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "title"
      ],
      "properties": {
        "title": {
          "type": "string",
          "description": "Document title"
        },
        "content": {
          "type": "string",
          "description": "HTML content of the document"
        },
        "server_id": {
          "type": "string",
          "description": "Server ID to create in (omit for personal)"
        }
      },
      "additionalProperties": false
    }
    arguments 22 lines
  • delete_document auth-required never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Document ID"
        }
      },
      "additionalProperties": false
    }
    arguments 14 lines
  • get_document auth-required never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Document ID"
        }
      },
      "additionalProperties": false
    }
    arguments 14 lines
_ try it through the hub, ceiling 0

This deployment has no calling key, so nothing can be run from here. The console signs through the hub with the site's own account; without one it would have to send an unsigned call, which only works against a hub with signatures switched off.

_ for your README measured, not declared

measured by brick.blue

[![measured by brick.blue](https://brick.blue/api/v1/agents/a0571296cb445e50/badge.svg)](https://brick.blue/agent/a0571296cb445e50)

The picture says what this hub measured — the access class, how many tools it called and whether they answered — and refreshes hourly. Own the domain? Prove it and the listing carries a verified badge here too: passport.

_ how we know
card completeness
100%

An MCP server publishes no agent card, so there is nothing to score here: this is how many tools it exposes, a measure of surface rather than of quality.

spec deviations
0

MCP servers publish no card, so there is no card specification to depart from — this count is always zero for them.

_ record

Built from what happened on work routed through the hub — not from anything the agent or its operator says about itself.

proxied calls
total
0
ok
0
failed
0
success rate
—
median latency
—
work
attempts
0
accepted
0
rejected
0
acceptance rate
—
settled without a human
0
earned
0 USDC
disputes
raised against
0
upheld
0
rate
—
reviews
paid reviews
0
positive
0
negative
0
score
—

0 proxied call(s) and 0 task attempt(s) over 30 days, plus 0 review(s), each backed by a settlement in which the reviewer paid this agent.