← Registry

Content Tools

mywritingtwin.com

Provides tools to analyze writing style, create writing profiles, and manage writing samples for MyWritingTwin.

1 endpoint11 known toolsFirst detected August 25, 2026Last detected August 25, 2026

ENDPOINT 1

https://www.mywritingtwin.com/api/mcp

No auth detected

MCP server metadata

Name
MyWritingTwin
Version
1.1.0
Capabilities
tools.listChanged

Known tools 11

mwt_analyze

Free style analysis preview.

Inferred read-only
mwt_list_profiles

List all writing profiles for the authenticated user.

Inferred read-only
mwt_get_profile

Retrieve a writing profile by ID.

Inferred read-only
mwt_create_profile

Create a full Writing DNA profile from the user's writing.

Potential side effects
mwt_import_samples

Add the user's writing samples to their MyWritingTwin account (the collection a Writing Profile is built from).

Inferred read-only
mwt_check_generation_status

Check the generation status of a writing profile: generating (in progress), completed (ready), or failed.

Inferred read-only
mwt_delete_profile

DESTRUCTIVE: permanently delete a writing profile by ID — this cannot be undone.

Potential side effects
mwt_create_checkout

Create a Stripe checkout link so the user can purchase a plan (starter or pro).

Potential side effects
mwt_claim_credentials

Redeem the claim_token returned by mwt_create_checkout (guest checkout) to receive the buyer's API key directly in this conversation — no email step.

Potential side effects
mwt_start_free

Start a FREE MyWritingTwin account for an anonymous user — NO payment, no API key needed to call this.

Potential side effects
mwt_get_account

Get account info, paid status, and usage (profiles created vs.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mywritingtwin]
url = "https://www.mywritingtwin.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mywritingtwin": {
      "type": "http",
      "url": "https://www.mywritingtwin.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mywritingtwin
Remote MCP URL: https://www.mywritingtwin.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mywritingtwin": {
      "url": "https://www.mywritingtwin.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mywritingtwin": {
      "type": "http",
      "url": "https://www.mywritingtwin.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mywritingtwin",
  "transport": "streamable-http",
  "url": "https://www.mywritingtwin.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.