Serversapp.recordo.api/recordo
R

Recordo: Task Planner & Notes

app.recordo.api/recordo · v1.0.0
● Remote
v1.0.0remote🌐 https://api.recordo.com/api/mcp/adhd/mcp↗ Website
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "app.recordo.api/recordo",
  "description": "Brain dump, routines, task planning, focus, and instant thought retrieval",
  "title": "Recordo: Task Planner & Notes",
  "version": "1.0.0",
  "websiteUrl": "https://recordo.app",
  "icons": [
    {
      "src": "https://api.recordo.com/app-assets/adhd/icon.png"
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.recordo.com/api/mcp/adhd/mcp"
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "documentation": "https://recordo.app/mcp/recordo",
      "examples": [
        {
          "description": "Quickly capture any idea or note",
          "name": "Brain dump a thought",
          "note": "Say 'Call dentist next week' or 'Go to gym every Monday and Thursday at 9am' and AI extracts the task with due date"
        },
        {
          "description": "See what's on your plate today",
          "name": "Check your schedule",
          "note": "Ask 'What's on my schedule today?' or 'What do I have tomorrow?'"
        },
        {
          "description": "Focus on one thing at a time",
          "name": "Get your next task",
          "note": "Ask 'What should I do next?' and get the single most important task"
        },
        {
          "description": "Retrieve anything you've captured",
          "name": "Find a thought",
          "note": "Ask 'What was that idea I had about the presentation?' or 'Show me everything about dentist'"
        }
      ],
      "keywords": [
        "adhd",
        "task-manager",
        "brain-dump",
        "routines",
        "planner",
        "organizer",
        "focus",
        "todo",
        "tasks",
        "notes",
        "reminders",
        "habits",
        "schedule"
      ],
      "license": "Proprietary",
      "notes": [
        "OAuth 2.1 authentication required - users must authorize via Recordo account",
        "Tools: list_entries, add_adhd_note_entry, add_adhd_task_entry, update_entry, delete_entry, complete_task, get_day_summary, get_next_task",
        "Interactive widgets for task cards and daily schedules in supported hosts",
        "Privacy-first: voice recordings and photos are processed and never stored on servers"
      ],
      "publisher": "Recordo Apps"
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}