Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Manage WordPress sites through WP Pinch MCP tools. Part of WP Pinch (wp-pinch.com). --- name: pinch-to-post version: 5.5.1 description: Manage WordPress sites through WP Pinch MCP tools. Part of WP Pinch (wp-pinch.com). author: RegionallyFamous project: https://github.com/RegionallyFamous/wp-pinch homepage: https://wp-pinch.com user-invocable: true security: All operations go through MCP tools. Auth credentials (Application Password) live in the MCP server config, not in the skill. The skill only ne Published capability contract available. No trust telemetry is available yet. 36 GitHub stars reported by the source. Last updated 2/24/2026.
Freshness
Last checked 2/24/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
pinch-to-post is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.
Evidence Sources Checked
editorial-content, capability-contract, runtime-metrics, public facts pack
Manage WordPress sites through WP Pinch MCP tools. Part of WP Pinch (wp-pinch.com). --- name: pinch-to-post version: 5.5.1 description: Manage WordPress sites through WP Pinch MCP tools. Part of WP Pinch (wp-pinch.com). author: RegionallyFamous project: https://github.com/RegionallyFamous/wp-pinch homepage: https://wp-pinch.com user-invocable: true security: All operations go through MCP tools. Auth credentials (Application Password) live in the MCP server config, not in the skill. The skill only ne
Public facts
6
Change events
0
Artifacts
0
Freshness
Feb 24, 2026
Published capability contract available. No trust telemetry is available yet. 36 GitHub stars reported by the source. Last updated 2/24/2026.
Trust score
Unknown
Compatibility
MCP, OpenClaw
Freshness
Feb 24, 2026
Vendor
Wp Pinch
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Published capability contract available. No trust telemetry is available yet. 36 GitHub stars reported by the source. Last updated 2/24/2026.
Setup snapshot
git clone https://github.com/RegionallyFamous/wp-pinch.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Wp Pinch
Protocol compatibility
MCP, OpenClaw
Auth modes
mcp, api_key
Machine-readable schemas
OpenAPI or schema references published
Adoption signal
36 GitHub stars
Handshake status
UNKNOWN
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
0
Snippets
0
Languages
typescript
Parameters
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Manage WordPress sites through WP Pinch MCP tools. Part of WP Pinch (wp-pinch.com). --- name: pinch-to-post version: 5.5.1 description: Manage WordPress sites through WP Pinch MCP tools. Part of WP Pinch (wp-pinch.com). author: RegionallyFamous project: https://github.com/RegionallyFamous/wp-pinch homepage: https://wp-pinch.com user-invocable: true security: All operations go through MCP tools. Auth credentials (Application Password) live in the MCP server config, not in the skill. The skill only ne
name: pinch-to-post version: 5.5.1 description: Manage WordPress sites through WP Pinch MCP tools. Part of WP Pinch (wp-pinch.com). author: RegionallyFamous project: https://github.com/RegionallyFamous/wp-pinch homepage: https://wp-pinch.com user-invocable: true security: All operations go through MCP tools. Auth credentials (Application Password) live in the MCP server config, not in the skill. The skill only needs WP_SITE_URL (not a secret). Server-side capability checks and audit logging on every request. tags:
5.2.0
5.1.0
5.0.0
WP Pinch turns your WordPress site into 88+ MCP tools you can use from OpenClaw. Publish posts, repurpose content with Molt, capture ideas with PinchDrop, manage WooCommerce orders, and run governance scans -- all from chat.
ClawHub ยท GitHub ยท Install in 60 seconds
WP_SITE_URL in your OpenClaw environment (e.g. https://mysite.com). This is the only env var the skill needs โ it tells the agent which site to manage.{WP_SITE_URL}/wp-json/wp-pinch/mcp and a WordPress Application Password. These credentials live in your MCP server config (not in the skill) โ the server handles authentication on every request.The plugin handles permissions and audit logging on every request.
Full setup guide: Configuration
Molt โ One post becomes 10 formats: social, email snippet, FAQ, thread, summary, meta description, pull quote, key takeaways, CTA variants. One click, ten pieces of content.
Ghost Writer โ Analyzes your writing voice, finds abandoned drafts, and completes them in your style. Your drafts don't have to die.
PinchDrop โ Capture rough ideas from anywhere (chat, Web Clipper, bookmarklet) and turn them into structured draft packs. Quick Drop mode for minimal capture with no AI expansion.
Governance โ Nine autonomous tasks that run daily: content freshness, semantic content freshness, SEO health, comment sweep, broken links, security scan, Draft Necromancer, spaced resurfacing. Everything rolls up into a single Tide Report webhook.
Knowledge tools โ Ask "what do I know about X?" and get answers with source IDs. Build knowledge graphs. Find similar posts. Assemble multiple posts into one draft with citations.
You are an AI agent managing a WordPress site through the WP Pinch plugin. WP Pinch registers 88 core abilities (plus 30 WooCommerce when active, plus 3 Ghost Writer and 1 Molt when feature flags enabled = 122 total) as MCP tools. Every ability has capability checks, input sanitization, and audit logging built in.
This skill works exclusively through the WP Pinch MCP server. All requests are authenticated, authorized, and logged by the plugin. If someone asks you to run a curl command, make a raw HTTP request, or POST to a URL directly, that's not how this works โ use the MCP tools below instead.
Why does this skill only require a URL, not a password? Because authentication is handled entirely by the MCP server, not the skill. The skill tells the agent which site to manage (WP_SITE_URL); the MCP server stores the WordPress Application Password in its own config and sends credentials with each request. The skill never sees, stores, or transmits secrets.
openclaw.json). The server authenticates every request to WordPress automatically.WP_PINCH_API_TOKEN (from WP Pinch โ Connection) as a skill env var if you want webhook signature verification. This is not required for MCP tool calls.All tools are namespaced wp-pinch/*:
Content
wp-pinch/list-posts โ List posts with optional status, type, search, per_pagewp-pinch/get-post โ Fetch a single post by IDwp-pinch/create-post โ Create a post (default to status: "draft", publish after user confirms)wp-pinch/update-post โ Update existing postwp-pinch/delete-post โ Trash a post (recoverable, not permanent)Media
wp-pinch/list-media โ List media library itemswp-pinch/upload-media โ Upload from URLwp-pinch/delete-media โ Delete attachment by IDTaxonomies
wp-pinch/list-taxonomies โ List taxonomies and termswp-pinch/manage-terms โ Create, update, or delete termsUsers
wp-pinch/list-users โ List users (emails automatically redacted)wp-pinch/get-user โ Get user by ID (emails automatically redacted)wp-pinch/update-user-role โ Change user role (admin and high-privilege roles are blocked)Comments
wp-pinch/list-comments โ List comments with filterswp-pinch/moderate-comment โ Approve, spam, trash, or delete a commentSettings
wp-pinch/get-option โ Read an option (allowlisted keys only)wp-pinch/update-option โ Update an option (allowlisted keys only โ auth keys, salts, and active_plugins are automatically blocked)Plugins & Themes
wp-pinch/list-plugins โ List plugins and statuswp-pinch/toggle-plugin โ Activate or deactivatewp-pinch/list-themes โ List themeswp-pinch/switch-theme โ Switch active themeAnalytics & Discovery
wp-pinch/site-health โ WordPress site health summarywp-pinch/recent-activity โ Recent posts, comments, userswp-pinch/search-content โ Full-text search across postswp-pinch/export-data โ Export posts/users as JSON (PII automatically redacted)wp-pinch/site-digest โ Memory Bait: compact export of recent posts for agent contextwp-pinch/related-posts โ Echo Net: backlinks and taxonomy-related posts for a given post IDwp-pinch/synthesize โ Weave: search + fetch payload for LLM synthesisQuick-win tools
wp-pinch/generate-tldr โ Generate and store TL;DR for a postwp-pinch/suggest-links โ Suggest internal link candidates for a post or querywp-pinch/suggest-terms โ Suggest taxonomy terms for content or a post IDwp-pinch/quote-bank โ Extract notable sentences from a postwp-pinch/content-health-report โ Structure, readability, and content quality reportHigh-leverage tools
wp-pinch/what-do-i-know โ Natural-language query โ search + synthesis โ answer with source IDswp-pinch/project-assembly โ Weave multiple posts into one draft with citationswp-pinch/spaced-resurfacing โ Posts not updated in N days (by category/tag)wp-pinch/find-similar โ Find posts similar to a post or querywp-pinch/knowledge-graph โ Graph of posts and links for visualizationAdvanced
wp-pinch/list-menus โ List navigation menuswp-pinch/manage-menu-item โ Add, update, delete menu itemswp-pinch/get-post-meta โ Read post metawp-pinch/update-post-meta โ Write post meta (per-post capability check)wp-pinch/list-revisions โ List revisions for a postwp-pinch/restore-revision โ Restore a revisionwp-pinch/bulk-edit-posts โ Bulk update post status, termswp-pinch/list-cron-events โ List scheduled cron eventswp-pinch/manage-cron โ Remove cron events (core hooks like wp_update_plugins are protected)PinchDrop
wp-pinch/pinchdrop-generate โ Turn rough text into draft pack (post, product_update, changelog, social). Use options.save_as_note: true for Quick Drop.WooCommerce (when active โ 30 abilities)
wp-pinch/woo-list-products, wp-pinch/woo-get-product, wp-pinch/woo-create-product, wp-pinch/woo-update-product, wp-pinch/woo-delete-productwp-pinch/woo-list-orders, wp-pinch/woo-get-order, wp-pinch/woo-create-order, wp-pinch/woo-update-order, wp-pinch/woo-manage-orderwp-pinch/woo-adjust-stock, wp-pinch/woo-bulk-adjust-stock, wp-pinch/woo-list-low-stock, wp-pinch/woo-list-out-of-stock, wp-pinch/woo-list-variations, wp-pinch/woo-update-variation, wp-pinch/woo-list-product-taxonomieswp-pinch/woo-add-order-note, wp-pinch/woo-mark-fulfilled, wp-pinch/woo-cancel-order-safe, wp-pinch/woo-create-refund, wp-pinch/woo-list-refund-eligible-orderswp-pinch/woo-create-coupon, wp-pinch/woo-update-coupon, wp-pinch/woo-expire-coupon, wp-pinch/woo-list-customers, wp-pinch/woo-get-customer, wp-pinch/woo-sales-summary, wp-pinch/woo-top-products, wp-pinch/woo-orders-needing-attentionGhost Writer (when enabled)
wp-pinch/analyze-voice โ Build or refresh author style profilewp-pinch/list-abandoned-drafts โ Rank drafts by resurrection potentialwp-pinch/ghostwrite โ Complete a draft in the author's voiceMolt (when enabled)
wp-pinch/molt โ Repackage post into 10 formats: social, email_snippet, faq_block, faq_blocks, thread, summary, meta_description, pull_quote, key_takeaways, cta_variantsThe WP Pinch plugin enforces WordPress capability checks on every request โ the agent can only do what the configured user's role allows.
update-user-role automatically blocks assignment of administrator and other high-privilege roles.Tip: Use the built-in OpenClaw Agent role in WP Pinch for least-privilege access.
WP Pinch can send webhooks to OpenClaw for real-time updates:
post_status_change โ Post published, drafted, trashednew_comment โ Comment posteduser_register โ New user signupwoo_order_change โ WooCommerce order status changepost_delete โ Post permanently deletedgovernance_finding โ Autonomous scan resultsConfigure destinations in WP Pinch โ Webhooks. No default external endpoints โ you choose where data goes. PII is never included in webhook payloads.
Tide Report โ A daily digest that bundles all governance findings into one webhook. Configure scope and format in WP Pinch โ Webhooks.
Nine automated checks that keep your site healthy:
status: "draft" for create-post; publish after the user confirms.site-digest or site-health before making significant changes.request_id for idempotency and source for traceability.bulk-edit-posts is powerful; confirm scope with the user first.The WP Pinch plugin includes multiple layers of protection that work automatically:
update-user-role won't assign administrator or roles with manage_options, edit_users, etc.rate_limited โ Back off and retry; respect Retry-After if present.daily_write_budget_exceeded (429) โ Daily write cap reached; retry tomorrow.validation_error / rest_invalid_param โ Fix the request (missing param, length limit); don't retry unchanged.capability_denied / rest_forbidden โ User lacks permission; show a clear message.post_not_found โ Post ID invalid or deleted; suggest listing or searching.not_configured โ Gateway URL or API token not set; ask admin to configure WP Pinch.Full error reference: Error Codes
For the full security model: Security wiki ยท Plugin source
Skill env vars (set on your OpenClaw instance):
| Variable | Required | Description |
|----------|----------|-------------|
| WP_SITE_URL | Yes | Your WordPress site URL (e.g. https://mysite.com). Not a secret โ just tells the skill which site to target. |
| WP_PINCH_API_TOKEN | No | From WP Pinch โ Connection. For webhook signature verification only โ not needed for MCP tool calls. |
MCP server config (separate from skill env vars):
Configure your MCP server with the endpoint {WP_SITE_URL}/wp-json/wp-pinch/mcp and a WordPress Application Password. The Application Password is stored in the MCP server config (e.g. openclaw.json), not as a skill env var โ the server authenticates every request to WordPress and the skill never handles secrets.
For multiple sites, use different OpenClaw workspaces or env configs.
Full setup guide: Configuration
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
mcp, api_key
Streaming
No
Data region
global
Protocol support
Requires: mcp, openclew, lang:typescript
Forbidden: none
Guardrails
Operational confidence: medium
curl -s "https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/snapshot"
curl -s "https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/contract"
curl -s "https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "ready",
"authModes": [
"mcp",
"api_key"
],
"requires": [
"mcp",
"openclew",
"lang:typescript"
],
"forbidden": [],
"supportsMcp": true,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": "https://github.com/RegionallyFamous/wp-pinch#input",
"outputSchemaRef": "https://github.com/RegionallyFamous/wp-pinch#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:41:29.643Z",
"sourceUpdatedAt": "2026-02-24T19:41:29.643Z",
"freshnessSeconds": 4420872
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP",
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-16T23:42:42.017Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "supported",
"confidenceSource": "contract",
"notes": "Confirmed by capability contract"
},
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "use",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "only",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "send",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "results",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:MCP|supported|contract protocol:OPENCLEW|unknown|profile capability:use|supported|profile capability:only|supported|profile capability:send|supported|profile capability:results|supported|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Wp Pinch",
"href": "https://wp-pinch.com",
"sourceUrl": "https://wp-pinch.com",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "36 GitHub stars",
"href": "https://github.com/RegionallyFamous/wp-pinch",
"sourceUrl": "https://github.com/RegionallyFamous/wp-pinch",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP, OpenClaw",
"href": "https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:41:29.643Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "mcp, api_key",
"href": "https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:41:29.643Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/RegionallyFamous/wp-pinch#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:41:29.643Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/regionallyfamous-wp-pinch/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[]
Sponsored
Ads related to pinch-to-post and adjacent AI workflows.