evernote website screenshot

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.

56.1/100 strong ▬ flat Agent 52/100 agent ready Full breakdown ↓
scored 2026-08-10 · rubric v0.9.1
1 APIs 1 MCP Servers
CompanyNote TakingProductivityKnowledge ManagementNotesContentSaaSSync

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-10 · rubric v0.9.1
Composite quality — 56.1/100 · strong
Contract Quality 12.9 / 25
Developer Ergonomics 14.8 / 20
Commercial Clarity 12.1 / 20
Operational Transparency 6.2 / 13
Governance 1.5 / 12
Discoverability 8.7 / 10
Agent readiness — 52/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
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
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
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 1

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

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 1

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

evernote-mcp.yml

MCP SERVER

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 4

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

Evernote Authentication

oauth1/developer-token · 2 schemes

SECURITY

Evernote Domain Security

TLSv1.3 · DMARC

SECURITY

Evernote Vulnerability Disclosure

Hackerone · contact published

SECURITY

Evernote Trust Center

ISO 27001, Google CASA Tier 2 (OWASP ASVS)

SECURITY

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
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
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