Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions plugins/xquik/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
schema_version: "1"
id: xquik
name: Xquik
version: 0.1.0
description: Xquik MCP server for X data, monitoring, webhooks, and posting workflows.
author:
name: Xquik
email: support@xquik.com
icon:
kind: external_url
url: https://xquik.com/icon.svg
homepage: https://docs.xquik.com/mcp/overview
tags:
- x
- twitter
- social-media
- automation
capabilities:
- tweet-search
- user-lookup
- follower-extraction
- media-download
- monitoring
- webhooks
- posting
auth_requirements:
- key: xquik_api_key
type: user_secret
variables:
- XQUIK_API_KEY
mcps:
- key: xquik
display_name: Xquik MCP
description: Remote Xquik MCP resource for X data and automation workflows.
transport: http
url: https://xquik.com/mcp
auth_ref: xquik_api_key

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add the required x-api-key header mapping

For API-key installs, Xquik's MCP docs show clients must send the secret as the x-api-key header (for example, .mcp.json uses headers: { "x-api-key": ... }). This manifest records XQUIK_API_KEY via auth_ref, but the HTTP MCP resource has no headers mapping, so consumers downloading this plugin can prompt for the secret yet have no machine-readable way to attach it, and connections to https://xquik.com/mcp will be unauthenticated/401 unless the user hand-edits config. Please add the header mapping or switch to the OAuth auth requirement if that is the intended path.

Useful? React with 👍 / 👎.

headers:
- key: x-api-key
description: Xquik API key supplied by the XQUIK_API_KEY user secret.
visibility: hidden
capabilities:
- tweet-search
- user-lookup
- follower-extraction
- media-download
- monitoring
- webhooks
- posting