# Neuronwriter — MCP server on mcp.ai > Connect your Neuronwriter account and use 1 tools for marketing automation straight from your AI agent. Connect with your own API key. NeuronWriter is a content optimization tool that leverages semantic SEO and AI to enhance content creation and improve search engine rankings. By: mcp.ai · official Page: https://mcp.ai/neuronwriter ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_neuronwriter?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/neuronwriter/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/neuronwriter/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/neuronwriter/skill.md Postman collection (v2.1): https://mcp.ai/neuronwriter/postman.json ## Tools - neuronwriter_import_content(id?: string, url?: string, html?: string, query: string, title?: string, accept?: string, api_key?: string, description?: string, content_type?: string, extra_headers?: object, container_class?: string) — Tool to import content into the editor. Use when updating editor content via HTML or URL. ## Example prompts - "What can I do in Neuronwriter?" - "Show me a summary of my Neuronwriter account" ## Links Docs: https://mcp.ai/docs/mcps/neuronwriter Website: https://mcp.ai/mcps/neuronwriter