Creation Genius – AI Content Writer, SEO Blog Generator & Auto Post
Creation Genius is a native WordPress content engine designed to streamline your editorial workflow. Unlike generic AI wrappers, it integrates directly with your site’s data to research, write, format, and optimize content that aligns with your brand identity. It handles the entire content lifecycle—from discovering topics to analyzing post performance—without requiring you to leave the WordPress dashboard. 🌟 Why Use Creation Genius? Most AI tools force you to copy-paste raw text and manually fix formatting. Creation Genius automates operational tasks so you can focus on strategy. Context-Aware Generation: The engine reads your “About Us”, “Content Guidelines”, and existing posts to mimic your specific tone and style. Fact-Verification: Includes a dedicated pipeline to cross-check facts, ensuring your content is accurate and trustworthy. Native Integration: Automatically assigns WordPress Categories, Tags, and Featured Images (where supported) based on your site structure. 🔥 Key Features 1. 🧠 Smart Topic Research & Recommendations Stop guessing what to write. The Topic Hunter analyzes your niche and existing content gaps to suggest high-potential topics likely to perform well in search results. 2. 📊 Built-in Content Analytics Track the ROI of your content. The Analytics Dashboard provides granular data on: * Traffic growth and user engagement. * Performance comparison between AI-generated vs. Human-written posts. * Template usage statistics to see which content types drive the most results. 3. 📝 Custom Content Templates Go beyond simple articles. Create and save your own Custom Templates to standardize your content output. * Pre-built Modes: Product Reviews, How-to Guides, Listicles, and News Analysis. * Custom Prompts: Define specific structures (e.g., “Intro -> Pros/Cons -> Verdict”) for consistent output. 4. ✍️ Pre-Publish Editorial Control Maintain high quality standards with a full review workflow. * Live Preview: Review the complete post (Title, Content, SEO Meta) before it goes live. * Interactive Editing: Modify sections, tweak the tone, or regenerate specific paragraphs instantly. * Draft Mode: Push content to “Draft” status for team review or schedule it for later. 5. 🔍 Automated SEO Suite Every post is optimized for search engines by default. * Meta Descriptions: Automatically generates click-worthy meta descriptions. * Internal Linking: (Beta) Suggests relevant internal links to boost site authority. * Semantic Structure: Uses proper H1-H6 hierarchy for better readability and crawling. 6. 🌍 Multi-Language & Global Support Configure your Target Audience and Language settings to reach global markets. The AI adapts cultural nuances based on your selected region. 7. 🔒 Secure & Private No API Keys Required: Connect securely with one click. Data Privacy: Your content is never used to train public AI models. Role-Based Access: Restrict AI generation features to specific user roles (e.g., Editors/Admins only). 🚀 Usage Guide Connect: Go to Creation Genius > Settings and link your site. Configure: Set your “Brand Voice” and “Target Audience” in the global settings. Generate: Click “New Post Using AI”. Choose a Topic (or use a Recommendation). Select a Template (Article, Review, etc.). Click Generate. Review: Check the preview, make edits, and hit Publish. External Services This plugin relies on the Creation Genius API (https://creationgenius.com/) to provide AI content generation features. Service: Creation Genius API Feature: Generates content structure, text, and metadata based on user prompts. Data Sent: Post titles, keywords, content settings, and site metadata (URL, name) for context. Terms of Service: https://creationgenius.com/terms Privacy Policy: https://creationgenius.com/privacy Is it really free? Yes! During our public beta, Creation Genius is completely free to use. You can generate high-quality content without any cost, and no personal API keys (OpenAI/Anthropic) are required. Is this compatible with page builders? Yes. Creation Genius generates standard WordPress posts. You can edit the result using Gutenberg, Elementor, Divi, or Classic Editor. Can I customize the writing style? Yes. In the Settings tab, you can define your Brand Voice, Tone (Professional, Witty, Casual), and specific Content Guidelines. Does it support bulk generation? Currently, we focus on high-quality single-post generation with review. Bulk generation features are on our roadmap.
Top keywords
- content19×2.97%
- creation8×1.25%
- creation genius8×1.25%
- genius8×1.25%
- ai7×1.10%
- generation6×0.94%
- review6×0.94%
- post5×0.78%
- settings5×0.78%
- site5×0.78%
- specific5×0.78%
- api4×0.63%
WPRaiz Content API Tool
WPRaiz Content API Tool turns your WordPress site into a powerful content API. Create posts, manage categories, generate AI content, and connect AI agents — all via REST API or Model Context Protocol (MCP). What You Can Do Create & Update Posts — Full control over title, content, status, categories, tags, excerpt, featured images, and custom meta fields via REST API. Bulk Creation — Create up to 50 posts in a single request (Pro). AI Content Generation — Generate full articles from a topic using Claude or OpenAI with your own API keys (Pro). AI Rewrite — Improve SEO, fix grammar, change tone, expand, or summarize existing posts (Pro). Auto-SEO — Automatically generate SEO titles and meta descriptions when not provided. Supports SEOPress, Yoast SEO, and Rank Math. MCP Server — Connect AI agents (Claude Desktop, Cursor, Windsurf) directly to your site via Model Context Protocol. Similar Post Search — Find duplicate or related content using intelligent Levenshtein-based scoring. Webhooks — Get notified when posts are created or bulk operations complete, with HMAC signature verification. JWT Authentication — Secure token-based auth with configurable rate limiting. Free vs Pro Free (this plugin): Create and update single posts via REST API Search similar posts List and manage categories JWT and Basic Auth (Application Passwords) SEO plugin auto-detection and meta writing Featured image upload from URL Rate limiting Legacy v1 endpoint compatibility Pro ($49/year at wpraiz.com.br/pro): Everything in Free, plus: Bulk post creation (up to 50 per batch) AI content generation (BYOK — Claude or OpenAI) AI post rewriting (5 modes) Auto-SEO via AI MCP Server (HTTP + STDIO transports) Webhook notifications with HMAC signing Priority support MCP Server The Model Context Protocol server lets AI agents interact with your WordPress site natively. Available via HTTP (REST API) or STDIO (WP-CLI). Tools: create_post, update_post, search_similar, get_categories, generate_content, rewrite_post, bulk_create Resources: site-info, recent-posts, categories, content-stats, seo-config Prompts: publish_seo_article, content_series, seo_audit, refresh_old_content, internal_linking Add to your claude_desktop_config.json: { "mcpServers": { "wpraiz": { "command": "wp", "args": ["wpraiz-mcp", "serve", "--path=/path/to/wordpress", "--user=1"] } } } REST API Endpoints Base URL: https://yoursite.com/wp-json/wpraiz/v2/ Endpoint Method Auth Tier create-post POST JWT/Basic Free update-post POST JWT/Basic Free create-posts POST JWT/Basic Pro generate-content POST JWT/Basic Pro rewrite-post POST JWT/Basic Pro search-similar GET Public Free categories GET Public Free check-status GET Public Free auth/token POST Credentials Free Authentication JWT Token: 1. POST to auth/token with username and password 2. Use the returned token as Authorization: Bearer Basic Auth: Use WordPress Application Passwords with standard HTTP Basic authentication. Requirements WordPress 5.8+ PHP 7.4+ For AI features: Claude API key or OpenAI API key For MCP STDIO: WP-CLI installed Support Visit wpraiz.com.br or open an issue on GitHub.