Skip to content

Releases: Suparank/Suparank-WordPress-Plugin

v1.0.0 - Initial Release

Choose a tag to compare

@egebese egebese released this 08 Jan 13:25

Suparank Connector for WordPress v1.0.0

Connect your WordPress site to Suparank for AI-powered content publishing.

Features

  • Secure API Authentication - Token-based authentication with WordPress-generated secret keys
  • Direct Publishing - Publish AI-generated content directly from Claude, Cursor, or ChatGPT
  • Category & Tag Support - Automatic category and tag assignment
  • Featured Images - Upload and set featured images from URLs
  • Author Selection - Choose which WordPress user to attribute posts to
  • Draft or Publish - Control publication status

Installation

  1. Download suparank-connector.php below
  2. Upload to /wp-content/plugins/suparank-connector/
  3. Activate through WordPress admin
  4. Go to Settings > Suparank Connector
  5. Copy secret key and add to Suparank MCP: npx suparank credentials

Requirements

  • WordPress 5.0+
  • PHP 7.4+
  • Suparank account with MCP configured

API Endpoints

Endpoint Method Description
/wp-json/suparank/v1/publish POST Create/publish a post
/wp-json/suparank/v1/categories GET List available categories
/wp-json/suparank/v1/tags GET List available tags
/wp-json/suparank/v1/authors GET List available authors
/wp-json/suparank/v1/ping GET Test connection

📦 Full Changelog: https://github.com/Suparank/Suparank-WordPress-Plugin/blob/main/CHANGELOG.md