Content Tools
mywritingtwin.com
Provides tools to analyze writing style, create writing profiles, and manage writing samples for MyWritingTwin.
ENDPOINT 1
https://www.mywritingtwin.com/api/mcp
MCP server metadata
- Name
- MyWritingTwin
- Version
- 1.1.0
Known tools 11
mwt_import_samplesAdd the user's writing samples to their MyWritingTwin account (the collection a Writing Profile is built from).
Inferred read-onlymwt_check_generation_statusCheck the generation status of a writing profile: generating (in progress), completed (ready), or failed.
Inferred read-onlymwt_delete_profileDESTRUCTIVE: permanently delete a writing profile by ID — this cannot be undone.
Potential side effectsmwt_create_checkoutCreate a Stripe checkout link so the user can purchase a plan (starter or pro).
Potential side effectsmwt_claim_credentialsRedeem 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 effectsmwt_start_freeStart a FREE MyWritingTwin account for an anonymous user — NO payment, no API key needed to call this.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.