evernote

Evernote is a cross-platform note-taking, organization, and task-management application operated by Bending Spoons. It lets people capture notes, web clips, images, audio, and documents, sync them across devices, and search across their knowledge base. For developers, Evernote publishes the Evernote Cloud API — a Thrift-based (EDAM) service exposing UserStore and NoteStore operations for creating, reading, searching, sharing, and synchronizing notes, notebooks, tags, and resources. Authentication is via three-legged OAuth 1.0a or long-lived developer tokens, with a sandbox environment for development. Official SDKs cover Python, Java, Ruby, JavaScript/Node, PHP, iOS, Android, and C#. The classic EDAM API and SDKs are deprecated and no longer actively developed; Evernote is now building a Model Context Protocol (MCP) server to connect AI tools to notes.

evernote publishes 1 API on the APIs.io network. Tagged areas include Company, Note Taking, Productivity, Knowledge Management, and Notes.

The evernote catalog on APIs.io includes 1 event-driven AsyncAPI specification.

evernote’s developer surface includes documentation, API reference, getting-started guide, signup flow, support, engineering blog, pricing, and 26 more developer resources.

42.3/100 thin Agent 45/100 agent ready Full breakdown ↓
scored 2026-07-20 · rubric v0.4
1 APIs 1 MCP Servers 0 Features
CompanyNote TakingProductivityKnowledge ManagementNotesContentSaaSSync

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-20 · rubric v0.4
Composite quality — 42.3/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 14.8 / 20
Commercial Clarity 12.1 / 20
Operational Transparency 6.2 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 45/100 · agent ready
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 7 / 7
Typed Event Surface 6 / 6
Agent Skills 0 / 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/evernote: 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

Evernote Cloud API

The Evernote Cloud API (EDAM) is a Thrift-based service exposing UserStore and NoteStore operations to create, read, update, search, share, and synchronize notes, notebooks, tag...

MCP Servers

evernote-mcp.yml

MCP SERVER

Event Specifications

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 6

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: evernote
name: evernote
description: Evernote is a cross-platform note-taking, organization, and task-management application operated by Bending Spoons.
  It lets people capture notes, web clips, images, audio, and documents, sync them across devices, and search across their
  knowledge base. For developers, Evernote publishes the Evernote Cloud API — a Thrift-based (EDAM) service exposing UserStore
  and NoteStore operations for creating, reading, searching, sharing, and synchronizing notes, notebooks, tags, and resources.
  Authentication is via three-legged OAuth 1.0a or long-lived developer tokens, with a sandbox environment for development.
  Official SDKs cover Python, Java, Ruby, JavaScript/Node, PHP, iOS, Android, and C#. The classic EDAM API and SDKs are deprecated
  and no longer actively developed; Evernote is now building a Model Context Protocol (MCP) server to connect AI tools to
  notes.
url: https://raw.githubusercontent.com/api-evangelist/evernote/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- slow-ventures
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
image: https://evernote.com/img/evernote-logo.png
tags:
- Company
- Note Taking
- Productivity
- Knowledge Management
- Notes
- Content
- SaaS
- Sync
apis:
- name: Evernote Cloud API
  description: The Evernote Cloud API (EDAM) is a Thrift-based service exposing UserStore and NoteStore operations to create,
    read, update, search, share, and synchronize notes, notebooks, tags, and resources in a user's Evernote account. Authenticated
    with OAuth 1.0a or developer tokens. Deprecated and no longer actively developed.
  humanURL: https://dev.evernote.com/doc/
  baseURL: https://www.evernote.com
  tags:
  - Notes
  - Productivity
  - Sync
  properties:
  - type: Authentication
    url: authentication/evernote-authentication.yml
  - type: Sandbox
    url: sandbox/evernote-sandbox.yml
  - type: ErrorCatalog
    url: errors/evernote-error-codes.yml
  - type: Webhooks
    url: asyncapi/evernote-webhooks.yml
  - type: DataModel
    url: data-model/evernote-data-model.yml
  - type: Conventions
    url: conventions/evernote-conventions.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://evernote.com
- type: DeveloperPortal
  url: https://dev.evernote.com
- type: Documentation
  url: https://dev.evernote.com/doc/
- type: APIReference
  url: https://dev.evernote.com/doc/reference/
- type: GettingStarted
  url: https://dev.evernote.com/doc/start/python.php
- type: SignUp
  url: https://dev.evernote.com/get-started/
- type: Support
  url: https://help.evernote.com/hc/en-us
- type: Blog
  url: https://evernote.com/blog
- type: GitHubOrganization
  url: https://github.com/evernote
- type: Pricing
  url: https://evernote.com/compare-plans
- type: TermsOfService
  url: https://evernote.com/legal/terms-of-service
- type: PrivacyPolicy
  url: https://evernote.com/privacy/policy
- type: StatusPage
  url: https://status.evernote.com/
- type: RateLimits
  url: https://dev.evernote.com/doc/articles/rate_limits.php
- type: Packages
  url: packages/evernote-packages.yml
- type: SDKs
  url: packages/evernote-packages.yml
- type: MCPServer
  url: mcp/evernote-mcp.yml
- type: Authentication
  url: authentication/evernote-authentication.yml
- type: Lifecycle
  url: lifecycle/evernote-lifecycle.yml
- type: Deprecation
  url: lifecycle/evernote-lifecycle.yml
- type: Conventions
  url: conventions/evernote-conventions.yml
- type: Conformance
  url: conformance/evernote-conformance.yml
- type: Compliance
  url: https://evernote.com/security
- type: TrustCenter
  url: security/evernote-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/evernote-vulnerability-disclosure.yml
- type: Security
  url: security/evernote-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/evernote-domain-security.yml
- type: WellKnown
  url: well-known/evernote-well-known.yml
- type: LLMsTxt
  url: llms/evernote-llms.txt
- type: Webhooks
  url: asyncapi/evernote-webhooks.yml
- type: Sandbox
  url: sandbox/evernote-sandbox.yml
- type: ErrorCatalog
  url: errors/evernote-error-codes.yml
- type: DataModel
  url: data-model/evernote-data-model.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence