AI Assistant

Ask your assistant what is missing.

Connect the AI assistant you already use to your Easy2257 records. It reads your compliance state and answers in plain language: what is outstanding, what expires next, whether a scene is ready to close. Included with every plan.

  • Works with
  • Claude
  • ChatGPT
  • Gemini
  • Copilot
  • Cursor
  • and any assistant that speaks MCP

Things producers ask it

Your compliance state, in the middle of whatever you were already doing. No dashboard hunting, no exports.

Which of my scenes still need something before I can close them?

Is production PROD-2026-014 ready to finalize?

What paperwork expires in the next 30 days?

Show me every scene in my imported back catalog and its provenance.

A platform sent me this certificate. Is it still valid?

How many performers on scene 4 have a verified ID on file?

Safe to point at your records

The connection is built so that the worst case is a wrong answer, never a wrong action.

It only reads

Nothing your assistant does can create, change, sign, or delete a record. Attestations stay where they belong: made by you, on this site, on purpose.

No performer identity

It carries compliance statuses, record codes, counts, dates, and integrity hashes. Never names, dates of birth, ID numbers, images, or documents.

It cannot spend money

No tool touches checkout, scene activation, or any paid action. Every key is yours alone, sees only your account, and dies the moment you revoke it.

Two minutes to connect

Easy2257 speaks the Model Context Protocol (MCP), the open standard AI assistants use to reach outside tools. There are two ways in, and both end at the same read-only view of your records: paste a key, or sign in.

Command-line and editor assistants

Connect with a key

For Claude Code, Cursor, VS Code with Copilot, Windsurf, Gemini CLI, Codex CLI, and any other assistant that lets you set a connection header.

1. Create a key

Go to Account, then MCP Keys, name it after the assistant you are connecting, and copy the key. It is shown once and stored only as a hash, so keep it somewhere safe. You can hold up to ten keys and revoke or rotate any of them at any time.

2. Point your assistant here

The connection address is:

https://easy2257.com/api/mcp

Command-line assistants usually take one line:

claude mcp add --transport http easy2257 https://easy2257.com/api/mcp \
  --header "Authorization: Bearer YOUR_KEY"

Editors and other assistants usually take a small config block:

{
  "mcpServers": {
    "easy2257": {
      "type": "http",
      "url": "https://easy2257.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_KEY"
      }
    }
  }
}

Reload the assistant and it picks up the connection. Revoke the key at any time and access ends immediately.

Chat assistants

Connect by sign-in

For ChatGPT, Claude on the web and desktop, and any other assistant with a connectors or integrations screen. There is no key to copy.

  1. 1. Add a connector. In the assistant's connector or integration settings, add a custom connector and give it the address above.
  2. 2. Sign in and approve. The assistant sends you to Easy2257, you sign in to your account, and you approve read-only access. The assistant never sees a password or a key.
  3. 3. Disconnect whenever you like. Every connected assistant is listed under Account, then MCP Keys, with a one-click disconnect.

Then ask it something

Try "what compliance gaps do I have right now?" A connected assistant will pull your scenes and tell you what is outstanding on each one.

What it can look at

Sixteen read-only tools. Your assistant picks the right one; this is what it has to work with.

Productions and scenes

List productions with their documentation status and certificate state, open one up scene by scene, and see exactly what is outstanding on each: pending invites, unverified identities, unsigned forms and documents, missing releases.

  • list_productions
  • get_production
  • get_scene_compliance
  • list_compliance_gaps
  • list_expiring_documents

Certificates and archives

Check a production's compliance certificates and where each one stands, confirm a certificate someone handed you, and read the sealed archive's hashes for a finalized production.

  • get_certificate
  • verify_certificate
  • get_archive_status

Your account

Plan, allowance, published custodian statement, removal requests linked to your records, notifications, webhook deliveries, and the document requirements a complete record has to meet.

  • get_removal_requests_summary
  • get_account_status
  • list_notifications
  • list_webhook_deliveries
  • get_compliance_requirements

Solo creators and public codes

Solo creators can list and open their own content logs. Anyone with a key can check a public record code and get its evidence state, which is how a platform confirms what a creator sent them.

  • list_content_logs
  • get_content_log
  • verify_record

Included with your plan

Every Easy2257 plan can connect an assistant. Create a key, or add Easy2257 as a connector and sign in, then try a question.

Create a key