easy2257-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@easy2257-mcpwhat compliance gaps are open on my productions?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
easy2257-mcp: the Easy2257 MCP connector
This repository is the public listing for the Easy2257 Model Context Protocol server. The server itself is hosted by Easy2257 and reached over the network, so there is nothing here to install and no engine source: this repo holds the registry metadata, the privacy statement, and the setup notes.
Endpoint: https://easy2257.com/api/mcp (Streamable HTTP)
Setup and screenshots: https://easy2257.com/ai-assistant
Easy2257 keeps 18 U.S.C. 2257 records for adult content producers: who was in a scene, that their identity was verified, which paperwork is signed, and a certificate proving the record existed at a point in time. This connector lets the AI assistant you already use read that compliance state and answer in plain language.
MCP is an open, vendor-neutral standard, so one connection serves any MCP client: Claude Code, Claude on the web and desktop, ChatGPT, Cursor, VS Code with Copilot, Windsurf, Gemini CLI, Codex CLI, and others.
Read-only, and narrow on purpose
The connection reports state. It cannot create a scene, change a record, sign anything, attest to anything, or spend money. Paid actions and attestations happen at easy2257.com, by a person, on purpose.
What comes back is compliance state: ids, public codes (SCENE-, PROJ-,
LOG-), statuses, counts, dates, and content hashes. It never returns
performer names, dates of birth, ID numbers, images, file paths, addresses, or
the contents of anyone's documents. That is a deliberate boundary, not a gap,
and it is what makes this surface safe to point a shared assistant at: there is
no identity data in it to leak.
Three guarantees, restated plainly:
It only reads. No tool creates, changes, signs, or deletes a record.
No identity data crosses the wire. Statuses, codes, counts, dates, and integrity hashes only.
No money moves. No tool touches checkout, scene activation, or any paid action.
Related MCP server: KVMFleet MCP Server
Connecting
Two ways in. Both land on the same read-only view of your own records, and the tools cannot tell them apart.
Sign in (no key to copy)
For ChatGPT, Claude on the web and desktop, and any assistant with a connectors
or integrations screen: add a custom connector pointing at
https://easy2257.com/api/mcp. The assistant sends you to Easy2257, you sign
in, and you approve read-only access. The assistant never sees a password or a
key. OAuth 2.1 with PKCE; the single scope is mcp:read.
Paste a key
For Claude Code, Cursor, VS Code with Copilot, Windsurf, Gemini CLI, Codex CLI,
and anything else that lets you set a connection header. Create a key under
Account, then MCP Keys at
https://easy2257.com/profile/account/api-keys. Keys start with ez_mcp_,
are shown once, and are stored only as a hash. You can hold ten at a time and
revoke any of them at any moment.
Command-line assistants usually take one line:
--header "Authorization: Bearer YOUR_KEY"Editors and other assistants usually take a config block:
{
"mcpServers": {
"easy2257": {
"type": "http",
"url": "https://easy2257.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_KEY"
}
}
}
}Every connected assistant, key or sign-in, is listed on the same settings screen with a one-click disconnect. Revoking ends access immediately.
Included with every Easy2257 plan.
The sixteen tools
Productions and scenes
Tool | What it answers |
| Your productions with their documentation status and certificate state. |
| One production, scene by scene. |
| Exactly what is outstanding on a scene: pending invites, unverified identities, unsigned forms, missing releases. |
| Everything outstanding across the account, so an assistant can answer "what still needs work?" in one call. |
| Paperwork coming up for renewal, with dates. |
Certificates and archives
Tool | What it answers |
| A production's compliance certificates and where each one stands. |
| Whether a certificate someone handed you is current, superseded, or revoked. |
| The sealed archive's hashes for a finalized production. |
Your account
Tool | What it answers |
| Plan, allowance, and published custodian statement. |
| The document requirements a complete record has to meet. |
| Removal and takedown requests linked to your own records, by status and legal basis. Nothing about who filed one. |
| Account notifications. |
| Webhook delivery outcomes. |
Solo creators and public codes
Tool | What it answers |
| A solo creator's own content logs. |
| One content log. |
| The evidence state behind a public record code, which is how a platform confirms what a creator sent it. |
Lookups of codes that are not yours are rate limited per key, and an exhausted key learns nothing, not even whether a code exists.
Example questions are in docs/example-prompts.md.
Privacy
PRIVACY.md covers what this connector transmits and what it
never transmits. The hosted policy is at https://easy2257.com/privacy.
Publishing
server.json is the entry in the official MCP
registry under
io.github.Agaveis/easy2257-mcp. It is republished by the
publish-registry workflow, which
authenticates with GitHub Actions OIDC, so there is no interactive login and no
stored credential.
Support
Questions and problems: https://easy2257.com/contact.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to interact with Mender IoT platform for device management, deployment monitoring, and fleet analysis through natural language commands. Provides read-only access to device status, deployment logs, releases, and system monitoring capabilities.2MIT

KVMFleet MCP Serverofficial
AlicenseAqualityCmaintenanceRead-only MCP server that allows AI assistants to query and monitor KVM Fleet devices, audit logs, and console sessions through the official REST API.5141MIT- AlicenseNot gradedqualityFmaintenanceProvides AI assistants with read-only access to Secureframe's compliance data, enabling querying of security controls, tests, users, vendors, and more across frameworks like SOC 2 and ISO 27001.8MIT
- AlicenseNot gradedqualityDmaintenanceEnables querying US compliance regulations including HIPAA, CCPA, SOX, and more directly from AI assistants and MCP-compatible clients.154Apache 2.0
Related MCP Connectors
Read-only MVR preflight for trust, permission, evidence gaps, and African market-entry readiness.
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Read-only access to Auralogs production logs: search logs, inspect errors, review AI analyses.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Agaveis/easy2257-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server