Superlist

Superlist is an AI-powered task and list management application from the team behind Wunderlist, combining to-dos, notes, and lightweight project planning in a single collaborative workspace across Mac, Web, iOS, and Android. Its primary programmatic surface is an official hosted Model Context Protocol (MCP) server that lets Claude, ChatGPT, Cursor, and any MCP-compatible agent read and manage tasks, lists, labels, and views over natural language. The MCP endpoint is secured with a standards-based OAuth 2.0 authorization server (PKCE, dynamic client registration, RFC 8414 / RFC 9728 discovery). Superlist does not publish a traditional public REST API or OpenAPI; the MCP server is the agent-native integration layer.

Superlist publishes 1 API on the APIs.io network. Tagged areas include Company, Project Management Sector, Task Management, Productivity, and To-Do Lists.

Superlist’s developer surface includes documentation, support, engineering blog, changelog, pricing, signup flow, authentication, and 17 more developer resources.

31.6/100 thin ▬ flat Agent 38/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
1 APIs 1 MCP Servers
CompanyProject Management SectorTask ManagementProductivityTo-Do ListsCollaborationMCPAgentsAI Assistant

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 31.6/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 10.0 / 20
Commercial Clarity 8.9 / 20
Operational Transparency 3.4 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 38/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/superlist: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Superlist MCP Server

Official hosted Model Context Protocol (MCP) server that acts as the task layer for AI agents. Exposes tools to add, get, update, complete, delete, move, assign, label, and sear...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

superlist-mcp.yml

MCP SERVER

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Superlist Authentication

oauth2 · 1 scheme

SECURITY

Superlist Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: superlist
name: Superlist
description: Superlist is an AI-powered task and list management application from the team behind Wunderlist, combining to-dos,
  notes, and lightweight project planning in a single collaborative workspace across Mac, Web, iOS, and Android. Its primary
  programmatic surface is an official hosted Model Context Protocol (MCP) server that lets Claude, ChatGPT, Cursor, and any
  MCP-compatible agent read and manage tasks, lists, labels, and views over natural language. The MCP endpoint is secured
  with a standards-based OAuth 2.0 authorization server (PKCE, dynamic client registration, RFC 8414 / RFC 9728 discovery).
  Superlist does not publish a traditional public REST API or OpenAPI; the MCP server is the agent-native integration layer.
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://framerusercontent.com/assets/xlouachsGTVuJaHXsYmxxI66e2s.png
url: https://raw.githubusercontent.com/api-evangelist/superlist/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- eqt-ventures
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-21'
tags:
- Company
- Project Management Sector
- Task Management
- Productivity
- To-Do Lists
- Collaboration
- MCP
- Agents
- AI Assistant
apis:
- name: Superlist MCP Server
  description: Official hosted Model Context Protocol (MCP) server that acts as the task layer for AI agents. Exposes tools
    to add, get, update, complete, delete, move, assign, label, and search tasks and lists, plus today/inbox views and identity,
    secured with OAuth 2.0.
  humanURL: https://www.superlist.com/mcp
  baseURL: https://app.superlist.com/mcp
  tags:
  - MCP
  - Tasks
  - Lists
  - Agents
  properties:
  - type: MCPServer
    url: mcp/superlist-mcp.yml
  - type: Documentation
    url: https://help.superlist.com/en/articles/658028-superlist-mcp-server
  - type: Authentication
    url: authentication/superlist-authentication.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/superlist-domain-security.yml
- type: Website
  url: https://superlist.com
- type: DeveloperPortal
  url: https://www.superlist.com/mcp
- type: Documentation
  url: https://help.superlist.com/en/articles/658028-superlist-mcp-server
- type: Support
  url: https://help.superlist.com/en/
- type: Blog
  url: https://www.superlist.com/blog
- type: ChangeLog
  url: https://www.superlist.com/updates
- type: Roadmap
  url: https://feedback.superlist.com/
- type: Pricing
  url: https://www.superlist.com/pricing
- type: SignUp
  url: https://app.superlist.com/
- type: Login
  url: https://app.superlist.com/
- type: TermsOfService
  url: https://www.superlist.com/terms
- type: PrivacyPolicy
  url: https://www.superlist.com/privacy-policy
- type: GitHubOrganization
  url: https://github.com/superlistapp
- type: MCPServer
  url: mcp/superlist-mcp.yml
- type: Authentication
  url: authentication/superlist-authentication.yml
- type: WellKnown
  url: well-known/superlist-well-known.yml
- type: Conformance
  url: conformance/superlist-conformance.yml
- type: LLMsTxt
  url: llms/superlist-llms.txt
- type: Lifecycle
  url: lifecycle/superlist-lifecycle.yml
- type: Conventions
  url: conventions/superlist-conventions.yml
- type: ErrorCatalog
  url: errors/superlist-problem-types.yml
- type: ChangeLog
  url: changelog/superlist-changelog.yml
- type: AgentSkill
  url: skills/_index.yml
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 17
  pass: local-v1