Skip to content

Add Xquik MCP connector and validate MCP configs - #321

Open
kriptoburak wants to merge 1 commit into
anthropics:mainfrom
kriptoburak:codex/add-xquik-mcp
Open

Add Xquik MCP connector and validate MCP configs#321
kriptoburak wants to merge 1 commit into
anthropics:mainfrom
kriptoburak:codex/add-xquik-mcp

Conversation

@kriptoburak

Copy link
Copy Markdown

Problem

The financial-analysis plugin ships malformed .mcp.json. Claude cannot parse the file, so none of its connectors load. The repository check also omits MCP configuration files.

Xquik provides X and Twitter search through a Streamable HTTP MCP endpoint. Its OAuth 2.1 metadata and PKCE flow support the same remote connector model used here. The data supports market, competitor, and catalyst monitoring.

Changes

  • Repair the malformed Box entry.
  • Add the Xquik remote MCP connector.
  • Validate every .mcp.json in scripts/check.py.
  • Document 13 connectors and bump financial-analysis to 0.1.2.

Validation

  • python3 scripts/check.py: 88 files checked, 0 issues
  • claude plugin validate plugins/vertical-plugins/financial-analysis: passed
  • python3 -m json.tool plugins/vertical-plugins/financial-analysis/.mcp.json: passed
  • Mutation check: an invalid temporary .mcp.json failed with the expected JSON parse error
  • Live endpoint discovery: https://xquik.com/.well-known/mcp.json advertises https://xquik.com/mcp as Streamable HTTP with OAuth 2.1

Closes #292.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

financial-analysis .mcp.json is invalid JSON (missing comma + brace) — breaks all 11 MCP connectors

1 participant