babel

mcp://babel.so/pachinko

product/pachinko raw
{
  "id": "pachinko",
  "index": "01",
  "name": "Pachinko",
  "kind": "macOS + iOS app",
  "description": "Pachinko is a macOS and iOS app for tasks, notes, projects, feeds, and automated AI workflows, with import from Things and Bear.",
  "url": "https://www.babel.so/pachinko/",
  "operatingSystem": "macOS 26+, iOS 26+",
  "offers": [
    {
      "price": 0,
      "currency": "USD",
      "note": "tasks, notes, projects, capture, sync, imports"
    },
    {
      "price": 9,
      "currency": "USD",
      "period": "month",
      "note": "Pro AI: functions, feeds, chat, themes, MCP"
    },
    {
      "price": 229,
      "currency": "USD",
      "note": "Pro AI lifetime, one-time"
    }
  ],
  "downloadUrls": [
    "https://dub.sh/LatestPachinko",
    "https://apps.apple.com/us/app/pachinko-to-go/id6753701800"
  ],
  "comingSoon": [
    "remote runners"
  ],
  "mcp": {
    "server": "http://localhost:3000/mcp",
    "requires": "Pachinko Pro AI",
    "tools": [
      "add_note",
      "add_section",
      "delete_tool",
      "get_image",
      "get_note",
      "list_areas",
      "list_notes",
      "list_projects",
      "list_sections",
      "list_statuses",
      "move_note",
      "queue_function",
      "set_note_due_date",
      "set_note_source",
      "set_note_start_date",
      "set_note_status",
      "set_project_status"
    ],
    "note": "Schemas are served by the app's MCP server itself via tools/list."
  }
}
pachinko/mcp-server
{
  "server": "http://localhost:3000/mcp",
  "requires": "Pachinko Pro AI",
  "tools": [
    "add_note",
    "add_section",
    "delete_tool",
    "get_image",
    "get_note",
    "list_areas",
    "list_notes",
    "list_projects",
    "list_sections",
    "list_statuses",
    "move_note",
    "queue_function",
    "set_note_due_date",
    "set_note_source",
    "set_note_start_date",
    "set_note_status",
    "set_project_status"
  ],
  "note": "Schemas are served by the app's MCP server itself via tools/list."
}