Skip to content
it’s easy to be

For developers

The path-to-role data layer for apps and AI agents.

It's Easy To Be exposes structured, sourced, signed occupation data and a deterministic “what does it take to become X — for this person” engine. Build career features without scraping, guessing, or maintaining the data yourself.

Features

Sourced & signed

Every figure cites a primary source and is verifiable via an Ed25519 signature — data you can stand behind, not scraped guesses.

Deterministic planner

Send a profile, get a structured gap analysis (met / missing / remaining time). Rule-based — it never hallucinates a requirement.

Agent-native

A full MCP server (search, get, verify, plan) so assistants can call itseasytobe mid-conversation, plus llms.txt and clean JSON.

Multi-country

UK, US, and Germany editions today, each from that country's official data — one schema, many markets.

Try it now — these are live

The public read endpoints work today, no key required.

Structured facts for a role

curl https://itseasytobe.vercel.app/api/roles/nurse           # UK edition
curl "https://itseasytobe.vercel.app/api/roles/nurse?country=de"   # Germany edition

Personalised gap analysis (the planner)

curl -X POST https://itseasytobe.vercel.app/api/path \
  -H "content-type: application/json" \
  -d '{"role":"nurse","country":"gb",
       "profile":{"education_level":"bachelor","field_of_study":"biology"}}'

Verify any figure (signed)

curl "https://itseasytobe.vercel.app/api/verify/nurse?include=content"
# → SHA-256 of canonical content + Ed25519 signature; keys at /.well-known/jwks.json

MCP server (for AI agents)

https://itseasytobe.vercel.app/api/mcp
# tools: search_roles · get_role · verify_role · plan_path
# discovery: https://itseasytobe.vercel.app/.well-known/mcp/server-card

Access tiers

Public

Free

  • Read endpoints
  • MCP server
  • Attribution required
  • Fair-use rate limits

Pro

From £/mo

  • Higher limits + API keys
  • Full path-data + planner
  • Webhooks on content changes
  • Commercial use

Enterprise

Let's talk

  • Bulk + private editions
  • SLA & support
  • Custom roles / countries
  • On-prem signature verification

Pricing is usage- and seat-based; tell us your use case and we’ll size it. developers@itseasytobe.com

Run training programmes instead? See verified placement for training providers →