mentionwell-mcp-account
v0.1.1
Published
Mentionwell account MCP server — manage your sites, posts, and connect flow from your AI assistant.
Downloads
24
Readme
mentionwell-mcp-account
MCP server for managing your Mentionwell account from any AI assistant — Claude, Cursor, ChatGPT, Codex.
Quick install
{
"mcpServers": {
"mentionwell": {
"command": "npx",
"args": ["-y", "mentionwell-mcp-account"],
"env": { "MENTIONWELL_TOKEN": "mw_pat_..." }
}
}
}Get a token at app.mentionwell.com/settings/tokens with sites:read and sites:write scopes.
Tools
| Tool | What it does |
|---|---|
| list_sites | All sites on the account |
| get_site_status | Connection state, post count, last activity |
| get_brand_context | Audience / voice / CTA profile |
| update_brand_context | Patch fields on the brand profile |
| probe_site | Read-only stack/blog/webhook detection for any URL |
| start_connect | Begin a Connect flow (probe + first question) |
| advance_connect | Answer a Connect question |
| get_connect | Current state of a Connect session |
| verify_webhook | Signed test ping to a destination URL |
| import_posts | Pull existing posts from RSS / wp-json / Ghost as drafts |
Why this exists
Connecting a SaaS to your site usually means: open dashboard, copy keys, paste into env, edit code, deploy, debug. With this MCP your AI assistant does all of that for you in chat — and with mentionwell-cli installed, it can also write the route handler in your repo.
