Releases: Suparank/Suparank-WordPress-Plugin
Releases · Suparank/Suparank-WordPress-Plugin
Release list
v1.0.0 - Initial Release
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
- Download
suparank-connector.phpbelow - Upload to
/wp-content/plugins/suparank-connector/ - Activate through WordPress admin
- Go to Settings > Suparank Connector
- 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