Charthop

ChartHop is an AI-powered people-analytics and workforce-planning platform that unifies HR, finance, and business data in a single system so HR and finance teams can run headcount planning, compensation cycles, performance and goals, engagement, and org reporting without spreadsheets. ChartHop exposes an extensible REST API (738 operations, Swagger 2.0) that reads and updates the entire org graph — people, jobs, groups, compensation, goals, forms, time off, approvals, and more — plus a webhook/event system and a first-party MCP server (JSON-RPC 2.0 over Streamable HTTP, OAuth 2.1 + PKCE) for AI agents. Added to the API Evangelist network as an a16z / Cowboy Ventures portfolio company and enriched from its live developer surface.

Charthop publishes 1 API on the APIs.io network: REST API. Tagged areas include Company, HR, People Analytics, HRIS, and Workforce Planning.

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

Charthop’s developer surface includes documentation, API reference, getting-started guide, authentication, changelog, support, engineering blog, and 25 more developer resources.

49.3/100 developing Agent 78/100 agent native Full breakdown ↓
scored 2026-07-20 · rubric v0.4
1 APIs 1 MCP Servers 0 Features
CompanyHRPeople AnalyticsHRISWorkforce PlanningCompensationHuman ResourcesOrg ChartMCP

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-20 · rubric v0.4
Composite quality — 49.3/100 · developing
Contract Quality 9.4 / 25
Developer Ergonomics 13.5 / 20
Commercial Clarity 10.0 / 20
Operational Transparency 7.2 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 78/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 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 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 3 / 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/charthop: 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

ChartHop REST API

REST API for ChartHop — 738 operations across people, jobs, groups, compensation, goals, forms, time off, approvals, events, and the built-in MCP server.

MCP Servers

charthop-mcp.yml

MCP SERVER

Event Specifications

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 5

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 7

Authentication, authorization, and security posture

Scroll for all 7

Operate 3

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: charthop
name: Charthop
description: ChartHop is an AI-powered people-analytics and workforce-planning platform that unifies HR, finance, and business
  data in a single system so HR and finance teams can run headcount planning, compensation cycles, performance and goals,
  engagement, and org reporting without spreadsheets. ChartHop exposes an extensible REST API (738 operations, Swagger 2.0)
  that reads and updates the entire org graph — people, jobs, groups, compensation, goals, forms, time off, approvals, and
  more — plus a webhook/event system and a first-party MCP server (JSON-RPC 2.0 over Streamable HTTP, OAuth 2.1 + PKCE) for
  AI agents. Added to the API Evangelist network as an a16z / Cowboy Ventures portfolio company and enriched from its live
  developer surface.
url: https://raw.githubusercontent.com/api-evangelist/charthop/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- a16z
- cowboy-ventures
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-18'
image: https://cdn.prod.website-files.com/660705f9180be6a0b53d847b/667b5ad31adfa64d1e3b27e3_ChartHop-favicon-violet-01%20(1).png
tags:
- Company
- HR
- People Analytics
- HRIS
- Workforce Planning
- Compensation
- Human Resources
- Org Chart
- MCP
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- name: ChartHop REST API
  description: REST API for ChartHop — 738 operations across people, jobs, groups, compensation, goals, forms, time off, approvals,
    events, and the built-in MCP server.
  humanURL: https://docs.charthop.com/charthop-for-developers
  baseURL: https://api.charthop.com
  properties:
  - type: OpenAPI
    url: openapi/charthop-openapi-original.json
  - type: Swagger
    url: https://api.charthop.com/swagger
  - type: Documentation
    url: https://docs.charthop.com/developer-basics
common:
- type: DeveloperPortal
  url: https://docs.charthop.com/charthop-for-developers
- type: Documentation
  url: https://docs.charthop.com/developer-basics
- type: APIReference
  url: https://api.charthop.com/swagger
- type: GettingStarted
  url: https://docs.charthop.com/developer-basics
- type: Authentication
  url: authentication/charthop-authentication.yml
- type: MCPServer
  url: mcp/charthop-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Webhooks
  url: asyncapi/charthop-events-webhooks.yml
- type: Conventions
  url: conventions/charthop-conventions.yml
- type: ErrorCatalog
  url: errors/charthop-problem-types.yml
- type: DataModel
  url: data-model/charthop-data-model.yml
- type: Conformance
  url: conformance/charthop-conformance.yml
- type: Lifecycle
  url: lifecycle/charthop-lifecycle.yml
- type: StatusPage
  url: https://status.charthop.com
- type: ChangeLog
  url: changelog/charthop-changelog.yml
- type: Overlay
  url: overlays/charthop-openapi-overlay.yaml
- type: LLMsTxt
  url: llms/charthop-llms.txt
- type: WellKnown
  url: well-known/charthop-well-known.yml
- type: SecurityTxt
  url: well-known/charthop-security.txt
- type: AgenticAccess
  url: agentic-access/charthop-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/charthop-vulnerability-disclosure.yml
- type: Security
  url: https://api.charthop.com/.well-known/security.txt
- type: TrustCenter
  url: security/charthop-trust-center.yml
- type: Compliance
  url: https://security.charthop.com/
- type: DomainSecurity
  url: security/charthop-domain-security.yml
- type: GitHubOrganization
  url: https://github.com/charthop
- type: Support
  url: https://docs.charthop.com/
- type: Blog
  url: https://www.charthop.com/content-type/blog
- type: Pricing
  url: https://www.charthop.com/pricing
- type: SignUp
  url: https://app.charthop.com/
- type: PrivacyPolicy
  url: https://www.charthop.com/privacy-policy
- type: Website
  url: https://www.charthop.com
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence